Hello im getting this exception when i try to launch my aplication on a remote rpi 2b. The xbee is an Xbee Pro S2c and is mounted in a usb explorer.
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
ene 23, 2017 1:03:17 PM com.digi.xbee.api.XBeeDevice open
INFORMACIÓN: [/dev/ttyUSB0 - 9600/8/N/1/H] Opening the connection interface…
ene 23, 2017 1:03:17 PM com.digi.xbee.api.XBeeDevice open
INFORMACIÓN: [/dev/ttyUSB0 - 9600/8/N/1/H] Connection interface open.
ene 23, 2017 1:03:22 PM com.digi.xbee.api.XBeeDevice determineOperatingMode
GRAVE: There was a timeout while executing the requested operation.
com.digi.xbee.api.exceptions.TimeoutException: There was a timeout while executing the requested operation.
at com.digi.xbee.api.XBeeDevice.enterATCommandMode(XBeeDevice.java:426)
at com.digi.xbee.api.XBeeDevice.determineOperatingMode(XBeeDevice.java:376)
at com.digi.xbee.api.XBeeDevice.open(XBeeDevice.java:213)
at com.basecmdr.gui.MainFrame.main(MainFrame.java:1333)
ene 23, 2017 1:03:22 PM com.digi.xbee.api.XBeeDevice close
INFORMACIÓN: [/dev/ttyUSB0 - 9600/8/N/1/H] Connection interface closed.
Error opening port:/dev/ttyUSB0
Could not determine operating mode.
It worked well until today. The physical access to the device is restricted so i must try to repair it via software.