﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Millisecond Forums » Millisecond Forums » Inquisit 4  » Parallel Port</title><generator>InstantForum 2017-1 Final</generator><description>Millisecond Forums</description><link>https://forums.millisecond.com/</link><webMaster>Millisecond Forums</webMaster><lastBuildDate>Mon, 14 Sep 2026 07:23:17 GMT</lastBuildDate><ttl>20</ttl><item><title>Parallel Port</title><link>https://forums.millisecond.com/Topic16706.aspx</link><description>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?&amp;nbsp; Any ideas? I yust try to set the pin off and on and off and on and so on...&lt;br/&gt;&lt;br/&gt;&amp;lt;trial licht&amp;gt;&lt;br/&gt;/ stimulusframes = [60 = mysignal; 120 = mysignal2; 180 = mysignal]&lt;br/&gt;/ trialduration = 360&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;port mysignal&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00000000")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;&amp;lt;port mysignal2&amp;gt;&lt;br/&gt;/ port = lpt1&lt;br/&gt;/ subport = data&lt;br/&gt;/ items = ("00100000")&lt;br/&gt;&amp;lt;/port&amp;gt;&lt;br/&gt;&lt;br/&gt;</description><pubDate>Wed, 15 Jul 2015 07:31:56 GMT</pubDate><dc:creator>Tacho</dc:creator></item><item><title>RE: Parallel Port</title><link>https://forums.millisecond.com/Topic16707.aspx</link><description>&amp;lt;trial licht&amp;gt;&lt;br/&gt;/ &lt;strong&gt;stimulusframes&lt;/strong&gt; = [60 = mysignal; 120 = mysignal2; 180 = mysignal]&lt;br/&gt;/ trialduration = 360&lt;br/&gt;&amp;lt;/trial&amp;gt;&lt;br/&gt;&lt;br/&gt;That trial is set to a duration of 360 ms (/trialduration). However, you are using /stimulusframes, i.e., supposing your display is running at 100Hz, the 1st signal only occurs at 600 ms, the 2nd one at 1200 ms, the 3rd at 1800 ms. The trial is over by then. The same is true (and even more extreme) if your display is running at a lower refresh rate (50 or 60 Hz).&lt;br/&gt;&lt;br/&gt;You'll probably want to use /stimulustimes instead or increase the trial duration significantly.&lt;br/&gt;</description><pubDate>Wed, 15 Jul 2015 07:31:56 GMT</pubDate><dc:creator>Dave</dc:creator></item></channel></rss>