rakeshpatil1983 / xbee-api

Automatically exported from code.google.com/p/xbee-api
GNU General Public License v3.0
0 stars 0 forks source link

xbee timeout exception in apiatexample #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
to use the xbee-api library and run the ApiAtExample
1.import xbee api on eclipse
2. when i do the : run as java application i got this exception:

Exception in thread "main" com.rapplogic.xbee.api.XBeeTimeoutException
   at com.rapplogic.xbee.api.XBee.sendSynchronous(XBee.java:236)
   at com.rapplogic.xbee.api.XBee.sendAtCommand(XBee.java:159)
   at com.rapplogic.xbee.examples.ApiAtTest.<init>(ApiAtTest.java:74)
   at com.rapplogic.xbee.examples.ApiAtTest.main(ApiAtTest.java:108)

I'm using Xbee 802.15.4 Serie 1 , tried the O.9 version , i got the 
xbee.sendAtcommand() with sendAtcommand stroke out , but when i tried the O.5.5 
the sendAtCommand is accepted but this exception is always there :(
please help cause i didn't get where the problem is. It's been almost a month 
that i'm trying to fix it out but no way :(

Thank you so much for responding

Original issue reported on code.google.com by nediya.b...@gmail.com on 20 May 2013 at 1:15

GoogleCodeExporter commented 9 years ago
This typically indicates the connection to the radio is not correct

Original comment by andrew.rapp@gmail.com on 2 Feb 2014 at 6:28