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

<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>2007-12-20T18:23:14+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=2025</id>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2007-12-20T18:23:14+01:00</updated>
<published>2007-12-20T18:23:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12955#p12955</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12955#p12955"/>
<title type="html"><![CDATA[controlling RN over seriel port w/ PC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12955#p12955"><![CDATA[
If you look at the template program, you will see that the first variable defined is RR, and this is later checked to be between 50 an 83, then used in the ON statement.<br /><br />When a character is sent over the serial PC interface it goes into this first RR variable. Note: characters over 127 are used for the communication protocol between RoboBasic and the Robonova controller, so cannot be used.<br /><br />So just send the character between 50 and 32 out of the PC serial interface at 9600 bps, and the Robonova will perform the action determined by the ON statement.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Dec 20, 2007 6:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[asbrandsson]]></name></author>
<updated>2007-12-20T16:31:14+01:00</updated>
<published>2007-12-20T16:31:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12952#p12952</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12952#p12952"/>
<title type="html"><![CDATA[controlling RN over seriel port w/ PC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12952#p12952"><![CDATA[
Hello,<br /><br />I just bought a copy of ERSP 2.0, which I think will allow me to do more or less what you are talking about.<br /><br />In the mean time, I am using the ER-1 program as the brains and vision. Which means that I have taken the head off of the Robonova and velcroed a logitec pro 5000 in its place. On the front I have velcroed a OQO 1+ and a four port usb splitter. Which splits off the webcam and the usb to serial port Robonova controller.<br /><br />Since I can not use the movement parts of the ER-1 Robot Control Interface, I can only use the run program side of the then side of behaviors. Which means that it would say if you are in exploration mode and you see a set of stairs, then execute routen K8 (for example) which would get the robonova to walk forward, then execute routen K35 (a stair climbing routen). If I had to use bluetooth to achieve this I could, but baiscally the serial port is already there?<br /><br />Asbrandsson<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=841">asbrandsson</a> — Thu Dec 20, 2007 4:31 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2007-12-20T14:06:57+01:00</updated>
<published>2007-12-20T14:06:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12944#p12944</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12944#p12944"/>
<title type="html"><![CDATA[controlling RN over seriel port w/ PC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12944#p12944"><![CDATA[
opening and closing the serial port on the PC every time you want to send something to the RN1 seems like call for trouble.<br /><br />It sounds like what you are looking for is an API for the PC to talk with the RN1. The RN1 board would run some RoboBasic code that would execute commands sent over the serial port.<br /><br />This would allow you to write your own PC application and command the RN1 this way.<br /><br />There were a few people who did this kind of remote control please search the forum and also the <a href="http://robosavvy.com/site/index.php?option=com_openwiki&amp;id=wiki:robonova-i_faq" class="postlink">wiki</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Thu Dec 20, 2007 2:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[asbrandsson]]></name></author>
<updated>2007-12-19T00:53:48+01:00</updated>
<published>2007-12-19T00:53:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12885#p12885</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12885#p12885"/>
<title type="html"><![CDATA[controlling RN over seriel port w/ PC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2025&amp;p=12885#p12885"><![CDATA[
Hello,<br /><br />I am wondering if anyone can point me in the right direction for creating a series of programs that will allow me to control the RN over the seriel port.<br /><br />I am trying to use the ER-1 program to give my RN some vision and brains. For those not familiar with it, it is set up on an if-then system. one of the thens is run program. So basically I would like a program that will work like a remote. if you hear hello, then say hi and run k1, k1.exe would open the seriel port and active k1. <br /><br />Asbrandsson<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=841">asbrandsson</a> — Wed Dec 19, 2007 12:53 am</p><hr />
]]></content>
</entry>
</feed>