Running on Raspberry PI #30
Unanswered
brianreinhold
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It should work just fine on the Raspberry Pi. There's probably an issue extracting the native code from the JAR. You can turn up the logging(java.util.logging) to see what it is doing, or build your own copy of the native code and set the system property |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does this library work on the Raspberry PI 3?
I am getting a Nullpointer Exception on this line:
Files.copy( library, extractedLib.toPath() ); in SerialPort.java.
The Linux system shows a serial port "ttyUSB0" when the serial device is connected.
Project works fine on Windows
Beta Was this translation helpful? Give feedback.
All reactions