B4J Library jSerial for AArch64

I wanted to open a serial interface on my pine64 Board with ARM-64bit.
Unfortunately, the official jSSC Lib does not support 64bit architecture.
I have built a new one which supports 64bit as well as the officially supported platforms.

Just replace the jssc.jar from the jSerial Library with the attached one.
 

Attachments

  • jssc.jar
    157.7 KB · Views: 561

Zlgo

Member
Hi Blueforcer
I'm testing some app for serial ports and it works with JSSC.lib (jSerial.lib 1.2) until made upgrade Java to version 10.x (only 64bit version) where start to receive
java error messages and crashes.I opened new thread ( https://www.b4x.com/android/forum/threads/serial-port-demo-crashes.94618/#post-605666 )
where I described problem, but in short my conclusion is that this lib works with Java 1.8 64 and 32 bit, but not with Java 10.x
For now testing on windows 10 and after that export on Raspberry!
 
Top