-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facing issues connecting XBee with Android OS #107
Comments
Hi @Swarna1310, Yes, the library supports XBee SX modules. The latest release is v1.2.0. We have been investigating your problem and it seems that Android is not recognizing properly that type of boards. With the same kit as yours we were able to communicate with the module using the standard XBee Java Library for PC, but we got the same error when tried in Android. After some debugging, we found out that Android does not recognize the FTDI chip that incorporates that board. However, with other boards such as XBIB-U-SS it works successfully. The problem is that the XBee SX module of your kit is soldered to the board, so you could desolder and use it with the board I mentioned before. Regards. |
Hi @rubenmoral , I have pasted the code and error I am getting below. I tried connecting the module in my mac. public class MainApp { private static final String PORT = "/dev/tty.usbserial-FTKDZ7DC"; private static final int BAUD_RATE = 9600; I am getting the following error:( the text below ' >>Error' ) device info:[/dev/tty.usbserial-FTKDZ7DC - 9600/8/N/1/N] ~~~false WARNING: RXTX Version mismatch
|
Hi @Swarna1310, I think the problem you are having is related with #101, there was an issue when initializing the SX module in the library. We fixed it in master (see commit 6ca1683). If you want to use the fix in your application, you can compile and package the library ( Regards. |
Hello I am using SX development board with onboard XBee-Pro SX RF pad module for connecting to the android device and send message. I am facing issues, not able to even open connection. It throws error. Does the library support XBee Pro SX rf module? it is the latest XBee version released.
The text was updated successfully, but these errors were encountered: