world!
I am a biomedical engineer working out of a neuroscience lab and we have a lot of devices (ECG, EEG) that haven’t converted to LSL yet, so I have to send markers from whatever experimental setup we are using through a parallel port. I usually use psychopy.
This can be a pain in the but since 1. almost no computers have actual parallel ports anymore which makes it hard for me to be able to work on these problems from home or even in my office.
With this in mind I am wondering whether there are any good ways to emulate a parallel port in windows so I can work on the code to send triggers and monitor the output.
What have I done so far:
I have attempted to use null-modem emulator to emulate parallel port, but, as far as I am aware, it does not allow for LPT port emmulation.
Does anyone know a good way to do this? I have thought of attempting to write some Python code to try to emulate the port, but I haven’t figured out a way to yet.