I have connected a XBEE module to the stingray. The Dout is connected to pin 9 and Din is connected to pin 8. It is transmitting correctly while it is not receiving the data. The code and terminal screen is attached...
XBees need to be configured properly to communicate with each other. Have you done anything to verify that these two XBees have the right configuration? This should be step one.
How are you sending and receiving the information? It looks like you have one XBee connected to a terminal program. Is the other one connected to the Prop (it sounds like it is) on the Stingray?
What code are you using to communicate between the Prop and the XBee?
yes i have configured both the xbees at115200. Moreover when the xbee on stingray is sending the data then the xbee connected through usb on the computer receives it and terminal shows it(pic attached). I have attached the code also for the prop and xbee. For transmitting from the comp i am just writing it in the terminal and sending it.
Comments
XBees need to be configured properly to communicate with each other. Have you done anything to verify that these two XBees have the right configuration? This should be step one.
How are you sending and receiving the information? It looks like you have one XBee connected to a terminal program. Is the other one connected to the Prop (it sounds like it is) on the Stingray?
What code are you using to communicate between the Prop and the XBee?
yes i have configured both the xbees at115200. Moreover when the xbee on stingray is sending the data then the xbee connected through usb on the computer receives it and terminal shows it(pic attached). I have attached the code also for the prop and xbee. For transmitting from the comp i am just writing it in the terminal and sending it.