Getting a bit desperate here so I'm resorting to GAF-begging.
In short, I'm programming a cognitive task which will need to send triggers through a parallel port. The computer that this program will ultimately run on is attached to an MRI scanner so my access to it is limited.
My laptop doesn't have a parallel port, so each time I test the code I have to edit out every part of the code that sends a trigger. (I'm using a particularly crappy language that doesn't let you just 'comment out' individual lines of code).
I'm looking for something that can emulate a parallel port, similar to a 'virtual DVD drive' which for which there are tons of software solutions. However, my google searching has been futile. Most solutions I've found are specific to adding a port to a Virtual Machine, but I'm not using a Virtual Machine, I'd like to fool my OS (Windows) into thinking there's a parallel port on my laptop.
Note that the triggers don't actually need to be received anywhere for my code to work, I just need the program to think that they are being sent.
I realize this is not the best place to ask, but I'm getting desperate. If any programmers have run into this situation before, please let me know how you solved it!
Thanks!
In short, I'm programming a cognitive task which will need to send triggers through a parallel port. The computer that this program will ultimately run on is attached to an MRI scanner so my access to it is limited.
My laptop doesn't have a parallel port, so each time I test the code I have to edit out every part of the code that sends a trigger. (I'm using a particularly crappy language that doesn't let you just 'comment out' individual lines of code).
I'm looking for something that can emulate a parallel port, similar to a 'virtual DVD drive' which for which there are tons of software solutions. However, my google searching has been futile. Most solutions I've found are specific to adding a port to a Virtual Machine, but I'm not using a Virtual Machine, I'd like to fool my OS (Windows) into thinking there's a parallel port on my laptop.
Note that the triggers don't actually need to be received anywhere for my code to work, I just need the program to think that they are being sent.
I realize this is not the best place to ask, but I'm getting desperate. If any programmers have run into this situation before, please let me know how you solved it!
Thanks!