Error while running rosserial on bluetooth
I have connected HC-05 to Arduino mega and initialized the bluetooth connection through port rfcomm0. I had uploaded the code to arduino and When i try running rosserial node to subscribe the message as
$rosrun rosserial_python serial_node.py _port:=/dev/rfcomm0
I have bumped into the error below
netceilo@netceilo-OptiPlex-780:~$ rosrun rosserial_python serial_node.py _port:=/dev/rfcomm0 _baud:=57600
[INFO] [WallTime: 1486073151.351080] ROS Serial Python Node
[INFO] [WallTime: 1486073151.354630] Connecting to /dev/rfcomm0 at 57600 baud
[ERROR] [WallTime: 1486073168.457418] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
[ERROR] [WallTime: 1486073183.458364] Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
How to get around this issue, i had checked the baud rates and it seems to be fine and also there is no issue in code as the code is working well with usb port.
Is your bt connection full duplex?