Rosserial_xbee fails to connect xbees
My Xbee works fine with X-CTU in windows.
When I try to transfer data between XBee- end device with arduino to Xbee-coordinator connected to PC using
rosrun rosserial_xbee xbee_network.py /dev/ttyUSB0 1
I am getting following error :
Unable to sync with device; possible link problem or link software version mismatch such as hydro rosserial_python with groovy Arduino
I followed the http://wiki.ros.org/rosserial_xbee/Tu... tutorial which works fine for me the first time.
But now its not working.I didn't change any version after that.
I am using ROS Hydro on Ubuntu 12.0.4
Sparkfun Xbee Kit series 1.
Can anyone please help me to solve this problem.
The device is actually connected to " /dev/ttyUSB0 ". Even I verified earlier.
I am tyring to narrow down the problem to know who is the root cause.
Problem is not with xbee:bcz xbee can communicate in X-CTU using windows.
Xbee configuration doesn't have any problem.
Xbee end device RSSI is blinking means it can receive data from co-ordinator. But CO-orninator RSSI never turns up. Means its not receiving sync from end device.SO what might be the problem in end device
Is it the problem in software serialnode.py or hardware? Hope there wont be problem in hardware connection bcz of same hardware tested in X-CTU.So what I can do in software