Group: Forum Members
Posts: 2,
Visits: 5
|
I can control the data pins in only one direction whith my script (the parallel port tool works correct). I can set a pin from 1 to 0 but not from 0 to 1? Any ideas? I yust try to set the pin off and on and off and on and so on...
<trial licht> / stimulusframes = [60 = mysignal; 120 = mysignal2; 180 = mysignal] / trialduration = 360 </trial>
<port mysignal> / port = lpt1 / subport = data / items = ("00000000") </port>
<port mysignal2> / port = lpt1 / subport = data / items = ("00100000") </port>
|