xbee-java
xbee-java copied to clipboard
Android code is not compatible with some XBee/USB adapters
The code seems to not work with popular SparkFun XBee Explorer USB adapter. Upon looking into it I found this is because the USB Product Id of the expected FTDI chip is hardcoded into the code and the Explorer is using a slightly different product ID (0x6001 vs 0x6015)
Thanks for the merge, @rubenmoral! Not to push things, but any chance we can see this as part of a 1.2.2 release on maven any time soon? :-)