<?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=4&amp;t=2511" />

<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>2008-05-05T23:38:16+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2511</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2008-05-05T23:38:16+01:00</updated>
<published>2008-05-05T23:38:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15665#p15665</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15665#p15665"/>
<title type="html"><![CDATA[What does variable RR do in the standard template?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15665#p15665"><![CDATA[
The significance of RR is that it is the first defined variable and sits at the bottom of the variables RAM.<br /><br />If a serial character is received over the serial cable, the character is placed in this first variable location provided it is less than &amp;H80, Values higher than &amp;H80 are used for communicating between PC and C3024.<br /><br />There are a few errors now found in this  document, but it shows the principle.<br /><br /><!-- m --><a class="postlink" href="http://web.ukonline.co.uk/r.ibbotson/files/C3024Serial.pdf">http://web.ukonline.co.uk/r.ibbotson/fi ... Serial.pdf</a><!-- m --><br /><br />Typically bluetooth is used instead on the ETX and ERX, so the RR code can be removed of not used.<br /><br />I tend keep the first variable unused, since it can be overwritten in this way.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Mon May 05, 2008 11:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[stuuk]]></name></author>
<updated>2008-05-05T23:19:48+01:00</updated>
<published>2008-05-05T23:19:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15664#p15664</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15664#p15664"/>
<title type="html"><![CDATA[What does variable RR do in the standard template?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2511&amp;p=15664#p15664"><![CDATA[
Hi All<br /><br />I don't understand what the variable RR does in the standard template.<br /><br />It is declared as a byte, and only ever assigned the value of 0<br /><br />It is obviously something to do with the remote but no other value other than 0 is ever written to it so all the code around this seems redundent to me.<br /><br />Am I missing something?<br /><br />Thanks<br /><br />Stu<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1006">stuuk</a> — Mon May 05, 2008 11:19 pm</p><hr />
]]></content>
</entry>
</feed>