Closed neeme-praks-sympower closed 2 years ago
Thanks so much for the detailed bug report!
Please test the following library version and see if it resolves your issue:
Thanks, the 2.8.3-beta1
version that you provided on Dropbox worked like a charm! When can I expect the 2.8.3
final release? :-)
Just released. Thanks!
I'm trying to get RS-485 communication working under Linux on
ARM926EJ-S rev 5 (v5l)
(Nuvoton NUC980).It works in a C program that initialises like this:
I have not gotten it to work yet with JSerialComm. I initialise the port in Java like this:
With version 2.8.1
port.openPort()
returnsfalse
port.getLastErrorCode()
returns0
port.getLastErrorLocation()
returns-1
With version 2.8.2
port.openPort()
returnsfalse
port.getLastErrorCode()
crashes the JVM (see hs_err_pid13365.log)