If this template helps then use it. If not then just delete and start from scratch.
OS (e.g. Win10): Win10 PsychoPy version (e.g. 1.84.x): 2022.2.4 What are you trying to achieve?:
We are currently using Biolab/ECG to collect physiological measures during two different tasks. One during EEG and one during fNIRS. I have the EEG and fNIRS event markers programmed in psychopy but I’m struggling with sending event markers from psychopy to Biolab.
We are attempting to do this over a network as that is how data collection currently happens.
What did you try to make it work?:
I’ve been sent several links on creating a socket (TCP or UDP) that connects with the network and sends the signal but because I’m limited in my programming abilities, I’m at a loss.
This one seemed to be the most clear/helpful but when trying to use the first linked guide I am getting python syntax errors. I also am not sure where to start when trying to edit the code. Goal is to get start and end markers for the routines
I can probably help you implement this, but would need a pointer to what protocol your Biolab equipment is expecting (e.g. TCP vs UDP, and the content of the messages). Can you provide some of the relevant documentation?