forked from scream3r/java-simple-serial-connector
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
When creating new SerialPort("/dev/ttyUSB0") my Raspberry Pi runs into a Fatal Error.
import jssc.SerialPort;
public class SerialTest {
public static void main(String[] args) {
new SerialPort("/dev/ttyUSB0");
}
}
JRE version: OpenJDK Runtime Environment Zulu11.64+19-CA (11.0.19+7) (build 11.0.19+7-LTS)
Java VM: OpenJDK Client VM Zulu11.64+19-CA (11.0.19+7-LTS, mixed mode, serial gc, linux-arm)
Problematic frame:
C [libjssc.so+0x3b48]
Hardware : BCM2835
Revision : 0010
Model : Raspberry Pi Model B Plus Rev 1.2
OS:PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
Any help would be appreciated.
Error report file with more information is attached.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels