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

RXTX Version MIsmatch #158

Open
aylashiv opened this issue Aug 3, 2021 · 0 comments
Open

RXTX Version MIsmatch #158

aylashiv opened this issue Aug 3, 2021 · 0 comments

Comments

@aylashiv
Copy link

aylashiv commented Aug 3, 2021

Hi ,

I'm running Digi Java Library on Beagle Bone Balck, using UART1 for which I have connected the RX, TX of the Xbee, when I run My jar file by giving the port as /dev/ttyO1 or / dev/ttyS1 it throws this Error.

I've Changed to ttyS1 as well but the same error is throwing.

2021-08-03 11_19_48 : PORT: /dev/ttyS1
WARNING: RXTX Version mismatch
Jar version = RXTX-2.2pre1
native lib Version = RXTX-2.2pre2
2021-08-03 11_19_59 MethodName: Serialcheck lineno:3150 info:Error Threadname:main description:Could not determine operating mode. Ca$
at com.digi.xbee.api.AbstractXBeeDevice.open(AbstractXBeeDevice.java:3150)
at com.digi.xbee.api.XBeeDevice.open(XBeeDevice.java:135)
at digimeshgateway.ReceiveAndSendMessage.serialcheck(ReceiveAndSendMessage.java:662)
at digimeshgateway.ReceiveAndSendMessage.setups(ReceiveAndSendMessage.java:172)
at digimeshgateway.ReceiveAndSendMessage.main(ReceiveAndSendMessage.java:3404)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:61)


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

1 participant