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

<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>2010-11-16T02:58:38+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=6704</id>
<entry>
<author><name><![CDATA[Lonelucifer]]></name></author>
<updated>2010-11-16T02:58:38+01:00</updated>
<published>2010-11-16T02:58:38+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28806#p28806</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28806#p28806"/>
<title type="html"><![CDATA[Code for overwrite robobuilder RBC serial code using BASIC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28806#p28806"><![CDATA[
Sorry for the late reply, been busy lately.<br /><br />Thx a lot, l3v3rz, it works well, now I dont have to worry about S/N corrupt problem now.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2391">Lonelucifer</a> — Tue Nov 16, 2010 2:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-11-11T14:26:33+01:00</updated>
<published>2010-11-11T14:26:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28707#p28707</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28707#p28707"/>
<title type="html"><![CDATA[Code for overwrite robobuilder RBC serial code using BASIC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28707#p28707"><![CDATA[
Hi,<br /><br />The serial number is located in ROM locations 1-13 .<br /><br />To read a ROM location use PRINT $ROM(x) and to write a ROM location use POKE x,y where is x is location and Y the value to be written.<br /><br />The manual is wrong and needs updating <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /><br /><br />So if your serial number is 123... then the code you want is<br />POKE 1,49<br />POKE 2,50<br />POKE 3,51<br />...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Thu Nov 11, 2010 2:26 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Lonelucifer]]></name></author>
<updated>2010-11-11T09:19:03+01:00</updated>
<published>2010-11-11T09:19:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28701#p28701</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28701#p28701"/>
<title type="html"><![CDATA[Code for overwrite robobuilder RBC serial code using BASIC]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6704&amp;p=28701#p28701"><![CDATA[
Hi <br />Currently i'm facing a problem that serial number corruption, I saw one of  thread knowing that serial code can be rewrite using BASIC. I'm using putty to operate it and tried to overwrite the code, but I dont quite understand the command for BASIC and dunno how to rewrite the serial number. Can someone teach me how to do it? <br /><br />Thanks<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2391">Lonelucifer</a> — Thu Nov 11, 2010 9:19 am</p><hr />
]]></content>
</entry>
</feed>