Hello everyone. I’m a newbie in psychopy…currently using it to collect both GSR and eye blink data through biosemi.
My question is if they use the same port address, do I need to specific them twice?
like this:
GSR_port = parallel.ParallelPort(address=)
eye_port = parallel.ParallelPort(address=)