Legacy Forum: Preserving Nearly 20 Years of Community History - A Time Capsule of Discussions, Memories, and Shared Experiences.

Roboard rs485 with linux and Dynamixel

Based on DMP's Vortex processor / SoC this board is a full computer capable of running a standard Windows and Linux installation on the backpack of your robot.
5 postsPage 1 of 1
5 postsPage 1 of 1

Roboard rs485 with linux and Dynamixel

Post by wendyandrea » Thu Dec 30, 2010 2:48 am

Post by wendyandrea
Thu Dec 30, 2010 2:48 am

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 "c" with a RoBoard 100 in Linux,

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.

please help me! :oops:
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 "c" with a RoBoard 100 in Linux,

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.

please help me! :oops:
wendyandrea
Newbie
Newbie
Posts: 3
Joined: Thu Dec 30, 2010 2:37 am

Post by i-Bot » Thu Dec 30, 2010 11:37 am

Post by i-Bot
Thu Dec 30, 2010 11:37 am

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.

I don't know much about Roboards, but I guess some solutions are:
1) Use an external USB2Dynamixel on a USB port
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.
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.
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.

I don't know much about Roboards, but I guess some solutions are:
1) Use an external USB2Dynamixel on a USB port
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.
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.
i-Bot
Savvy Roboteer
Savvy Roboteer
User avatar
Posts: 1142
Joined: Wed May 17, 2006 1:00 am

Post by wendyandrea » Fri Dec 31, 2010 2:33 am

Post by wendyandrea
Fri Dec 31, 2010 2:33 am

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??.
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??.
wendyandrea
Newbie
Newbie
Posts: 3
Joined: Thu Dec 30, 2010 2:37 am

Post by matt.stevenson » Tue Jan 04, 2011 9:30 am

Post by matt.stevenson
Tue Jan 04, 2011 9:30 am

Yes, you can just send packets through ttyS1 to control a Dynamixel chain connected to the RS485

There is an old thread on this here: http://robosavvy.com/forum/viewtopic.ph ... highlight=

In that thread Shervin Emami posted a link to his site. He wrote a C++ library for windows, which may be helpful http://www.shervinemami.co.cc/dynamixels.html

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.
Yes, you can just send packets through ttyS1 to control a Dynamixel chain connected to the RS485

There is an old thread on this here: http://robosavvy.com/forum/viewtopic.ph ... highlight=

In that thread Shervin Emami posted a link to his site. He wrote a C++ library for windows, which may be helpful http://www.shervinemami.co.cc/dynamixels.html

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.
matt.stevenson
Savvy Roboteer
Savvy Roboteer
Posts: 37
Joined: Thu Apr 29, 2010 9:29 pm

Post by wendyandrea » Sat Jan 08, 2011 9:35 pm

Post by wendyandrea
Sat Jan 08, 2011 9:35 pm

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:

Terminat called after thowing an instance of std:runtime_error
what(): interrumped system call
Aborted(core dumped)

i guess is something related with the bandwidth, i'm using the default of dynamixel, but i'm not sure.
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:

Terminat called after thowing an instance of std:runtime_error
what(): interrumped system call
Aborted(core dumped)

i guess is something related with the bandwidth, i'm using the default of dynamixel, but i'm not sure.
wendyandrea
Newbie
Newbie
Posts: 3
Joined: Thu Dec 30, 2010 2:37 am


5 postsPage 1 of 1
5 postsPage 1 of 1