Skip to content
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

WARNING: RXTX Version mismatch #120

Closed
HeroErix opened this issue Mar 19, 2018 · 2 comments
Closed

WARNING: RXTX Version mismatch #120

HeroErix opened this issue Mar 19, 2018 · 2 comments

Comments

@HeroErix
Copy link

I have followed the instructions for Getting started with XBee Java Library here: https://www.digi.com/resources/documentation/digidocs/90001438/Default.htm

When attempting to run the example program in eclipse I get the following output.
xbee example error
And the receiver will receive what is shown no matter what message I try to send.
2018-03-19 14_33_25-

I have previously used these two devices to communicate, the sender connected to XCTU and the receiver connected to an arduino, so the settings on each device should be correct. Any help in solving these errors would be appreciated.

@hgonzaleDigi
Copy link
Collaborator

It seems that your local device is working in AT mode. This library only supports "API" and "API with escapes" operating modes.
So, in order to use this library, verify the AP setting of your local device reports values of 1 or 2.

@HeroErix
Copy link
Author

Thank you. I changed both devices to API mode and I can now send using the example application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants