<?xml version="1.0" encoding="ISO-8859-1" ?><rss version="2.0">
<channel>
    <title>RoboRealm Forum</title>
    <link>http://www.RoboRealm.com/</link>
    <description>The newest forum threads.</description>
    <lastBuildDate>Tue, 30 Nov 1999 00:11:00 EST</lastBuildDate>
    <language>en-us</language>
    <copyright>Copyright: (C) RoboRealm, http://www.RoboRealm.com/</copyright>
    <docs>http://www.RoboRealm.com/</docs>

    <item>
        <title>No Title</title>
        <description>
        Yeaaaaah it wooorks =)&lt;br&gt;&lt;br&gt;.robo :&lt;br&gt;-Serial receiving [inByte]&lt;br&gt;-VBScript program :&lt;br&gt;&amp;nbsp;&amp;nbsp; inByte = GetVariable (&quot;inByte&quot;)&lt;br&gt;&amp;nbsp;&amp;nbsp; ---program---&lt;br&gt;&amp;nbsp;&amp;nbsp; SetVariable &quot;inByte&quot;, inByte&lt;br&gt;&lt;br&gt;Then I have a stable value of inByte to use it in the program !&lt;br&gt;Thanks you a lot =)        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        That&apos;s okay I did that but the inByte variable have his value just for a very very short time, maybe because the VBScript program initialize the variable each time the program does a cycle ? Then the variable doesnt appear in the VBScript programm, because of the too short time ?        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thanks a lot but i will not be able to check thats before monday :S        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Ghyorn,&lt;br&gt;&lt;br&gt;That seems right. Since you are requesting a byte you should be using&lt;br&gt;&lt;br&gt;\\[inbyte]&lt;br&gt;&lt;br&gt;which will tell RR to read in a byte but the issue might be in your VBScript in that we see a SerVariable &quot;inbyte&quot;, inbyte with inbyte not being initialized .. that would set it to &quot;&quot; (empty string). Try removing all modules except for the serial module and a watch variable module (placed after the serial module) and see if that byte appears or not.&lt;br&gt;&lt;br&gt;If not, can you attach your robofile? Seems like there may be some inconsistencies elsewhere.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Thank for reply but look at that ! The variable is empty, but there is incoming bytes !&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/20469_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/20469_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Look at the red data in the left box which shows the readings from the serial port.&lt;br&gt;&lt;br&gt;Like the example, if part of the received data is STX and ETX you can filter it out in the receive sequence.&lt;br&gt;&lt;br&gt;For my barcode scanner I use:&lt;br&gt;\\3\\2[V_SERIAL_IN]&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;When I put [V_VARIABLE_NAME] in the receive sequence the whole string is read into the variable. Generally there is a &amp;lt;cr&amp;gt; at the end of the data from most devices I have used.&lt;br&gt;&lt;br&gt;Hope it helps.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        In fact I want my arduino to &quot;ask&quot; the computer for the variables he needs, then I will be able to do a complete tutorial about arduino/roborealm interfacing.&lt;br&gt;&lt;br&gt;PS : Sorry for the several posts :/        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        The problem is that i receive data, but it dont go in the variable...&lt;br&gt;&lt;br&gt;Ghyorn.&lt;p&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/20448_1.JPG&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/20448_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Serial receiving</title>
        <description>
        Hello,&lt;br&gt;&lt;br&gt;I dont understand how to put all incoming bytes into a variable...&lt;br&gt;&lt;br&gt;In the documentation exemble I says thats the incoming byte is stored in the variables \\1024:\\667\\n, but where is that specified ?&lt;br&gt;&lt;br&gt;I just want tu put incoming bytes in a variable... But I don&apos;t manage to do that...&lt;br&gt;&lt;br&gt;I tried to just write [inByte] in &quot;receive sequence&quot;, but it doesn&apos;t work. (the variable is created in a VBScript)&lt;br&gt;&lt;br&gt;PS : Sorry for the bad english        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3556</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3556</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
