Open GoogleCodeExporter opened 8 years ago
I believe this is caused when the serial connection is lost to the XBee via
XBee explorer USB dongle. It happens with my setup even when nothing is touched
so it could be a hardware issue. You can also reproduce this by unplugging the
XBee adapter and the xbee-api library will go into an infinite loop using up
100% of the CPU.
The RxTxSerialComm constantly gets serialEvent callbacks indicating there is
data but when it checks the bytes available on the input stream that throws an
exception. The library should send some sort of notification to the calling
program and close the port.
Original comment by shingtr...@gmail.com
on 29 Jul 2014 at 3:14
Original issue reported on code.google.com by
shingtr...@gmail.com
on 29 Jul 2014 at 12:48