<?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>
        Yes, that what &lt;br&gt;&lt;br&gt;\\255\\0\\[left_motor]\\255\\1\\[right_motor]&lt;br&gt;&lt;br&gt;in the serial module documentation is referring to. 255 is often used as a sync char which is what you were looking for. So in your case&lt;br&gt;&lt;br&gt;\\85\\170&lt;br&gt;&lt;br&gt;should do the trick.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5207</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5207</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        &lt;br&gt;Ok, I wrote a simple &apos;if&apos; script to sort them.&lt;br&gt;&lt;br&gt;It would have been nice if I could have used something like;&lt;br&gt;&lt;br&gt;&amp;lt;85&amp;gt; &amp;lt;170&amp;gt; in the same way that one uses;&lt;br&gt;&amp;lt;lf&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;Ie the parenthesized figures, of choice, determine the string match&lt;br&gt;&lt;br&gt;Regards&lt;br&gt;Roland&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5207</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5207</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>Serial receive - order</title>
        <description>
        &lt;br&gt;Hi&lt;br&gt;&lt;br&gt;Is there a simple way to set the receive order of variables?&lt;br&gt;&lt;br&gt;Often, a device would send out a &amp;lt;cr&amp;gt; or &amp;lt;lf&amp;gt; that one uses as a marker, but in this case I have no control of the receive string format.&lt;br&gt;&lt;br&gt;If I send out;&lt;br&gt; \\01\\02\\03&lt;br&gt;&lt;br&gt;and I have;&amp;nbsp;&amp;nbsp;\\[a]\\[b]\\[c]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as the receive variables&lt;br&gt;&lt;br&gt;the received variables can be;&lt;br&gt;abc&lt;br&gt;123&lt;br&gt;231&lt;br&gt;231&lt;br&gt;312&lt;br&gt;&lt;br&gt;How can I get an order without sorting the variables in a VB script?&lt;br&gt;The device I&apos;m using sends a string format that I cannot modify, something like;&lt;br&gt;55 aa 01 00 01 00&lt;br&gt;&lt;br&gt;What I would like to do is simply receive the sequence in the order that it come in&lt;br&gt;\\[a]\\[b]\\[c]\\[d]\\[e]\\[f]&lt;br&gt;&lt;br&gt;where &quot;a&quot; will always receive the first character,&amp;nbsp;&amp;nbsp;in a similar way to the console window.&lt;br&gt;&lt;p&gt;&lt;br&gt;&lt;a target=_blank href=&quot;http://www.roborealm.com/uploads/26754_1.jpg&quot;&gt;&lt;img border=1 src=&quot;http://www.roborealm.com/uploads/26754_thumb_1.jpg&quot;&gt;&lt;/a&gt;&amp;nbsp;&lt;br&gt;        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=5207</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=5207</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
