| Line 88: |
Line 88: |
| | | | |
| | == Software Settings == | | == Software Settings == |
| − |
| |
| − | === Neurobs Presentation ===
| |
| − |
| |
| − | The experiment files needs a few settings for the device to work:
| |
| − | * In the settings tab: port -> input port -> 1 must be the device that identifies itself as "Arduino Uno" in the device manager. Note that the port must have a number not higher than 10 (COM1-COM10). Use re-enumerate if it is higher.
| |
| − | * Rate must be set 115200, Parity to None, Data Bits to 8 and Stop Bits to 1, Uncheck FIFO Interrupt.
| |
| − |
| |
| − | [[File:Buttonbox2.png]]
| |
| − |
| |
| − | '''Adding Marker'''
| |
| − |
| |
| − | [[file:output_buttonbox1.png | 800px]]
| |
| − |
| |
| − | '''Example PCL code you can program a handle to send a marker:'''
| |
| − |
| |
| − | #handle:
| |
| − | output_port OutputPort = output_port_manager.get_port( 1 );
| |
| − |
| |
| − | '''Example to send a treshold callibration:'''
| |
| − | OutputPort.send_code(100); #create a marker
| |
| | | | |
| | === Python/PsychoPy === | | === Python/PsychoPy === |