Psychopy EGI interaction not working

Hello,

try sending something different than 0.

Best wishes Jens

@JeongEun

It looks like you’re just doing TCP/IP connection to the amp and that’s likely not going to give you the right timing information. Any packet sent to the amp needs to have meta-data like the time it was sent and a description to mark it as. It’s not beyond complex but that’s why we wrote the PyNetstation package to handle most of the connection and signaling. You can get a sample experiment at the link below:

Thank you so much!