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

Revision history [back]

click to hide/show revision 1
initial version

For those that found this thread looking to get the Arduino Due working: For me using the programming port on the Due, I had to change line 72 in ArduinoHardware.h from iostream = &Serial1; to iostream = &Serial; (remove the '1'). After that, It worked like a charm!

Hope that helps somebody.