<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=9033" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2013-01-14T14:22:03+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=9033</id>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2013-01-14T14:22:03+01:00</updated>
<published>2013-01-14T14:22:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36978#p36978</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36978#p36978"/>
<title type="html"><![CDATA[Serial Communication Error]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36978#p36978"><![CDATA[
dnhan,<br /><br />When you RoboPlus Task checks for REMOCONARRIVED the following action occurs.  The input buffer is scanned to see if there is a valid remote control communications packet present.  If a packet is present the two-byte code is saved for later retrieval and the REMOCONARRIVED flag is set to true.  If you transmit unformatted data it will be skipped over when the program searches for the 0xFF, 0x55 packet header.  <br /><br />See this page for information about remote control data packets.   <a href="http://support.robotis.com/en/product/auxdevice/communication/rc100_manual.htm" class="postlink">http://support.robotis.com/en/product/auxdevice/communication/rc100_manual.htm</a>.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Mon Jan 14, 2013 2:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dnhan]]></name></author>
<updated>2013-01-12T00:51:52+01:00</updated>
<published>2013-01-12T00:51:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36971#p36971</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36971#p36971"/>
<title type="html"><![CDATA[Serial Communication Error]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9033&amp;p=36971#p36971"><![CDATA[
I'm attempting to control the Bioloid robot now using the wireless Zigbee module now but I'm running into some new errors now. I've written a very simple code just to test the wireless communication as shown below:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code> <br />START PROGRAM &#123;<br />       <br />      ENDLESSLOOP&#123;<br /><br />                if&#40;REMOCONARRIVED == TRUE&#41;&#123;<br />                     MOTIONPAGE = 7<br />                 &#125;<br /><br />      &#125;<br /><br /><br />&#125;<br /><br /></code></dd></dl><br /><br />In this case motionpage = 7 is the demo page for Bioloid dog standing up. However when I try to transmit the command through Roboplus terminal the Bioloid does not seem to respond to it at all. <br /><br />I currently have one Zigbee module attached to the CM-5 board, and the other is mounted on the Zig2Serial attached to the USB2Dynamixel which is attached to my computer. After connecting through the appropriate COM port (COM 6 for me), I try pressing a few buttons in Roboplus Terminal. The TxD light on the Zig2Serial flash followed by the RxD light on the CM-5 however the Bioloid does not respond. Can anyone help with this?<br /><br />Note the status light on the Zig2Serial is solid and the serial cable is not plugged into the CM-5 at this time.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4048">dnhan</a> — Sat Jan 12, 2013 12:51 am</p><hr />
]]></content>
</entry>
</feed>