
Hi,
I tried to compile a .ino for my Arduino DUE with rosserial package and Arduino IDE-1.5.2, but this warning happens :
ArduinoHardware.h:68: warning: undefined reference to `HardwareSerial::begin(unsigned long)' And that is surely why I can't communicate with serial port when I use ROS :
Lost sync with device However, the code compiles and works with an Arduino MEGA.
Does anyone had this problem before ?
Originally posted by Yeti on ROS Answers with karma: 11 on 2013-03-13
Post score: 1
Original comments
Comment by 0pc0 on 2013-06-28:
Have you found a resolution to your problem?