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

<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>2011-01-08T21:35:00+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=6886</id>
<entry>
<author><name><![CDATA[wendyandrea]]></name></author>
<updated>2011-01-08T21:35:00+01:00</updated>
<published>2011-01-08T21:35:00+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29704#p29704</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29704#p29704"/>
<title type="html"><![CDATA[Roboard rs485  with linux and Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29704#p29704"><![CDATA[
yes please!  that would be helpfull,  also i have been using libserial to send package  with results,   the problem is that at some time,  there is an error that close the program,  the error is:<br /><br />Terminat called after thowing an instance of std:runtime_error<br />what(): interrumped system call<br />Aborted(core dumped)<br /><br />i guess is something related with the bandwidth,  i'm using the default of dynamixel,  but i'm not sure.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2522">wendyandrea</a> — Sat Jan 08, 2011 9:35 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[matt.stevenson]]></name></author>
<updated>2011-01-04T09:30:22+01:00</updated>
<published>2011-01-04T09:30:22+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29636#p29636</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29636#p29636"/>
<title type="html"><![CDATA[Roboard rs485  with linux and Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29636#p29636"><![CDATA[
Yes, you can just send packets through ttyS1 to control a Dynamixel chain connected to the RS485<br /><br />There is an old thread on this here: <!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=4253&amp;highlight=">http://robosavvy.com/forum/viewtopic.ph ... highlight=</a><!-- m --><br /><br />In that thread Shervin Emami posted a link to his site.  He wrote a C++ library for windows, which may be helpful <!-- m --><a class="postlink" href="http://www.shervinemami.co.cc/dynamixels.html">http://www.shervinemami.co.cc/dynamixels.html</a><!-- m --><br /><br />I wrote a library in Java to control a Dynamixel chain which I am using on the RoBoard.  It uses the RXTX library which in turn uses libserial or something similar.  I'd be happy to send you a copy of it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2093">matt.stevenson</a> — Tue Jan 04, 2011 9:30 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wendyandrea]]></name></author>
<updated>2010-12-31T02:33:08+01:00</updated>
<published>2010-12-31T02:33:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29571#p29571</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29571#p29571"/>
<title type="html"><![CDATA[Roboard rs485  with linux and Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29571#p29571"><![CDATA[
thanks,  we'll try the driver,  i guess we could just send package of data like a serial buss with some driver like libserial  right??.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2522">wendyandrea</a> — Fri Dec 31, 2010 2:33 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2010-12-30T11:37:25+01:00</updated>
<published>2010-12-30T11:37:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29555#p29555</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29555#p29555"/>
<title type="html"><![CDATA[Roboard rs485  with linux and Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29555#p29555"><![CDATA[
The SDK for Dynamixel was designed to use the USB2Dynamixel. And like most USB2Dynamixel software uses the FTDI specific drivers ( ftdi_sio for linux, FT2xx for Windows) instead of a virtual COM port. The FTDI drivers demand an FTDI device like the USB2Dynamixel, hence your error. The RS485 port on the Roboard 100 is not driven by an FTDI device.<br /><br />I don't know much about Roboards, but I guess some solutions are:<br />1) Use an external USB2Dynamixel on a USB port<br />2) Use a Roboard 110, which has an FTDI device. You would need to use COM6 and add an external MAX3443 driver controlled by TXEN.<br />3) Find, modify or write a new driver library which controls the Roboard 100 RS485 port and does the dynamixel protocol. This will only work up to 115K.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Thu Dec 30, 2010 11:37 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[wendyandrea]]></name></author>
<updated>2010-12-30T02:48:47+01:00</updated>
<published>2010-12-30T02:48:47+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29552#p29552</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29552#p29552"/>
<title type="html"><![CDATA[Roboard rs485  with linux and Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6886&amp;p=29552#p29552"><![CDATA[
Hi,  first time i post on this forum,   we are trying (my team and i)  to connect  26 dynamixel rx-28 servos with the rs485 in &quot;c&quot;  with a RoBoard 100 in Linux, <br /><br />all the documentations of the SDK of the Dynamixel,  refers to the USB2Dynamixel,  but we want to use the RS485 of the roboard,   wen i compile the USB2Dynamixel SDK example, there is an error telling me that was unable to find the USB2Dynamixel  and there is not explanation about the RS485 for the RoBoIO.<br /><br />please help me! <img src="http://forum.robosavvy.com/images/smilies/icon_redface.gif" alt=":oops:" title="Embarassed" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2522">wendyandrea</a> — Thu Dec 30, 2010 2:48 am</p><hr />
]]></content>
</entry>
</feed>