I need to synchronize data between E-Prime, BrainVision Recorder, and SMI Eye-Tracker. For each stimulus in E-Prime, an trigger need to be sent simultaneously to the two recorders by separate parallel ports.
Question 1: Is it possible to specify two parallel ports in "EPrimeObject.OnsetSignalData" ? I wish to avoid the "WritePort" command to maximize the timing accuracy.
Question 2: The SMI Eye-Tracker receive trigger signal in parallel port PIN 10, 12, 13 and 15 (according to its manual). However I think E-Prime sends signals in PIN 2-9 by default. How can I specify the exact PIN number that E-Prime send signal through?
Any advice is appreciated! Thanks in advance