Fazecast / jSerialComm

Platform-independent serial port access for Java
GNU Lesser General Public License v3.0
1.34k stars 287 forks source link

Problem in showing unicode descriptive port name #111

Closed trigchen closed 6 years ago

trigchen commented 6 years ago

please see attachment. jserialcomm

hedgecrw commented 6 years ago

Just checked in a complete Unicode update...this will be fixed in release v2.0.0. I will comment back when the new binary has been released for testing.

hedgecrw commented 6 years ago

Version 2.0.0 has been released. Please test this issue using the new version and comment back here with your results. Thanks!

trigchen commented 6 years ago

Can't find lib when use 2.0 jar.

Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\admin\AppData\Local\Temp\1522732107815-jSerialComm.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at com.fazecast.jSerialComm.SerialPort.(SerialPort.java:233) at test.JSerialCommTest.main(JSerialCommTest.java:9)

hedgecrw commented 6 years ago

Found the problem. Please try again with version 2.0.1 and close if successful.

trigchen commented 6 years ago

It can display unicode encoded serial port name now. JserialComm version: 2.0.2