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

<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-05-28T12:54:29+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2225</id>
<entry>
<author><name><![CDATA[leb120]]></name></author>
<updated>2009-05-28T12:54:29+01:00</updated>
<published>2009-05-28T12:54:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=20001#p20001</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=20001#p20001"/>
<title type="html"><![CDATA[Robot Terminal Control Codes?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=20001#p20001"><![CDATA[
This one will move the cursor to any point on the 60 row by 80 column terminal window.  1;1 being the top left corner and 60;80 being the bottom right corner.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>Send the ASCII code for SOH, 2<br />Send the ASCII code for ESC, 27<br />Send the ASCII code for '&#91;', 91<br />Send the ASCII code for '1', 49<br />Send the ASCII code for ';', 59<br />Send the ASCII code for '1', 49<br />Send the ASCII code for 'f', 102</code></dd></dl><br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>printf&#40;&quot;%c%c&#91;1;1f&quot;, 2, 27&#41;;<br />printf&#40;&quot;%c%c&#91;%d;%df&quot;, 2, 27, row, column&#41;;</code></dd></dl><br /><br />The way the CM5 clears the screen is to send 60 line feeds in a row followed by either your home command or the command above.<dl class="codebox"><dt>Code: </dt><dd><code></code></dd></dl><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1305">leb120</a> — Thu May 28, 2009 12:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Kess]]></name></author>
<updated>2008-02-13T23:44:34+01:00</updated>
<published>2008-02-13T23:44:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=14129#p14129</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=14129#p14129"/>
<title type="html"><![CDATA[Robot Terminal Control Codes?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2225&amp;p=14129#p14129"><![CDATA[
Does anyone know what kind of terminal the Robot Terminal emulates, if any?  I'd like to be able to send escape codes from my CM-5 firmware to clear the screen and move the cursor around, just like the Bioloid motion editor firmware can do.  <br /><br />I've found that the VT52 &quot;Esc H&quot; sequence does make the cursor jump to home (top-left corner), but the VT52 &quot;Esc J&quot; sequence to clear the screen has no effect.  ANSI/VT100 code sequences don't seem to work either.<br /><br />Any clues?<br /><br />Kess<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=809">Kess</a> — Wed Feb 13, 2008 11:44 pm</p><hr />
]]></content>
</entry>
</feed>