purejavacomm icon indicating copy to clipboard operation
purejavacomm copied to clipboard

Pure Java implementation of JavaComm SerialPort

Results 32 purejavacomm issues
Sort by recently updated
recently updated
newest added

I got the following errors on Windows 10 64 bit with Java 12: java.lang.UnsatisfiedLinkError: C:\Users\myuser\AppData\Local\Temp\jna-3351546\jna9778721187312390087.dll: Can't find dependent libraries at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method) at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430) at java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487) at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684) at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2617)...

I am trying to compile this library myself and the gradlew doesn't work correctly anymore (seems like very old).... Here is the error messages: Downloading http://services.gradle.org/distributions/gradle-3.1-all.zip Exception in thread "main"...

I noticed that the maven repo has only 1.0.2 version while this repo already had 1.0.3. Any plans to release version 1.0.3 to maven?

This pull request will add OpenBSD support to JTermios c-openbsd.c has been created by patching together the other c-*.c files JTermiosImpl.java is a copy of the freebsd's one using platform...

I was using this library and for some reason my serial port disconnected, (not the fault of this library). That caused this: https://github.com/nyholku/purejavacomm/blob/d3b6903ec2e220d63e55a06ae6bf6ced929d961e/src/purejavacomm/PureJavaSerialPort.java#L639 line to be ran and an IOException...

Hi, I meet an error today compiling a java application in Netbeans IDE, the compiler does not recognize open() neither close() SerialPort. that's happen on Windows 7 (32 bit). the...

Not an issue but a help request. I am benchmarking RxTx vs JSerialComm vs PureJavaComm and I can't get my PJC implementation to work. My test does N iterations of...

I encountered a problem when using multiple threads, and to be honest, I'm not sure if this is a bug in the library or Windows being silly. However, I feel...

PureJavaComm 1.0.3.RELEASE currently is not listed in Maven Central. Is there any chance to publish there in the near future?