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

<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>2009-04-11T19:35:55+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=1&amp;t=19</id>
<entry>
<author><name><![CDATA[Raymond]]></name></author>
<updated>2009-04-11T19:35:55+01:00</updated>
<published>2009-04-11T19:35:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=19580#p19580</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=19580#p19580"/>
<title type="html"><![CDATA[What Ohm Resistor to use in ICS-PC?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=19580#p19580"><![CDATA[
Hi All,<br /><br />What Resistor to use to create the Kondo PC interface witht eh RS232 when shorting Pins 2 and 4.<br /><br />Thanks<br /><br />Mark<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1407">Raymond</a> — Sat Apr 11, 2009 7:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-03-16T19:50:00+01:00</updated>
<published>2005-03-16T19:50:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=97#p97</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=97#p97"/>
<title type="html"><![CDATA[About command reference]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=97#p97"><![CDATA[
Pin 4 (DTR) is connected to PIN 2 (RX) through a resistor.<p>Statistics: Posted by Guest — Wed Mar 16, 2005 7:50 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-03-15T20:45:11+01:00</updated>
<published>2005-03-15T20:45:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=96#p96</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=96#p96"/>
<title type="html"><![CDATA[About command reference]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=96#p96"><![CDATA[
<blockquote><div><cite>Anonymous wrote:</cite><br />Unfortunately it is not as easy as that. The first problem is the serial connector that comes with the KHR, it is not standard. You must control the RX pin for two functions at the same time. If you launch a write freely it will stop working at any time and you wont be able to read back anything. Submitting a command is easy, but sending many commands and reading acks and other results it is not.<br /></div></blockquote><br /><br />the RCB-1 cable connects to the PC serial port and so uses standard UART functions.. can you please explain what you mean by RX serving two functions at the same time?<p>Statistics: Posted by Guest — Tue Mar 15, 2005 8:45 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Anonymous]]></name></author>
<updated>2005-03-15T16:56:16+01:00</updated>
<published>2005-03-15T16:56:16+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=95#p95</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=95#p95"/>
<title type="html"><![CDATA[About command reference]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=95#p95"><![CDATA[
Unfortunately it is not as easy as that. The first problem is the serial connector that comes with the KHR, it is not standard. You must control the RX pin for two functions at the same time. If you launch a write freely it will stop working at any time and you wont be able to read back anything. Submitting a command is easy, but sending many commands and reading acks and other results it is not.<p>Statistics: Posted by Guest — Tue Mar 15, 2005 4:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2005-03-06T22:52:19+01:00</updated>
<published>2005-03-06T22:52:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=70#p70</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=70#p70"/>
<title type="html"><![CDATA[About command reference]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=70#p70"><![CDATA[
The example below is a copy-paste of the "Send RCB-1Servo Position To Robot" command from Dan's translation on page 6.<br /><br />so if you write to your PC's serial port the following sequence of bytes (here represented as hex values):<br /><span style="font-style: italic">FD 01 03 5A 5A 5A 5A 5A 5A 5A 5A 5A 5A 5A 5A XX</span><br />(where XX is the checksum using the formula mentioned below),<br />it will put channels 12-23 (assuming the RCB-1 board that is responsible for channels 12-23 is ID1) of your KHR-1 into neutral position. ie: all servos go to 90deg.<br /><br />The RCB1 board will respond back on the serial port within 30 mSec with two bytes:<br /><span style="font-style: italic">01 06</span><br /><br />It's that simple!<br /><br /><blockquote class="uncited"><div><br />[ T X ]<br />CMD    ID    SPD CH1 … CH12 CHKSUM<br />        1              2               3             4                      15                    16              [byte]<br /><br /><br /><br />[ R X ]30 mSec Timeout<br />ID    ACK<br />  1                 2             [byte]<br /><br /><br /><br />Parameters<br /><br />ParametersPossible ValuesDescription<br />CMDFDhCommand<br />ID00h ~ 1FhBoard ID #<br />SPD00h ~ 07hSpeed<br />CH1….CH1200h ~ B4h *Servo degree  (90 = 5Ah)<br />CHKSUM00h ~ 7Fh(CMD + ID + SPD + CH1 …+ CH12) &amp;7Fh<br />ACK06hAcknowledgement<br />* Red version additional values<br />oDDh = free<br />oDEh = 1<br />oDFh = 2<br />oE0h = 3<br />oE1h = Low<br />oE2h = High<br /></div></blockquote><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun Mar 06, 2005 10:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[inaki]]></name></author>
<updated>2005-03-06T18:41:05+01:00</updated>
<published>2005-03-06T18:41:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=67#p67</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=67#p67"/>
<title type="html"><![CDATA[About command reference]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=19&amp;p=67#p67"><![CDATA[
I have read the English translation of the RCB commands by Daniel Albert. I like the translation although I miss a reference of commands with the meaning of each one. I am missing some manual ? Where there are explained the different commands that can be sent to the KHR-1 and what each one of them do? In this manual I can  see the syntax of each command but there is no explanation of what can be done with each command. Is there a tutorial about commands, functions, how to do different things and which commands to use, etc.<br />In other words, I miss a complete manual about everything: assembling, programming, extensions, options,  .... Of course, in English if possible<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=8">inaki</a> — Sun Mar 06, 2005 6:41 pm</p><hr />
]]></content>
</entry>
</feed>