RishiGupta12 / SerialPundit

Serial port communication in Java - FTDI D2XX, HID API, X/Y modem
GNU Affero General Public License v3.0
125 stars 56 forks source link

Can not get shared library spcomlnxarmv7hf.so resource as stream from sp-tty.jar file #11

Closed hbjoylee closed 6 years ago

hbjoylee commented 8 years ago

Hi, When I run my java application on Raspberry Pi, it show errors below, can you help me compile a new sp-tty.jar for raspberry pi, thanks.

Exception in thread "main" com.serialpundit.core.SerialComException: /tmp/sp_tuartx1/spcomlnxarmv7hf.so at com.serialpundit.serial.internal.SerialComPortJNIBridge.loadNativeLibrary(SerialComPortJNIBridge.java:322) at com.serialpundit.serial.SerialComManager.(SerialComManager.java:367) ................... Caused by: com.serialpundit.core.SerialComException: Can not get shared library spcomlnxarmv7hf.so resource as stream from sp-tty.jar file ! at com.serialpundit.serial.internal.SerialComPortJNIBridge.loadNativeLibrary(SerialComPortJNIBridge.java:319) ... 3 more

RishiGupta12 commented 8 years ago

Latest jars are here https://github.com/RishiGupta12/SerialPundit/tree/master/prebuilt-release

hbjoylee commented 8 years ago

Thanks Rishi, it solved my problem.

RishiGupta12 commented 6 years ago

The serial port device node does not exist: No such file or directory