Changes

Jump to navigation Jump to search
3,082 bytes removed ,  14:12, 16 October 2020
no edit summary
Line 1: Line 1: −
[[File:foto 1small.jpg|thumb|200px|Buttonbox]]
+
{{Infobox tsg
 +
| name          = Buttonbox (2018)
 +
| image          = Buttonbox_2018_1.png
 +
| caption        = 2018 Buttonbox
 +
| downloads      = {{bulleted list
 +
      | [https://surfdrive.surf.nl/files/index.php/s/PPTKCyrjLkN4XUO Buttonbox 2018]
 +
      | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package)
 +
  }}
 +
}}
 +
{{Infobox tsg
 +
| name          = Buttonbox
 +
| image          = Buttonbox 03s.png
 +
| caption        = 2013 Buttonbox
 +
| downloads      = {{bulleted list
 +
      | [https://surfdrive.surf.nl/files/index.php/s/72XEcu2XKSgzxjp Buttonbox 2015]
 +
      | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package)
 +
  }}
 +
}}
    
The buttonbox is used for time accurate(1ms) button press registration. We use it to register buttonpresses, soundkey, voicekey signals and to send tone onset, analog output, triggers with the BITSI protocol. It is suitable for Behavioral, EEG, MEG, and fMRI experiments. The buttonbox is connected to a computer with a usb connection.
 
The buttonbox is used for time accurate(1ms) button press registration. We use it to register buttonpresses, soundkey, voicekey signals and to send tone onset, analog output, triggers with the BITSI protocol. It is suitable for Behavioral, EEG, MEG, and fMRI experiments. The buttonbox is connected to a computer with a usb connection.
   −
The output connector has two binary eight bit ports: input and output. The two ports can be used for responses (input) and stimulus triggers (output). Two 8 bits analog outputs and three 8 bits analog inputs. The output connector has a sound and voicekey which triggers when a amplitude reaches a threshold. By using the serial port, the BITSI can be used platform independently: it works on Windows, Linux and Mac OSX. Most programming environments and stimulus packages support serial communication. 
+
The output connector has two binary eight bit ports: input and output. The two ports can be used for responses (input) and stimulus triggers (output). Two 12 bits analog outputs and three 12 bits analog inputs. The output connector has a sound and voicekey which triggers when a amplitude reaches a threshold. By using the serial port, the BITSI can be used platform independently: it works on Windows, Linux and Mac OSX. Most programming environments and stimulus packages support serial communication.
 +
 
 +
There is currently a [[Microsoft Windows driver issue]].
    
== BITSI Protocol ==
 
== BITSI Protocol ==
   −
BITSI stands for Bits to Serial Interface. Because the BITSI is designed to interface both in- and output signals, the 'protocol' is asymmetric: the input and output protocols differ. 
+
BITSI stands for Bits to Serial Interface. Because the BITSI is designed to interface both in- and output signals, the 'protocol' is asymmetric: the input and output protocols differ.
   −
<u>'''Input'''</u>
+
===Input===
    
The input port can be used to interface eight buttons maximally. Button presses are translated to serial output characters/bytes according to the following table:
 
The input port can be used to interface eight buttons maximally. Button presses are translated to serial output characters/bytes according to the following table:
   −
{| border="1" cellspacing="0" cellpadding="0" width="462" style="width:462px;"
+
{| class="wikitable"  
 +
|-
 +
! scope="row" colspan="3" | BITSI Simple
 
|-
 
|-
 
+
! scope="row" width="120px" | Signal/Button
| style="colspan="3";" |  
+
! scope="row" width="120px" | ASCII (rise/fall)
'''BITSI Simple'''
+
! scope="row" width="120px" | Code (rise/fall)
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 1 || A / a || 65 / 97
'''Signal / Button'''
  −
 
  −
| style="width:170px;height:22px;" |  
  −
'''ASCII''' (rising / falling)
  −
 
  −
| style="width:180px;height:22px;" |  
  −
'''Code''' (rising / falling)
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 2 || B / b || 66 / 98
1
  −
 
  −
| style="width:170px;height:22px;" |
  −
A / a
  −
 
  −
| style="width:180px;height:22px;" |  
  −
65 / 97
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 3 || C / c || 67 / 99
2
  −
 
  −
| style="width:170px;height:22px;" |
  −
B / b
  −
 
  −
| style="width:180px;height:22px;" |  
  −
66 / 98
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 4 || D / d || 68 / 100
3
  −
 
  −
| style="width:170px;height:22px;" |
  −
C / c
  −
 
  −
| style="width:180px;height:22px;" |  
  −
67 / 99
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 5 || E / e || 69 / 101
4
  −
 
  −
| style="width:170px;height:22px;" |
  −
D / d
  −
 
  −
| style="width:180px;height:22px;" |  
  −
68 / 100
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 6 || F / f || 70 / 102
5
  −
 
  −
| style="width:170px;height:22px;" |
  −
E / e
  −
 
  −
| style="width:180px;height:22px;" |  
  −
69 / 101
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |
+
| 7 || G / g || 71 / 103
6
  −
 
  −
| style="width:170px;height:22px;" |
  −
F / f
  −
 
  −
| style="width:180px;height:22px;" |
  −
70 / 102
  −
 
  −
|-
  −
| style="width:113px;height:22px;" |
  −
7
  −
 
  −
| style="width:170px;height:22px;" |  
  −
G / g
  −
 
  −
| style="width:180px;height:22px;" |  
  −
71 / 103
  −
 
  −
|-
  −
| style="width:113px;height:22px;" |
  −
8
  −
 
  −
| style="width:170px;height:22px;" |
  −
H / h
  −
 
  −
| style="width:180px;height:22px;" |
  −
72 / 104
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |  
+
| 8 || H / h || 72 / 104
SoundKey
  −
 
  −
| style="width:170px;height:22px;" |
  −
S / s
  −
 
  −
| style="width:180px;height:22px;" |  
  −
83 / 115
  −
 
   
|-
 
|-
| style="width:113px;height:22px;" |
  −
VoiceKey
  −
  −
| style="width:170px;height:22px;" |
  −
V / v
  −
  −
| style="width:180px;height:22px;" |
  −
86 / 118
  −
   
|}
 
|}
    
This means that when signal 1 gets active(button press), a capital A will be sent to the serial port. A lowercase 'a' will be sent when the signal is deactivated(button release). Mechanical buttons can be connected directly.
 
This means that when signal 1 gets active(button press), a capital A will be sent to the serial port. A lowercase 'a' will be sent when the signal is deactivated(button release). Mechanical buttons can be connected directly.
   −
<u>'''Output'''</u>
+
===Output===
   −
Output knows two protocols: '''BITSI simple''' or '''BITSI extended'''. To enter a certain protocol two buttons have to be pressed when the BITSIbox is powered. '''Press button H and A for simple mode and H and B for extended mode.'''
+
Output knows two protocols: '''BITSI simple''' or '''BITSI extended'''. To enter a certain protocol two buttons have to be pressed when the BITSIbox is powered or com port opens. '''[2015]Press button H and A for simple mode and H and B for extended mode. [2018]Press button E and A for simple mode and E and B for extended mode.'''
    
If no button is pressed when powered it boots the last known protocol. In the simple protocol every byte sent to the BITSI over the serial port, is represented at the 8 bit output.
 
If no button is pressed when powered it boots the last known protocol. In the simple protocol every byte sent to the BITSI over the serial port, is represented at the 8 bit output.
Line 141: Line 68:  
The '''extended''' protocol uses two bytes(or two characters), this combination can access two analog outputs and a tone generator. The first byte selects the output. The second byte determines the value written to this output.
 
The '''extended''' protocol uses two bytes(or two characters), this combination can access two analog outputs and a tone generator. The first byte selects the output. The second byte determines the value written to this output.
   −
 
+
{| class="wikitable"  
 
+
|-
{| border="1" cellspacing="0" cellpadding="0" width="434" style="width:434px;"
+
! scope="row" colspan="3" | BITSI Extended
 
|-
 
|-
 
+
! scope="row" width="120px" | Function
| style="colspan="3";" |  
+
! scope="row" width="150px" | Byte 1 (ASCII/code)
'''BITSI Extended'''
+
! scope="row" width="150px" | Byte 2
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Marker Out || M / 77 || Marker Value
'''Function'''
  −
 
  −
| style="width:161px;height:22px;" |
  −
'''Byte 1 (ASCII / code)'''
  −
 
  −
| style="width:151px;height:22px;" |  
  −
'''Byte 2'''
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Pulse Out || P / 80 || Marker Value
Marker out
  −
 
  −
| style="width:161px;height:22px;" |  
  −
M / 77
  −
 
  −
| style="width:151px;height:22px;" |  
  −
Marker value
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Pulse Time || X / 88 || ms before pulse reset
Pulse out
  −
 
  −
| style="width:161px;height:22px;" |  
  −
P / 80
  −
 
  −
| style="width:151px;height:22px;" |  
  −
Marker value
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Analog Out 1 || Y / 89 || Analog Output Value
Pulse time
  −
 
  −
| style="width:161px;height:22px;" |
  −
T / 88
  −
 
  −
| style="width:151px;height:22px;" |  
  −
ms before pulse reset
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Analog Out 2 || Z / 90 || Analog Output Value
Analog out 1
  −
 
  −
| style="width:161px;height:22px;" |  
  −
Y / 89
  −
 
  −
| style="width:151px;height:22px;" |  
  −
Analog output value
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Tone || T / 84 || Start Tone
Analog out 2
  −
 
  −
| style="width:161px;height:22px;" |
  −
Z / 90
  −
 
  −
| style="width:151px;height:22px;" |  
  −
Analog output value
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Detect Sound || D / || S / 83
Tone
  −
 
  −
| style="width:161px;height:22px;" |
  −
T / 84
  −
 
  −
| style="width:151px;height:22px;" |  
  −
Start tone
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Detect Voice || D / || V / 83
Detect Sound
  −
 
  −
| style="width:161px;height:22px;" |  
  −
D
  −
 
  −
| style="width:151px;height:22px;" |  
  −
S / 83
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Calibrate Sound || C / || S
Detect Voice
  −
 
  −
| style="width:161px;height:22px;" |
  −
D /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
V / 83
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Calibrate Voice || C / || V
Calibrate Sound
  −
 
  −
| style="width:161px;height:22px;" |  
  −
C /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
S
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| Analog In 1 || A / || 1
Calibrate Voice
  −
 
  −
| style="width:161px;height:22px;" |
  −
C /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
V
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Analog In 2 || A / || 2
Analog in 1
  −
 
  −
| style="width:161px;height:22px;" |  
  −
A /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
1
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Analog In 3 || A / || 3
Analog in 2
  −
 
  −
| style="width:161px;height:22px;" |  
  −
A /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
2
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| Analog In 4 || A / || 4
Analog in 3
  −
 
  −
| style="width:161px;height:22px;" |  
  −
A /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
3
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |  
+
| LEDs Off || L / || X
Analog in 4
  −
 
  −
| style="width:161px;height:22px;" |
  −
A /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
4
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| LEDs Input || L / || I
LEDs off
  −
 
  −
| style="width:161px;height:22px;" |  
  −
L /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
X
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
| LEDs Output || L / || O
LEDs input
  −
 
  −
| style="width:161px;height:22px;" |  
  −
L /
  −
 
  −
| style="width:151px;height:22px;" |  
  −
I
  −
 
   
|-
 
|-
| style="width:122px;height:22px;" |
+
|}
LEDs output
     −
| style="width:161px;height:22px;" |
+
== Port Settings ==
L /
     −
| style="width:151px;height:22px;" |
+
===Trigger port ===
O
     −
|}
+
[[File:Connector.png|thumb|300x300px|Schematic view of the 25 pins connector]]
   −
<u>'''Trigger port settings'''</u>
+
The 25 pins female connector has 8 inputs and 8 outputs, respectively 1-8 are inputs and 9-16 are outputs. Three analog input with an analog to digital convertor of 12 bit, pins 17,18,20 and 21. Two analog outputs with an digital to analog convertor of 12 bits on pins 22 and 23.
 
  −
[[File:Connector.png|300x300px|Connector.png]]
     −
The 25 pins female connector has 8 inputs and 8 outputs, respectively 1-8 are inputs and 9-16 are outputs. Three analog input with an analog to digital convertor of 12 bit, pins 17,18,20 and 21. Two analog outputs with an digital to analog convertor of 12 bits on pins 22 and 23.
+
The inputs 1-8 will be pulled down from 5V to GND when the buttons are pressed. The outputs 9-16 will be pulled up from GND to 5V when the output is activated.
   −
<u>'''Serial port settings'''</u>
+
===Serial port===
    
Our hardware design allows to be connected to the computers USB and emulates a serial communication Port.
 
Our hardware design allows to be connected to the computers USB and emulates a serial communication Port.
   −
{| border="1" cellspacing="0" cellpadding="0"
+
{| class="wikitable"
 
|-
 
|-
|  
+
| Baudrate || 115200
'''Baudrate'''
+
|-
 
+
| Parity || None
| style="width:69px;" |  
  −
115200
  −
 
   
|-
 
|-
|  
+
| Data bits || 8
'''Parity'''
  −
 
  −
| style="width:69px;" |  
  −
none
  −
 
   
|-
 
|-
|  
+
| Stop bits || 1
'''Data bits'''
  −
 
  −
| style="width:69px;" |  
  −
8
  −
 
   
|-
 
|-
|  
+
| Flow control || None
'''Stop bits'''
  −
 
  −
| style="width:69px;" |  
  −
1
  −
 
   
|-
 
|-
|
  −
'''Flow control'''
  −
  −
| style="width:69px;" |
  −
none
  −
   
|}
 
|}
   −
== USB-Com port settings ==
+
=== USB-Com port ===
    
1.Connect the BITSIbox to your computer using the USB cable.
 
1.Connect the BITSIbox to your computer using the USB cable.
Line 415: Line 176:  
Always connect the usb device to the same port and your settings will be remembered.
 
Always connect the usb device to the same port and your settings will be remembered.
   −
== TSG ButtonBox hardware 2013 ==
+
== 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]]
 +
 
 +
'''Testing Buttonbox'''
 +
 
 +
When pressing on the A button within the input channel tester. You will see the following ASCII code.
 +
 
 +
[[file:testbuttonbox.png]]
   −
Find the hardware design here&nbsp;[[Buttonbox 2013 Hardware|Buttonbox_2013_Hardware]]
+
'''Adding Marker'''
   −
== TSG ButtonBox software 2013 ==
+
[[file:output_buttonbox1.png | 800px]]
   −
Find the code here [[Media:BITSI_tempalte2015_duemilanove.zip]]
+
'''Testing Markers (output)'''
   −
== Presentation Settings ==
+
Send code 1 for Button A
   −
The experiment files needs a few settings for the device to work:
+
[[file:output_buttonbox2.png]]
* In the settings tabport -> 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.
+
Button A will light up.
 +
 
 +
[[file:buttonboxledA.png | 200px]]
 +
 
 +
Send code 0 for clearing.
 +
 
 +
[[file:output_buttonbox3.png]]
 +
 
 +
'''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 marker:'''
 +
OutputPort.send_code(100); #create a marker
 +
 
 +
 
 +
for more information see chapter 8 in the presentation course by clicking [http://tsgdoc.socsci.ru.nl/images/9/9e/Programming_with_Presentation_2013.pdf here]
   −
{|
+
=== Python/PsychoPy ===
|-
  −
| [[File:Buttonbox1.png]]
  −
|}
     −
== Buttonbox in Python and PsychoPy ==
+
Download this site-package to use the buttonbox: [https://pypi.python.org/pypi/RuSocSci rusocsci]
   −
Download this site package to use the buttonbox: [https://pypi.python.org/pypi/RuSocSci rusocsci]
+
or use in windows command 'pip install --upgrade rusocsci'
   −
Example using buttons from the buttonbox in Python:
+
'''Example using buttons from the buttonbox in Python:'''
   −
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#!/usr/bin/env python
 
#!/usr/bin/env python
   Line 453: Line 242:     
# print the button pressed
 
# print the button pressed
print("b: {}".format(b)) </nowiki>
+
print("b: {}".format(b))  
 +
</syntaxhighlight>
 +
 
 +
'''Example using markers with the buttonbox in Python:'''
 +
 
 +
<syntaxhighlight lang="python" line>
 +
#!/usr/bin/env python
 +
 
 +
# import the rusocsci.buttonbox module
 +
from rusocsci import buttonbox
 +
 
 +
# make a buttonbox
 +
bb = buttonbox.Buttonbox()
 +
 
 +
# send a marker
 +
bb.sendMarker(val=100)    #This is your marker code, range code 1-255
 +
</syntaxhighlight>
   −
Example using markers with the buttonbox in Python:
+
'''Example using BITSI extended in Python:'''
   −
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#!/usr/bin/env python
 
#!/usr/bin/env python
   Line 466: Line 271:  
bb = buttonbox.Buttonbox()
 
bb = buttonbox.Buttonbox()
   −
# wait for a single button press
+
# select a function
bb.sendMarker(val=100)    #This is your marker code, range code 1-255 </nowiki>
+
bb.sendMarker(val=(ord(X)))    #select pulse time
 +
bb.sendMarker(val=2)          #set time of dureation pulse to 2ms
 +
 
 +
bb.sendMarker(val=(ord(M)))    #select marker out
 +
bb.sendMarker(val=115)          #set marker value 115
 +
</syntaxhighlight>
 +
 
 +
'''Example using BITSI extended analog read in Python:'''
 +
 
 +
<syntaxhighlight lang="python" line>
 +
#!/usr/bin/env python
 +
 
 +
# import the rusocsci.buttonbox module
 +
import serial
 +
 
 +
# make a buttonbox
 +
ser = serial.Serial("COM2", 115200, timeout = 0.10 )
 +
ser = serial.Serial("/dev/ttyUSB0", 115200, timeout = 0.10 )
 +
 
 +
while True:
 +
ser.write('A1')
 +
ser.flush()
 +
x = ser.readline()
 +
visual.TextStim(win, text=x).draw()
 +
 
 +
# black screen for 1000 ms
 +
win.flip()
 +
 
 +
key = event.getKeys()
 +
try:
 +
if key[0]=='escape':
 +
break
 +
except:
 +
continue
 +
</syntaxhighlight>
   −
<br/>Example using the Buttonbox in PsychoPy:
+
<br/>'''Example using the Buttonbox in PsychoPy:'''
   −
<nowiki>
+
<syntaxhighlight lang="python" line>
 
#!/usr/bin/env python
 
#!/usr/bin/env python
   Line 496: Line 335:     
## Cleanup Section
 
## Cleanup Section
core.quit() </nowiki>
+
core.quit()
 +
</syntaxhighlight>
    
For more documentation click here: http://pythonhosted.org//RuSocSci/index.html
 
For more documentation click here: http://pythonhosted.org//RuSocSci/index.html
 +
<br>
 +
<br>
 +
=== Matlab ===
 +
'''Example using markers with the Buttonbox in Matlab:'''
   −
== Matlab Settings ==
+
Download the file Bitsi.m from the DCCN website: https://intranet.donders.ru.nl/index.php?id=bitsim0
 
+
<br> Make sure to have this file in your Matlab path.
<nowiki>
+
<syntaxhighlight lang="matlab" line style="overflow:auto;">
function handle = buttonbox(cmd,varargin)
+
% At the start of your script, create the buttonbox serial object
% to initialize connection:
+
bb = Bitsi("COM2");
%    define settings as structure with fields:
+
% other code
%      bb.Device    = 'COM2';
+
         :
%      bb.BaudRate  = 115200;
+
</syntaxhighlight>
%      bb.DataBits  = 8;
  −
%      bb.StopBits  = 1;
  −
%      bb.Parity    = 'none';
  −
% handle = buttonbox('open',bb)
  −
%
  −
% to run:
  −
% buttonbox('run',handle);
  −
%
  −
% to close the connection:
  −
% buttonbox('close',handle);
  −
 
  −
persistent old_hdl  % keep handle to COM object persistent
  −
 
  −
% set defaults
  −
bb.Device    = 'COM2';
  −
bb.BaudRate  = 115200;
  −
bb.DataBits  = 8;
  −
bb.StopBits  = 1;
  −
bb.Parity    = 'none';
  −
 
  −
if nargin < 1
  −
    cmd = 'open';
  −
end
  −
if nargin > 1
  −
    % user overwrites default settings
  −
    flds = fields(varargin{1});
  −
    for n = 1 : numel(flds)
  −
        bb.(flds{n}) = varargin{1}.(flds{n});
  −
    end
  −
end
  −
 
  −
 
  −
switch cmd
  −
    case 'open'
  −
        % get handle to serial device
  −
        handle = open_buttonbox(bb);
  −
        return
  −
    case 'close'
  −
        if nargin > 0
  −
            handle = varargin{1};
  −
        else
  −
            handle = old_hdl;
  −
        end
  −
        fclose(handle);
  −
        return
  −
    case 'run'
  −
        % read incoming data
  −
        if isempty(old_hdl)
  −
            help serial_buttonbox_common
  −
            error('Buttonbox not yet initialized');
  −
        end
  −
        handle = old_hdl;
  −
    otherwise
  −
        fprintf('Unknown option %s\n',cmd);
  −
        return
  −
end
  −
 
  −
% only gets here when cmd = 'run'
  −
% Initialize output figure
  −
win = list_output(' ',[]);
  −
while 1
  −
    % Exit if user closed output figure
  −
    if ~ishandle(win)
  −
        return
  −
    end
  −
    % start polling for characters (indicating start of scan)
  −
    navailable = handle.BytesAvailable;
  −
    if navailable
  −
        data = [];
  −
        while navailable
  −
            % read incoming data
  −
            [newdata, cnt] = fread(handle, navailable);
  −
            % concatenate possible new data
  −
            if cnt
  −
                data = [data newdata(:)];
  −
            end
  −
            % check if any more data left
  −
            navailable = handle.BytesAvailable;
  −
        end
  −
        % output info about which button was pressed
  −
         for n = 1 : numel(data)
  −
            line = sprintf('incoming: %03d  %s',data(n),char(data(n)));
  −
            list_output(line,win);
  −
        end
  −
    end
  −
    pause(0.01);
  −
end %while 1
  −
 
  −
    function hdl = open_buttonbox(device)
  −
        % open handle to serial device (mini buttonbox)
  −
        try
  −
            hdl = serial(device.Device, 'Baudrate', device.BaudRate, 'DataBits', device.DataBits, 'StopBits', device.StopBits, 'Parity', device.Parity);
  −
            fopen(hdl);
  −
        catch
  −
            if ~isempty(old_hdl)
  −
                fclose(old_hdl);
  −
                delete(old_hdl);
  −
            end
  −
            hdl = serial(device.Device, 'Baudrate', device.BaudRate, 'DataBits', device.DataBits, 'StopBits', device.StopBits, 'Parity', device.Parity);
  −
            fopen(hdl);
  −
        end
  −
        old_hdl = hdl;
  −
       
  −
        fprintf('Wait for device buttonbox....\n');
  −
        tic
  −
        while hdl.BytesAvailable && toc<10
  −
            navailable = bbox.BytesAvailable;
  −
            % wait for welcome message device
  −
            fread(hdl, navailable);
  −
        end
  −
        pause(0.5);
  −
    end
     −
    function win = list_output(line,win)
+
BITSI simple mode:
        persistent ptr
+
<syntaxhighlight lang="matlab" line style="overflow:auto;">
        persistent lines
+
% This example is for an EEG system sampling at 500Hz samplerate. 
        persistent edt
+
% at the start of your script, reset marker
        Maxlines = 40;  
+
samplerate = 500;
       
+
pulseLen = 2000/samplerate;
        if isempty(win)
+
bb.sendTrigger(0);
            % initialize listbox output figure
+
% send a marker
            lines = cell(1,Maxlines);
+
val = 1;                                    % val: this is your marker code, range code 1-255
            [lines(1:end)]=deal({''});
+
bb.sendTrigger(val);
            ptr=Maxlines;
+
java.lang.Thread.sleep(pulseLen);   % wait long enough for the EEG system to capture the trigger, i.e., 2000/samplerate ms
            lines(ptr) = {'Buttonbox output:'};
+
% reset marker
            idxs = mod(ptr:ptr+Maxlines-1,Maxlines)+1;
+
bb.sendTrigger(0)                 % Note: if resetting the marker is not possible at this moment in code, you can decide to do this later as long as it has taken place long enough before the next marker has to be sent.
 +
</syntaxhighlight>
   −
            win = figure();
+
BITSI extended mode:
            % initialize figure to hold output text
+
<syntaxhighlight lang="matlab" line style="overflow:auto;">
            edt = uicontrol('Parent',win,'Style','ListBox','HorizontalAlignment','left', ...
+
samplerate = 500;
            'Max',Maxlines,'BackgroundColor',[1 1 1],'Visible','on','String',lines(idxs), ...
+
pulseLen = 2000/samplerate;
            'FontSize',12,'Value',Maxlines);
+
% select a function
            pos = get(win,'Position');
+
bb.sendTrigger(uint8('X'));   % select pulse time
             set(edt,'Position',[1 1 pos(3) pos(4)]);
+
bb.sendTrigger(pulseLen);            % set time of duration pulse to (2000/samplerate) ms
        end  
+
   
        ptr = mod(ptr,Maxlines)+1; % start
+
val = 1;                                     % val: this is your marker code, range code 1-255
        lines{ptr} = line;
+
bb.sendTrigger(uint8('M')); % select marker out
        idxs = mod(ptr:ptr+Maxlines-1,Maxlines)+1;
+
bb.sendTrigger(val);             % val: this is your marker code, range code 1-255
        set(edt,'String',lines(idxs),'Value',Maxlines);
+
</syntaxhighlight>
        drawnow;  
  −
    end
     −
end
+
<syntaxhighlight lang="matlab" line style="overflow:auto;">
</nowiki>
+
% At the end of your script, close the buttonbox serial object
 +
    :
 +
bb.close();
 +
</syntaxhighlight>

Navigation menu