ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

rosserial - Arduino Uno vs Duemilanove Serial_node

asked 2011-10-12 02:51:36 -0500

Andre Araujo gravatar image

updated 2011-10-12 02:59:03 -0500

Hello,

Normally i use arduino duemilanove for some research projects and it never caused any problems on the serial connection using the serial_node, but when i use the same code on the arduino uno, i always get the error: "Lost sync with device". But when i push the reset button on the arduino uno board, the serial_node connection is established.

Should i have to setup something on the arduino uno, to solve this problem ? am i missing something?

Serial port: Arduino Duemilanove -> /dev/ttyUSB0 Arduino UNO -> /dev/ttyACM0

Best regards.

edit retag flag offensive close merge delete

Comments

1
It's worth noting that the Duemilanove uses an FTDI chip for USB-Serial, while the Uno uses an Atmega8U2 programmed to be a USB-serial converter.
Eric Perko gravatar image Eric Perko  ( 2011-10-13 10:49:09 -0500 )edit

1 Answer

Sort by » oldest newest most voted
2

answered 2011-10-18 07:00:10 -0500

fergs gravatar image

updated 2011-10-18 07:00:22 -0500

We solved this one offline, I'm posting the solution here for future reference:

We applied a patch to work with Unos (which have a slower start up time), but it was after the 0.1.0 release. If you are using an Arduino Uno, please use a source checkout of 0.2.0 (debs will be released shortly).

edit flag offensive delete link more

Comments

Hey, I'm having a similar problem and am interested in your solution - could you elaborate on the steps to fix this?

asriraman93 gravatar image asriraman93  ( 2013-07-10 13:47:59 -0500 )edit

I honestly don't even recall, as this was 2yrs ago, perhaps take a look at the commit history for rosserial around that time.

fergs gravatar image fergs  ( 2013-07-10 21:34:48 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2011-10-12 02:51:36 -0500

Seen: 750 times

Last updated: Oct 18 '11