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

<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>2013-02-25T19:57:43+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=9098</id>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2013-02-25T19:57:43+01:00</updated>
<published>2013-02-25T19:57:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37244#p37244</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37244#p37244"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37244#p37244"><![CDATA[
VT100 terminal (most are) respond also to &quot;Esc [ 2 J&quot; to clear screen -  ESc being Ascii 27. This is generally quicker and better. Not sure if  code can generate that, if its &quot;C&quot; then :<br /><br />putchar(27);, putchar('['); putchar('2'); putchar('J');<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Mon Feb 25, 2013 7:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2013-02-25T14:00:38+01:00</updated>
<published>2013-02-25T14:00:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37242#p37242</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37242#p37242"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37242#p37242"><![CDATA[
By screen I assume that you mean the output area of the terminal emulation program that you are using.  This area is maintained by the terminal emulation itself and the ability to clear it will vary from program to program.  For RoboPlus Terminal you can use keyboard combination ctrl+L or select the clear screen item from the File menu.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Mon Feb 25, 2013 2:00 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anass114]]></name></author>
<updated>2013-02-23T20:54:41+01:00</updated>
<published>2013-02-23T20:54:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37230#p37230</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37230#p37230"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37230#p37230"><![CDATA[
Nop I want to clear screen on my C program to refresh data , because with <br />printf(&quot;\n\n\n\n\n\n\n\n\n\n\n\n&quot;);  after a moment I've got a headache<br /><br />I want something like clearscreen() or refresh() but on bioloid <br /><br />thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4212">anass114</a> — Sat Feb 23, 2013 8:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-02-23T20:46:15+01:00</updated>
<published>2013-02-23T20:46:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37229#p37229</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37229#p37229"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37229#p37229"><![CDATA[
I'm not sure I understand you, but I will try to help you...<br /><br />When you load a C program in CM-5 you overwrite the standard firmware, so, if you want to use the firmware functions, you should restore the firmware. <br /><br />Visit <a href="http://support.robotis.com/en/techsupport_eng.htm#software/roboplus/roboplus_manager/firmwaremanagement/roboplus_manager_fwrecovery.htm" class="postlink">Robotis support website to restore firmware</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat Feb 23, 2013 8:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anass114]]></name></author>
<updated>2013-02-23T15:20:43+01:00</updated>
<published>2013-02-23T15:20:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37224#p37224</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37224#p37224"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37224#p37224"><![CDATA[
Some know how I can perform a screen clean on bioloid like system(&quot;cls&quot;) on windows ?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4212">anass114</a> — Sat Feb 23, 2013 3:20 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anass114]]></name></author>
<updated>2013-02-22T17:59:20+01:00</updated>
<published>2013-02-22T17:59:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37216#p37216</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37216#p37216"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37216#p37216"><![CDATA[
I remplaced the supervisor menu code by the example source and it works  <img src="http://forum.robosavvy.com/images/smilies/icon_cool.gif" alt="8)" title="Cool" /> but it's not a good idea so if someone could help <br /><br />thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4212">anass114</a> — Fri Feb 22, 2013 5:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[anass114]]></name></author>
<updated>2013-02-22T16:27:59+01:00</updated>
<published>2013-02-22T16:27:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37215#p37215</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37215#p37215"/>
<title type="html"><![CDATA[C programming problem]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9098&amp;p=37215#p37215"><![CDATA[
Hi !<br />I want to make a simple C program on my CM-5 , I'm beginner so after I compil the example and transfer it on the CM5 , It enters on interactive mode that means there is some problem , so if can someone help me <br /><br />thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4212">anass114</a> — Fri Feb 22, 2013 4:27 pm</p><hr />
]]></content>
</entry>
</feed>