|
#1
|
|||
|
|||
Cedrus Response Pad?
I'd like to use a Cedrus Response Pad RB Series for collecting response and timing data. I want to use it to replace simple keystrokes, but am not sure where to get started. Is there any documentation for using this with Vizard? Thanks.
|
#2
|
|||
|
|||
You can use the vizcedrus module. To connect to the pad use the following:
Code:
#Connect to cedrus pad import vizcedrus vizcedrus.open() #Default: port=1 , baudRate=19200 Code:
#Setup cedrus callbacks def cedrusButtonDown(e): print e.button,'button down' def cedrusButtonUp(e): e.button,'button up' viz.callback(vizcedrus.BUTTONDOWN_EVENT,cedrusButtonDown) viz.callback(vizcedrus.BUTTONUP_EVENT,cedrusButtonUp) |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
HapticMaster + Vizard 4.0 SDK help | pwsnow | Plug-in development | 7 | 03-03-2014 03:44 AM |
integrating brain-imaging response buttons with Vizard | hrm | Vizard | 1 | 05-04-2012 06:24 AM |
viznet does not response! | shahramy | Vizard | 3 | 06-16-2010 06:12 PM |
IE cannot display form response page from python server | Gladsomebeast | Vizard | 2 | 12-01-2008 09:12 PM |