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

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

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=5921</id>
<entry>
<author><name><![CDATA[dlc]]></name></author>
<updated>2013-05-17T18:12:51+01:00</updated>
<published>2013-05-17T18:12:51+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=37827#p37827</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=37827#p37827"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=37827#p37827"><![CDATA[
<blockquote><div><cite>l3v3rz wrote:</cite><br />Hi,<br /><br />So through a little trial an error I think I have discovered the problem.  You must select the com port (even though it shows it correctly on screen) before doing the scan. So the steps are:<br /><br />1. Set DC mode on robot by holding down PF1 &amp; PF2 at restart.  <br />2. Then start wckprogrammer (I use v1.32 - but 1.01 works fine)<br />3. Now select the com port (even if all ready selected)  then do a check port, (if in use by another prog it complains with a &quot;device in use&quot; message )<br />4. Then do baud scan - to confirm it connects<br /></div></blockquote><br /><br />Three years later the same problem exists with the exact same version of the code.  Bummer, it means that RoboBuilder is not maintaining their products.  In all this time there is still nothing on their site for the 18DOF HUNO either.  Or, at least I've not found it yet, which is just as likely.<br /><br />Regardless, this procedure worked for me with this problem.<br /><br />Thanks for sharing,<br />DLC<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2468">dlc</a> — Fri May 17, 2013 6:12 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T21:17:57+01:00</updated>
<published>2010-03-21T21:17:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26014#p26014</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26014#p26014"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26014#p26014"><![CDATA[
Yes - you can set a read timeout (and write timeout) on the serial port. Then do a write, followed by a read - all within a try / catch block.  <br /><br />My code actually does this = the message is set to the exception - so if there was no response Message will contact &quot;Timeout&quot; instead the message Response: 16 00 ... etc<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 9:17 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-21T21:11:14+01:00</updated>
<published>2010-03-21T21:11:14+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26013#p26013</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26013#p26013"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26013#p26013"><![CDATA[
Awesome, I would have liked you to try the method I used to solve my problem, but you have already solved it <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /> I'll just have to wait until it happens again to someone.<br /><br /> Quick question, is there any way I can check in C# that a COM port cannot be opened? I mean, Robobuilder is using com port 8, and I want my program to tell me that when I open Com Port 7, there is nothing there, therefore I should try another com port.<br /> <br /> Can I for example, send an RBC command, and if I dont get a response in 3 seconds, say there is noone there?<br /><br /> Cheers,<br /><br /> Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Sun Mar 21, 2010 9:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T20:56:50+01:00</updated>
<published>2010-03-21T20:56:50+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26011#p26011</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26011#p26011"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26011#p26011"><![CDATA[
Your right -  PF2 at reset for DC mode. <br />wckProgrammert now doesn't detect again - even following my steps - back to square one! Don't know why its so bad, PCControl works every time - its very strange. The other day when I was trying, it worked every time. Today it didn't, then it did and now isn't again!  Fortunately it worked long enough to set up the ID of my new servo so don't need it now.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 8:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-21T19:13:53+01:00</updated>
<published>2010-03-21T19:13:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26006#p26006</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26006#p26006"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26006#p26006"><![CDATA[
Hello there,<br /><br /> Uhm, interesting method, however 3 things.<br /><br /> 1. To set the DC mode on my Robobuilder, I hold PF2 at restart (not PF1 and PF2, that makes the blue RUN led flash).<br /> 2. Interestingly, even if I ignore your 3rd step, wckprogrammer still detects the robobuilder. Isn't the COM port written in an .ini configuration file on the same folder? Its weird that it forgets it if its written in there from the beginning.<br /> 3. Also, cannot really test in the same situation as yours, as I already fixed the Robobuilder from the weird problem it was having <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /> The way I fixed it was to maintain the DC mode set by the MotionBuilder, so that wckprogrammer would work... <br /><br /> All in all, it definetely looks as there are several bugs in the software <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /> Sometimes when I run programs like wckprogrammer in similar situations, different things happen <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /><br /><br /> In addition, I still cannot upgrade firmware into the robot using the serial-com cable! This is truly annoying, all other programs work (even the motion downloader) but the software keeps giving me the same error &quot;Error encountered while downloading firmware...<br /><br /> Anyways, in case you are interested, I am still merging both of my codes (ANN+Robobuilder).<br /> I want the ANN code to produce some data that the ComPort code can read. Is it simpler to write it into a file so the other code can read from it? Is there a way of doing this using strings? (Do they work between separate pieces of code, one running after the other?)<br /><br /> I will try what you wrote about the PSD in the other thread, and answer you there <img src="http://forum.robosavvy.com/images/smilies/icon_wink.gif" alt=";)" title="Wink" /><br /><br /> Thanks again,<br /><br />           Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Sun Mar 21, 2010 7:13 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-21T15:22:25+01:00</updated>
<published>2010-03-21T15:22:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26003#p26003</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26003#p26003"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=26003#p26003"><![CDATA[
Hi,<br /><br />I've just had I think exactly the same problem as you.  Just bought a new servo - for my gripper - and couldn't access with wckProgrammer (I need to reset the ID)  but  it connected fine with my PCremote software. <br /><br />So through a little trial an error I think I have discovered the problem.  You must select the com port (even though it shows it correctly on screen) before doing the scan. So the steps are:<br /><br />1. Set DC mode on robot by holding down PF1 &amp; PF2 at restart.  <br />2. Then start wckprogrammer (I use v1.32 - but 1.01 works fine)<br />3. Now select the com port (even if all ready selected)  then do a check port, (if in use by another prog it complains with a &quot;device in use&quot; message )<br />4. Then do baud scan - to confirm it connects<br /><br />If you don't do step 3 it fails even though the com port on the screen is correctly remember from the previous time you used it. <br /><br />This sounds like a bug to me with their software. Plus wckprogrammer should set DC mode using software. Since if you forget it also just fails.<br /><br />Be interested if you can confirm you get the same.<br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun Mar 21, 2010 3:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-09T19:51:09+01:00</updated>
<published>2010-03-09T19:51:09+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25793#p25793</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25793#p25793"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25793#p25793"><![CDATA[
Great stuff - now the fun stuff can begin.  <br /><br />I've sent you a message with a link you might want to try to see if it make things any easier.<br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Tue Mar 09, 2010 7:51 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-09T15:57:30+01:00</updated>
<published>2010-03-09T15:57:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25783#p25783</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25783#p25783"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25783#p25783"><![CDATA[
Yaaaay! Fixed the problem! Finally!<br /><br /> I'll write down the steps I took before I forget:<br /><br /> - First, to avoid any problem related to COM ports, I used a computer that had one Real COM port (Laptops nowadays don't have them anymore... <img src="http://forum.robosavvy.com/images/smilies/icon_sad.gif" alt=":(" title="Sad" /> )<br /><br /> - Then, after installing all the software necessary, I connected the Robobuilder to the computer via the Serial Port Cable, and tried using WCK (By setting the direct mode first, only one servo attached, etc.).<br /> This of course did not work, however I remembered something that was posted here in this thread, saying that Motion Builder set the Direct Mode automatically when the Connection was made, so I had an idea.<br /><br /> - I opened MotionBuilder, and turned on the Robobuilder. MotionBuilder has no problem detecting the robobuilder, and sending commands to it, which work. Then, I closed MotionBuilder <span style="font-weight: bold">Without</span> closing the port first, therefore Robobuilder remains in that correct direct mode.<br /><br /> - Opened WCK programmer, and had no problem connecting to the control box! Changed the ID of the servo, and job done! <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><br /><br /> I don't think that anyone will have such a crazy specific error as this, but just in case those are the steps I took <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><br /><br /> Now, for a more difficult part of my project, programming a C code that will check the PSD over a COM port!<br /><br /> I will keep posting on progress. Thanks for all the help, and any advise is greatly appretiated!<br /><br /> Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Tue Mar 09, 2010 3:57 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-04T22:52:29+01:00</updated>
<published>2010-03-04T22:52:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25715#p25715</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25715#p25715"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25715#p25715"><![CDATA[
Using the task manager - look for applications running in background and close them!  Its an application with an open port that locks it. The motion builder is one of the programs that locks the port - so you can't run two at the same time. Reboot will also work  - unless you have application that autostarts and opens the com port. Hyoerterminal / Putty open session can lock the port as well.<br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Thu Mar 04, 2010 10:52 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-04T21:11:35+01:00</updated>
<published>2010-03-04T21:11:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25713#p25713</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25713#p25713"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25713#p25713"><![CDATA[
Hello everyone again!<br /><br /> Bad news unfortunately, used a different computer, with a different control box, with a random servo, with a fresh install of WCK Programmer. It still does not work! <br /><br /> Even if this looks like madness, it seems that the problem is not in any software/hardware. It <span style="font-weight: bold">has</span> to be the way I am doing it. Either I am pressing the wrong buttons, I am not doing the COM port stuff right, or some stupid mistake I am commiting. <br /><br /> What I am going to do now is NASA's way to solve stuff. If it doesn't work, reboot. So I am going to unistall program's and reset COM ports, and start from the very beginning, like I got the RoboBuilder for the first time, following every step one by one.<br /><br /> If this does not work, then I will try checking what is actually coming out of the COM port, and attempt the several suggested softwares. <br /><br /> Thanks for all the help and support anyway, I may dissapear for a while from the forums, until I fix this damn issue. But when I come back I will have more questions about programming a code to check the PSD of the robot using a COM port through bluetooth.<br /><br /> Thanks again!<br /><br />IMPORTANT UPDATE - I have quickly tried to use Motion Builder to test something, and now that doesn't work either! When I try to open the correct port it says &quot;ie_Open - Device already open&quot;. Quick google research tells me it has something to do with windows locking the COM ports to individual stuff, even if they are not plugged in at the moment. So when I checked my list of COM ports, it says that from 1-24, they are all in use!! This is when I haven't plugged anything in my computer yet! So I think windows has gone a little mad, and plugging lots of usb COM port emulators has confused to a point that it thinks there are no spare COM ports for anything else.<br /><br /> Any idea how to <span style="font-weight: bold">liberate</span> the COM ports?<br /><br /> Freedom to COM ports!<br /><br />           Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Thu Mar 04, 2010 9:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-04T14:09:15+01:00</updated>
<published>2010-03-04T14:09:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25709#p25709</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25709#p25709"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25709#p25709"><![CDATA[
You really need to fix the wck programmer anyway - so trying on another PC is a good idea. I wonder if having two servos with the same ID is causing the problem as they would both try an write on the bus at the same time. Have you've tried with all servo disconnected except the one you want to change?<br /><br />If the RBC in DC mode - you can write a program on your PC - for instance in C - to write that byte sequence to the serial COM port.  i.e. you could simply use a printf or putchar to send the bytes, thats all my library does (except its in C#).<br /><br />Might be useful as well to see whats being sent over the serial port whilst its doing its scan. You could attach a serial port monitor (theres free ones available to download - I use HDD) and see if wck programmer is sending codes.<br /><br />Did you try the diagnostic program on the CD - RBCdiag.exe - that also test your configuration.<br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Thu Mar 04, 2010 2:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-04T01:30:29+01:00</updated>
<published>2010-03-04T01:30:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25705#p25705</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25705#p25705"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25705#p25705"><![CDATA[
Ok, so I can send the command directly without using the WCK programmer, that makes sense. Do you mean writing a small firmware program, upload it to the robobuilder and running it?<br /> If so, I am afraid that I just started trying to program Robobuilder firmwares 2 days ago and it has not gone well. I am still quite new to the Robobuilder and unfortunately I have little time to dedicate to learn the code used for firmwares. Can I use a simple firmware from a C Source code example and include this code?<br /><br /> I understand your logic, but I don't even know where to start to write this program, or how to apply it. If tomorrow I can't solve this with a different computer, this will be my only option.<br /><br /> Thanks again for all the support,<br /><br /> Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Thu Mar 04, 2010 1:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[badcommandorfilename]]></name></author>
<updated>2010-03-04T00:55:58+01:00</updated>
<published>2010-03-04T00:55:58+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25704#p25704</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25704#p25704"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25704#p25704"><![CDATA[
It sounds like you're having some strange problems - perhaps it is something to do with the bluetooth connection or some hardware fault.<br /><br />There is another way to reset the ID of the wCKs, but it's a little more involved. You need to send the appropriate command directly to the servo using the RBC brick. This will involve you writing a short program and uploading it - it might be easier than trying to debug what is going on.<br /><br />Here are the protocol specs for the wCK servos: <!-- m --><a class="postlink" href="http://robosavvy.com/RoboSavvyPages/Robobuilder/robobuilder-creator-users-manual.pdf">http://robosavvy.com/RoboSavvyPages/Rob ... manual.pdf</a><!-- m --><br /><br />There are some short code snippets, but basically you need to:<br />- Set your Tx0 baud rate to 11500,<br />- Make sure that only the servo you want to reprogram is connected,<br />- Send the following bytes to Tx0:<br />- 0xFF [header]<br />- (7&lt;&lt;5)|(OLDID) [OLDID is the current ID of the servo]<br />- NEWID<br />- NEWID [again]<br />- (byte1)^(byte2)^(byte3)^(byte4)&amp;(0x7F) [checksum]<br /><br />This is the packet which allows you to reprogram the IDs. You probably want to double check my work before you do anything. Also, if you can't work out what OLDID is, just try everything from 0-16 (but make sure only one servo is connected.<br /><br />Good luck!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1830">badcommandorfilename</a> — Thu Mar 04, 2010 12:55 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[AlexanderHWUK]]></name></author>
<updated>2010-03-04T00:12:41+01:00</updated>
<published>2010-03-04T00:12:41+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25703#p25703</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25703#p25703"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25703#p25703"><![CDATA[
It's ok to ask dumb questions, that's the easiest way to find problems <img src="http://forum.robosavvy.com/images/smilies/icon_razz.gif" alt=":P" title="Razz" /><br /><br /> There is definetely a servo connected (I can control it with Motion Builder!). <br /><br /> I have restarted the computer and the first thing I have done is connect the cable and try wck, still nothing. <br /><br /> I will research on how to reset COM ports, tomorrow I'll try a different computer.<br /><br /> For now, I will eat ice cream and look at my defunct Robobuilder  <img src="http://forum.robosavvy.com/images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /> <br /><br /> Thank you very much for your support, your dedication is admirable<br /><br />   Alex<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1992">AlexanderHWUK</a> — Thu Mar 04, 2010 12:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2010-03-03T23:45:03+01:00</updated>
<published>2010-03-03T23:45:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25702#p25702</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25702#p25702"/>
<title type="html"><![CDATA[Robobuilder Servo Madness &amp; C Programming - Help needed]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=5921&amp;p=25702#p25702"><![CDATA[
What you describe sounds perfectly correct - very strange. It does sound like a com port problem. The dc mode of orange and blue is correct.  <br /><br />Sorry if I'm asking dumb questions but do you have any servos connected ?  Have you tried doing a read position against a servo id - rather than baud rate scan ? If you're in DC mode and no servos are connected - I'm not sure what wck programmer does.<br /> <br />Can you connect another device to the COM port and see if its working ?  Mind you if RBC upload tool and  motion builder tool works then com port must be ok. The motion builder wiil hold the com port - so make sure thats closed (again it must have been to upload the firmware - so that can't be problem). I think Motion builder use dc mode when you &quot;test&quot; a motion (or capture a position) - auto switching - so if that works theres no real problem with your set up.<br /><br />Hope this helps and good luck !<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Wed Mar 03, 2010 11:45 pm</p><hr />
]]></content>
</entry>
</feed>