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

<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-04-23T11:58:15+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=9188</id>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-04-23T11:58:15+01:00</updated>
<published>2013-04-23T11:58:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37633#p37633</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37633#p37633"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37633#p37633"><![CDATA[
I prefer ( too much) and use Ubuntu more than Windows, but... you should test it with Windows, because Robotis created the software for Windows.<br /><br />By the way, do the Robotis software (terminal, manager...) list correctly your serial connections (tty* instead of COMn? May be it can't detect your Ubuntu serial connections.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Tue Apr 23, 2013 11:58 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-18T12:03:28+01:00</updated>
<published>2013-04-18T12:03:28+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37624#p37624</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37624#p37624"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37624#p37624"><![CDATA[
<span style="text-decoration: underline">Update:</span><br />I believe the problem of not seeing any COM ports was due to the fact that there was no link between ttyUSB0 and the serial ports ttyS#. Without this, Wine (the program running the Bioloid software on Ubuntu) was not able to find the port options. This was addressed with the following code:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>sudo ln -sb /dev/ttyUSB0 /dev/ttyS1</code></dd></dl><br /><br />I now have the separate issues of not being able to enter boot mode in the Robot Terminal nor being able to download a program to CM-5 - but I'll start a different thread to address it to prevent any confusion.<br /><br />In any case, thank you very much for your help siempre.aprendiendo!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Thu Apr 18, 2013 12:03 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-17T11:06:29+01:00</updated>
<published>2013-04-17T11:06:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37617#p37617</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37617#p37617"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37617#p37617"><![CDATA[
<span style="text-decoration: underline">Update:</span><br />I just tried the following command and it looks like the USB/Serial converter is working and can see the CM-5.<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>$ sudo cat /dev/ttyUSB0<br /> &#91;CM-5 Version 1.15&#93;<br /><br /> &lt;-&gt;PC:57142 BPS, &lt;-&gt;Dynamixel:1000000 BPS<br /><br /> ID:&#65533;&#65533;</code></dd></dl><br /><br /><br />However, I am still unable to get the Robotis software (e.g. Behavior Control Programmer, Robot Terminal) to find CM-5. Any thoughts?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Wed Apr 17, 2013 11:06 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-17T10:40:53+01:00</updated>
<published>2013-04-17T10:40:53+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37616#p37616</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37616#p37616"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37616#p37616"><![CDATA[
I'm not entirely sure I know how to properly answer your question...<br /><br />When I try to use the Robits' Robot Terminal, I receive the error message:<br />&quot;Can not open COM1, 57600 bps!&quot;<br /><br />Is that the console you are referring to?<br /><br /><br />Here are the steps I took within the Ubuntu terminal in my unsuccessful attempt to resolve this:<br />1. Check that the USB port sees the Serial/USB converter<br /><dl class="codebox"><dt>Code: </dt><dd><code>$ lsusb<br />Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port</code></dd></dl><br /><dl class="codebox"><dt>Code: </dt><dd><code>$ dmesg | grep tty<br />&#91;   36.613256&#93; usb 1-1.2: pl2303 converter now attached to ttyUSB0<br /></code></dd></dl><br /><br />2. Check that, in ~/.wine/dosdevices, com1 points to ttyUSB0<br /><dl class="codebox"><dt>Code: </dt><dd><code>$ ls -la ~/.wine/dosdevices/<br />lrwxrwxrwx 1 root root   12 Apr 16 18:51 com1 -&gt; /dev/ttyUSB0</code></dd></dl><br /><br />3. Make sure the speed is approriately set to 57600<br /><dl class="codebox"><dt>Code: </dt><dd><code>$ sudo stty -F /dev/ttyUSB0 -a<br />speed 57600 baud; rows 0; columns 0; line = 0;<br /></code></dd></dl><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Wed Apr 17, 2013 10:40 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-04-17T10:29:08+01:00</updated>
<published>2013-04-17T10:29:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37615#p37615</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37615#p37615"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37615#p37615"><![CDATA[
do you see the /dev/ttyUSBn or similar?<br /><br />Do you use Robotis console with Ubuntu or which other console do you use?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Wed Apr 17, 2013 10:29 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-17T09:37:22+01:00</updated>
<published>2013-04-17T09:37:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37614#p37614</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37614#p37614"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37614#p37614"><![CDATA[
Just tried again, with the battery &quot;configuration&quot; you suggested. I still don't have any port options in the drop down menu to connect to and I still receive the error message:<br /><br />&quot;Cannot connect CM-5. Please check the condition of connection.&quot;<br /><br />I'm wondering if it is either an issue of:<br />- using a laptop<br />- using a USB/Serial Converter<br />- or of configuring the USB/Serial Converter to be COM1<br /><br />Any other ideas?<br /><br />Thanks again.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Wed Apr 17, 2013 9:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-04-17T08:12:52+01:00</updated>
<published>2013-04-17T08:12:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37611#p37611</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37611#p37611"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37611#p37611"><![CDATA[
If the problem is the laptop I don't know any solution. The&quot;configuration&quot; of battery or charger connector that usually works for me is:<br /><br />Laptop attached to charger (and this to one of your house elecrical socket, sorry my English) and Robotis controller to battery. <br /><br />With this &quot;configuration&quot; I usually can connect to the controller and upload files, but NOT the firmware. <img src="http://forum.robosavvy.com/images/smilies/icon_confused.gif" alt=":?" title="Confused" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Wed Apr 17, 2013 8:12 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-17T08:03:52+01:00</updated>
<published>2013-04-17T08:03:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37609#p37609</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37609#p37609"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37609#p37609"><![CDATA[
Hi - thanks for your replies! <br /><br /><blockquote><div><cite>siempre.aprendiendo wrote:</cite><br />Do you use a laptop or a desktop? Me and other people have problems with laptops. It seems a problem with the ground connection. If you use a laptop test with a desktop with s real serial port.<br /></div></blockquote><br />I am using a laptop and unfortunately don't have access to a desktop...<br /><br />Any other thoughts on how I might make the laptop + USB/Serial Converter combination work?<br /><br /><blockquote><div><cite>siempre.aprendiendo wrote:</cite><br />Ups, and respect the battery I had problems with my first battery. After changing it for a new one it has worked pretty well.<br /></div></blockquote><br />Yup, just got a new battery into the system which seems to be working better.<br /><br /><br />Thanks again!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Wed Apr 17, 2013 8:03 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-04-17T07:27:43+01:00</updated>
<published>2013-04-17T07:27:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37608#p37608</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37608#p37608"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37608#p37608"><![CDATA[
Ups, and respect the battery I had problems with my first battery. After changing it for a new one it has worked pretty well.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Wed Apr 17, 2013 7:27 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2013-04-17T07:22:20+01:00</updated>
<published>2013-04-17T07:22:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37607#p37607</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37607#p37607"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37607#p37607"><![CDATA[
Do you use a laptop or a desktop? Me and other people have problems with laptops. It seems a problem with the ground connection. If you use a laptop test with a desktop with s real serial port.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Wed Apr 17, 2013 7:22 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-16T18:12:43+01:00</updated>
<published>2013-04-16T18:12:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37597#p37597</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37597#p37597"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37597#p37597"><![CDATA[
<span style="font-weight: bold">Does anyone have any pointers on how to connect the CM-5 using a USB/Serial connector?</span><br /><br />As described in the original post, I have had problems with charging and connecting the CM-5. As of now, I am reinvesting in a new CM-5 to help resolve the charging issue, but am still stuck with the &quot;Cannot connect CM-5&quot; problem (please see update below).<br /><br />Thank you very much in advance!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Tue Apr 16, 2013 6:12 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[pw000]]></name></author>
<updated>2013-04-16T18:19:24+01:00</updated>
<published>2013-04-10T15:51:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37533#p37533</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37533#p37533"/>
<title type="html"><![CDATA[Cannot connect CM-5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=9188&amp;p=37533#p37533"><![CDATA[
Hello, I am a complete beginner with robotics so please bear with me:<br /><br />While setting up a Bioloid robot, I encountered 2 blocking problems - one with connecting to CM-5 and the other with charging. For context, I am using Ubuntu as my OS and a Prolific Technology Serial/USB adapter to connect the robot to my computer. <br /><br /><span style="font-weight: bold">1. Cannot connect CM-5 </span><br />Using Download Program in the Behavior Controller Programmer, no Port Name options are available. Using the command dmesg, I received the below output. <br /><br /><span style="font-style: italic">[ 4236.864933] usb 3-2: new full-speed USB device number 8 using xhci_hcd <br />[ 4236.881596] usb 3-2: New USB device found, idVendor=067b, idProduct=2303 <br />[ 4236.881605] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 <br />[ 4236.881610] usb 3-2: Product: USB-Serial Controller <br />[ 4236.881615] usb 3-2: Manufacturer: Prolific Technology Inc. <br />[ 4236.882355] pl2303 3-2:1.0: pl2303 converter detected <br />[ 4236.883223] usb 3-2: pl2303 converter now attached to ttyUSB0 </span><br /><br /><span style="text-decoration: underline">Update:</span><br /><br />I also tried to connect the USB port to COM1 in the ./wine/dosdevices/ directory using the following line, but I still receive the same error message.<br /><dl class="codebox"><dt>Code: </dt><dd><code>ln -s /dev/ttyUSB0 COM1</code></dd></dl><br /><br />Are there any additional steps I need to take to be able to connect to CM-5? <br /><br /><span style="font-weight: bold">2. Charging Problem</span><br />Before today, I was able to turn on the robot with no problem. However, I am now only able to turn on the robot when I have plugged it into the adapter. When it is plugged in, the LEDs for Power and TXD are on (in red) and do not blink (which would indicate charging). <br /><br />Could anyone please help me narrow down what the problem may be here? Is it possible I need to change the battery?<br /><br />Any thoughts or advice would be much appreciated - thank you in advance!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4301">pw000</a> — Wed Apr 10, 2013 3:51 pm</p><hr />
]]></content>
</entry>
</feed>