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

<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>2011-05-12T18:00:10+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=7208</id>
<entry>
<author><name><![CDATA[skycruiser]]></name></author>
<updated>2011-05-12T18:00:10+01:00</updated>
<published>2011-05-12T18:00:10+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7208&amp;p=31215#p31215</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7208&amp;p=31215#p31215"/>
<title type="html"><![CDATA[Robonova serial comm prob]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7208&amp;p=31215#p31215"><![CDATA[
I'm a beginner as far as Robonova 1 is concerned.So do help me if you can.I can very well program the C3024 controller on my robonova thru my laptop(programming process is seen clearly on oscilloscope).I'm using a USB to serial converter cable.<br />But when I write a program to send a byte on serial cable by command ETX and then trying to recieve a byte from my laptop(by command ERX),  I don't see any activity(even on the oscilloscope) and the program reaches the end(Depicted by Music command).Please guide me.<span style="text-decoration: underline">It would help if someone could give a program which transmits and receives a byte on serial cable for 3024 controller.</span>My program is pasted below:<br /><br />PTP SETON <br />PTP ALLON<br /><br />'TEMPO 230<br />'MUSIC &quot;C&quot;<br />DIM I AS BYTE<br />DIM A AS BYTE<br /><br />'== motor diretion setting ======================<br />DIR G6A,1,0,0,1,0,0<br />DIR G6B,1,1,1,1,1,1<br />DIR G6C,0,0,0,0,0,0<br />DIR G6D,0,1,1,0,1,0<br /><br />'== motor start position read ===================<br />GETMOTORSET G6A,1,1,1,1,1,0<br />GETMOTORSET G6B,1,1,1,0,0,0<br />GETMOTORSET G6C,1,1,1,0,0,0<br />GETMOTORSET G6D,1,1,1,1,1,0<br /><br />SPEED 5<br />'MUSIC &quot;E&quot;<br /><br />'== motor power on  =============================<br />MOTOR G24<br /><br />GOSUB standard_pose<br />DELAY 1000<br /><br /><br />'================================================<br />MAIN:    <br />I = &quot;1&quot;<br />ETX 9600, I<br />A = &quot;1&quot;<br />MUSIC &quot;CC&quot;<br />Retry:<br />ERX 9600, A, Retry<br />GOTO MAIN<br />'================================================<br />standard_pose:<br /><br />MOVE G6A,100,  76, 145,  93, 100, 100 <br />MOVE G6D,100,  76, 145,  93, 100, 100  <br />MOVE G6B,100,  30,  80, 100, 100, 100<br />MOVE G6C,100,  30,  80, 100, 100, 100<br />WAIT<br /><br />RETURN<br />'================================================<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2726">skycruiser</a> — Thu May 12, 2011 6:00 pm</p><hr />
]]></content>
</entry>
</feed>