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

Add support for armv7 to sp-usb.jar #21

Closed akuhtz closed 7 years ago

akuhtz commented 7 years ago

Hi Rishi,

Could you add support for ARMv7 to sp-usb.jar? Running on a Bananapi it complains about missing spusblnxarmv7hf.so .

Regards, Andreas

akuhtz commented 7 years ago

Hi Rishi,

The same error happens on a Raspberry 3. BTW: Open the serial port works fine.

Remboooo commented 7 years ago

I'm running into the same issue. When I figured I would compile the native part for this platform myself, I could not find any native sources in this repo. Is that intentional? The JNI build scripts just produce the headers, nothing else.

RishiGupta12 commented 7 years ago

May you please try new sp-usb.jar file https://github.com/RishiGupta12/SerialPundit/tree/master/prebuilt-release I have added armv7hf shared library file.

akuhtz commented 7 years ago

Works fine on a Raspberry 3 now. Thank you 🥇