<?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>
        Try using the double slashes in front like&lt;br&gt;&lt;br&gt;\\\\[left_motor]\\\\[right_motor]&lt;br&gt;&lt;br&gt;with NO spaces or newline after&amp;nbsp;&amp;nbsp;it. That will send 8 bytes over serial.&lt;br&gt;&lt;br&gt;See&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/forum/index.php?thread_id=3878#&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;forum/&lt;wbr&gt;index.php?thread_&lt;wbr&gt;id=3878#&lt;/a&gt;&lt;br&gt;&lt;br&gt;for more information about this.&lt;br&gt;&lt;br&gt;You can also check the comments on the bottom of the serial module documentation page for much more info:&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://www.roborealm.com/help/Serial.php&quot; target=&quot;_blank&quot;&gt;http://www.roborealm.com/&lt;wbr&gt;help/&lt;wbr&gt;Serial.php&lt;/a&gt;&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3872</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3872</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        hi steven after view through the other example, what i get is the is better to use your example as the base but when i tried enter &lt;br&gt;&lt;br&gt;[left_motor]&amp;lt;cr&amp;gt;&lt;br&gt;[right_motor]&amp;lt;cr&amp;gt;&lt;br&gt;&lt;br&gt;in the serial module. but there is not any bytes signals produce...is that any problem for the code i enter in the serial configuration??or the VB script program is not suitable to in this module??&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;thanks for the the reply....steven        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3872</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3872</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>No Title</title>
        <description>
        Kenny,&lt;br&gt;&lt;br&gt;Use the forum to search for examples of the serial module to get a better idea of the way to communicate to a PIC. Several examples exist for BS2 and another current thread with a Propeller. Or check the bottom of the Serial module page for forum entries.&lt;br&gt;&lt;br&gt;In your serial module enter &lt;br&gt;&lt;br&gt;\\\\[HIGHEST_MIDDLE_X]&lt;br&gt;&lt;br&gt;in the Send Sequence box (the larger one NOT the one next to the button).&lt;br&gt;&lt;br&gt;This will transmit a 4 byte number over serial to whatever device is on the other side. So configure the serial module to the PIC and write a pic program to read 4 bytes from the serial line. You will then need to recreate the binary number using something like&lt;br&gt;&lt;br&gt;value = byte1 | (byte2&amp;lt;&amp;lt;8) | (byte3&amp;lt;&amp;lt;16) | (byte4&amp;lt;24)&lt;br&gt;&lt;br&gt;or if you have a way to read an integer number from the serial line you can try that too. If the result is a really large number the byte order may be reversed so instead use&lt;br&gt;&lt;br&gt;//[HIGHEST_MIDDLE_X]&lt;br&gt;&lt;br&gt;which will reverse which byte is the highest byte.&lt;br&gt;&lt;br&gt;STeven.        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3872</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3872</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
    <item>
        <title>how to send data to MCU with SERIAL MODULE configuration</title>
        <description>
        im doing for the connection in between the ROBOREALM to the PIC chip. but the problem is how can i define that the connection between this two stuffs is connected??how can i send the data to the PIC??possible that i only use SERIAL MODULE configuration to send the data without plugin any VBscript program??        </description>
        <link>http://www.roborealm.com/forum/index.php?thread_id=3872</link>
        <guid>http://www.roborealm.com/forum/index.php?thread_id=3872</guid>
        <pubDate>Tue, 30 Nov 1999 00:11:00 EST</pubDate>
    </item>
</channel>
</rss>
