<?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=6118" />

<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>2010-05-07T13:52:17+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=6118</id>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-05-07T13:52:17+01:00</updated>
<published>2010-05-07T13:52:17+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26661#p26661</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26661#p26661"/>
<title type="html"><![CDATA[Playing page through code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26661#p26661"><![CDATA[
I posted this on the above referenced thread but will include here also.<br /><br />Start terminal mode (connect to robot)<br />Start robot<br />Enter 'v'<br />Enter 'E'<br />Type 'play n' and hit enter, where n is the page number to run.<br /><br />or programatically... <br /><br />port.Open(); <br />port.Write(&quot;v&quot;);<br />port.Write(&quot;E&quot;);<br />port.Write(&quot;play 3\r\n&quot;);<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Fri May 07, 2010 1:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roeiki11]]></name></author>
<updated>2010-05-04T11:37:36+01:00</updated>
<published>2010-05-04T11:37:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26622#p26622</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26622#p26622"/>
<title type="html"><![CDATA[Playing page through code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26622#p26622"><![CDATA[
OK, I came up with a simple solution, just sending &quot;play&quot; command to the serial port, as in this C# code example:<br />SerialPort port = new SerialPort(&quot;COM8&quot;, 57600, Parity.None, 8, StopBits.One);<br />// Open the port for communications<br />port.Open();<br />port.Write(&quot;PLAY 3\r\n&quot;);<br />// Close the port<br />port.Close();<br /><br />just remember to put the controller at &quot;program&quot; mode and press &quot;start&quot;<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2098">roeiki11</a> — Tue May 04, 2010 11:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[methma_m]]></name></author>
<updated>2010-05-03T09:02:05+01:00</updated>
<published>2010-05-03T09:02:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26611#p26611</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26611#p26611"/>
<title type="html"><![CDATA[Playing page through code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26611#p26611"><![CDATA[
Hi,<br />I want to interface the srf08 sensor with a micro controller trough c18/assembly code in mplab environment.<br /><br /><br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2099">methma_m</a> — Mon May 03, 2010 9:02 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[27Loco]]></name></author>
<updated>2010-05-02T20:09:50+01:00</updated>
<published>2010-05-02T20:09:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26610#p26610</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26610#p26610"/>
<title type="html"><![CDATA[Playing page through code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26610#p26610"><![CDATA[
Please take a look at this thread:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=2431">http://robosavvy.com/forum/viewtopic.php?t=2431</a><!-- m --><br /><br /> <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1976">27Loco</a> — Sun May 02, 2010 8:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[roeiki11]]></name></author>
<updated>2010-05-02T11:34:25+01:00</updated>
<published>2010-05-02T11:34:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26609#p26609</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26609#p26609"/>
<title type="html"><![CDATA[Playing page through code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6118&amp;p=26609#p26609"><![CDATA[
Hi,<br />I wanted to know if there is a way to play a specific motion page through c/c++ code?<br />I looked at libbiolid and did not succeed to see a way to do that.<br />Thanks in advance,<br />Roei<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2098">roeiki11</a> — Sun May 02, 2010 11:34 am</p><hr />
]]></content>
</entry>
</feed>