Psychopy version: 2021.1.4-win64 system
Windows system: win10
Hello, everyone,
I want to send a pulse signal to only one channel in the EEG system(such as international 10-20 EEG system,F3 channel), and the communication between the EEG system and Psychopy is via a 25-pin parallel port cable. How do I write the code for this in code Interface?
I am very eager to hear your suggestions and ideas, thank you very much!
Best wishes to all.
Melody1
The PsychoPy code is outdated due to the parallel port component that @Becca mentioned but using the LPT Test Utility should get you on the right track with respect to troubleshooting and finding the correct parallel port address.
There is no error message, the problem is that the marker does not appear on the EEG.Fortunately, I have found the reason: the parallel port socket of the computer used to run the experimental program was not available and could not send the pulse signal.
Anyway, thank you very much for your kind reply and for taking the time and effort to help me solve my problem.I sincerely and wholeheartedly wish you the best of luck in the future.
First of all, I am very happy to receive your kind advice, I am glad that I have mastered a way to send pulse signals in Psychopy through the Poster you gave me, secondly, I am lucky that my problem has been solved, anyway thank you very much for your time and effort to give me advice, you are a very kind and nice person.
Dear Melody,
I am trying to send a trigger signal from a laptop to a Nihon Kohden EEG channel. How did you get it to work? Most of Nihon Kohden EEG seems to be designed to output signals, but none to input signals. I was going to use a sound trigger to make a mark on the EEG.
Any tips?
cheers,
Kate
This is based on the computer port you present the experimental procedures and the port of the photoelectric system, and the two ports are divided into parallel and serial ports, so you need to determine the type of Nihon Kohden EEG system port and computer port you need to use.
About how to send a trigger signal with a laptop, because Generally, all commercially available laptops are serial port, And as we know the parallel port receiving the signal is unable to recognize the signal sent from the serial port, so you should need a serial to parallel port adapter or adapter box to send a trigger signal between EEG system and your laptop computer. Hope it can help you!