I have created an experiment and I have a parallel port button box (which is not a Cedrus, nor an IoSLab). Is it possible to use it as input and not only as an output?
thank you
For BUILDER
I am not sure, but if you are coding your experiment, you should look at the psychopy.parallel module and particularly at the readData()
method. This will provide you with a byte value (0-255).
Do you have a documentation link for your button box?
1 Like