Not answering your question, just adding a couple thoughts in case
anyone stumbles across this ...
Although StimTracker connects to a USB port, it acts as a virtual serial
port. Thus, E-Prime interacts with it as an ordinary serial port, as
explained in the StimTracker documentation.
The example program from Cedrus uses some intricate code to construct
the command to StimTracker, then outputs it using the E-Prime
Serial.WriteByes method in inline code. Under some circumstances, and
with some cleverness, you might be able to construct the StimTracker
command from attribute references, and output it using Task Events
(using the WriteBytes action of the Serial device) instead of inline code.
(I base this solely on reading the info from the supplied link, I have
never used the StimTracker myself.)
-- David McFarlane