ButtonBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 21: | Line 21: | ||
! scope="row" width="120px" | Code (rise/fall) | ! scope="row" width="120px" | Code (rise/fall) | ||
|- | |- | ||
| 1 | | 1 || A / a || 65 / 97 | ||
| A / a | |||
| 65 / 97 | |||
|- | |- | ||
| 2 | | 2 || B / b || 66 / 98 | ||
| B / b | |||
| 66 / 98 | |||
|- | |- | ||
| 3 | | 3 || C / c || 67 / 99 | ||
| C / c | |||
| 67 / 99 | |||
|- | |- | ||
| 4 | | 4 || D / d || 68 / 100 | ||
| D / d | |||
| 68 / 100 | |||
|- | |- | ||
| 5 | | 5 || E / e || 69 / 101 | ||
| E / e | |||
| 69 / 101 | |||
|- | |- | ||
| 6 | | 6 || F / f || 70 / 102 | ||
| F / f | |||
| 70 / 102 | |||
|- | |- | ||
| 7 | | 7 || G / g || 71 / 103 | ||
| G / g | |||
| 71 / 103 | |||
|- | |- | ||
| | | 8 || H / h || 72 / 104 | ||
| H / h | |||
| 72 / 104 | |||
|- | |- | ||
| | | Soundkey || S / s || 83 / 115 | ||
| | |||
| | |||
|- | |- | ||
| | | Voicekey || V / v || 86 / 118 | ||
| | |||
| V / v | |||
| 86 / 118 | |||
|- | |- | ||
|} | |} | ||
| Line 85: | Line 61: | ||
! scope="row" width="150px" | Byte 2 | ! scope="row" width="150px" | Byte 2 | ||
|- | |- | ||
| Marker Out | | Marker Out || M / 77 || Marker Value | ||
| M / 77 | |||
| Marker Value | |||
|- | |- | ||
| Pulse Out | | Pulse Out || P / 80 || Marker Value | ||
| P / 80 | |||
| Marker Value | |||
|- | |- | ||
| Pulse Time | | Pulse Time || T / 88 || ms before pulse reset | ||
| T / 88 | |||
| ms before pulse reset | |||
|- | |- | ||
| Analog Out 1 | | Analog Out 1 || Y / 89 || Analog Output Value | ||
| Y / 89 | |||
| Analog Output Value | |||
|- | |- | ||
| Analog Out 2 | | Analog Out 2 || Z / 90 || Analog Output Value | ||
| Z / 90 | |||
| Analog Output Value | |||
|- | |- | ||
| Tone | | Tone || T / 84 || Start Tone | ||
| T / 84 | |||
| Start Tone | |||
|- | |- | ||
| Detect Sound | | Detect Sound || D / || S / 83 | ||
| D / | |||
| S / 83 | |||
|- | |- | ||
| Detect Voice | | Detect Voice || D / || V / 83 | ||
| D / | |||
| V / 83 | |||
|- | |- | ||
| Calibrate Sound | | Calibrate Sound || C / || S | ||
| C / | |||
| S | |||
|- | |- | ||
| Calibrate Voice | | Calibrate Voice || C / || V | ||
| C / | |||
| V | |||
|- | |- | ||
| Analog In 1 | | Analog In 1 || A / || 1 | ||
| A / | |||
| 1 | |||
|- | |- | ||
| Analog In 2 | | Analog In 2 || A / || 2 | ||
| A / | |||
| 2 | |||
|- | |- | ||
| Analog In 3 | | Analog In 3 || A / || 3 | ||
| A / | |||
| 3 | |||
|- | |- | ||
| Analog In 4 | | Analog In 4 || A / || 4 | ||
| A / | |||
| 4 | |||
|- | |- | ||
| LEDs Off | | LEDs Off || L / || X | ||
| L / | |||
| X | |||
|- | |- | ||
| LEDs Input | | LEDs Input || L / || I | ||
| L / | |||
| I | |||
|- | |- | ||
| LEDs Output | | LEDs Output || L / || O | ||
| L / | |||
| O | |||
|- | |- | ||
|} | |} | ||
| Line 169: | Line 111: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| Baudrate | | Baudrate || 115200 | ||
| 115200 | |||
|- | |- | ||
| Parity | | Parity || None | ||
| None | |||
|- | |- | ||
| Data bits | | Data bits || 8 | ||
| 8 | |||
|- | |- | ||
| Stop bits | | Stop bits || 1 | ||
| 1 | |||
|- | |- | ||
| Flow control | | Flow control || None | ||
| None | |||
|- | |- | ||
|} | |} | ||
| Line 230: | Line 167: | ||
* Rate must be set 115200, Parity to None, Data Bits to 8 and Stop Bits to 1, Uncheck FIFO Interrupt. | * Rate must be set 115200, Parity to None, Data Bits to 8 and Stop Bits to 1, Uncheck FIFO Interrupt. | ||
[[File:Buttonbox1.png]] | |||
=== Python/PsychoPy === | === Python/PsychoPy === | ||