| Line 4: |
Line 4: |
| | | caption = 2018 Buttonbox | | | caption = 2018 Buttonbox |
| | | downloads = {{bulleted list | | | downloads = {{bulleted list |
| − | | [[Media:buttonbox2018.pdf|Buttonbox 2018 Hardware Design]] | + | | [https://surfdrive.surf.nl/files/index.php/s/PPTKCyrjLkN4XUO Buttonbox 2018] |
| − | | [[Media:BITSI2018_Teensy36.zip|Code Template 2018 (Teensy 3.6)]]
| |
| − | | [[Media:serial_install.zip|Driver Teensy 3.6]]
| |
| | | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package) | | | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package) |
| − | | [https://surfdrive.surf.nl/files/index.php/s/TPOOlgZrxK0lQSt Downloads Scripts]
| |
| | }} | | }} |
| | }} | | }} |
| Line 16: |
Line 13: |
| | | caption = 2013 Buttonbox | | | caption = 2013 Buttonbox |
| | | downloads = {{bulleted list | | | downloads = {{bulleted list |
| − | | [[Buttonbox 2013 Hardware|Buttonbox 2013 Hardware Design]] | + | | [https://surfdrive.surf.nl/files/index.php/s/72XEcu2XKSgzxjp Buttonbox 2015] |
| − | | [[Media:BITSI_tempalte2015_duemilanove.zip|Code Template 2015 (Duemilanove)]]
| |
| | | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package) | | | [https://pypi.python.org/pypi/RuSocSci RuSocSci] (Python package) |
| | }} | | }} |
| Line 227: |
Line 223: |
| | === Python/PsychoPy === | | === Python/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:''' |
| Line 291: |
Line 289: |
| | # make a buttonbox | | # make a buttonbox |
| | ser = serial.Serial("COM2", 115200, timeout = 0.10 ) | | ser = serial.Serial("COM2", 115200, timeout = 0.10 ) |
| | + | ser = serial.Serial("/dev/ttyUSB0", 115200, timeout = 0.10 ) |
| | | | |
| | while True: | | while True: |