adeelahmedkhanabbasi / xbee-api

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

RxTx 2.2 compatibility #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Run Java program that uses xbee-api.

It shows that it is using 2.1, while system library is 2.2, and fails. I added 
libRXTX 2.2 files to the project and it seems to run fine, but doesn't connect 
to the device. I'm guessing something is incompatible with the newer libRXTX?

What version of the product are you using? On what operating system?

Latest version with Ubuntu 64-bit.

Original issue reported on code.google.com by luke...@msn.com on 12 Mar 2012 at 5:51

GoogleCodeExporter commented 8 years ago
It actually worked fine, once I set up the correct permissions for the device 
(you must be in the group that owns the /dev/device). I'm wondering, is there a 
technical reason why xbee-api isn't using the latest 2.2? It seemed to work 
fine when I replaced relevant binary and .jar.

Original comment by luke...@msn.com on 19 Jun 2012 at 6:57