-
I have a grbl board that comes with a Silicon Labs CP2104 USB to UART chip. I have downloaded the drivers for this from [here](https://www.silabs.com/products/development-tools/software/usb-to-uart-br…
-
/*Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at com.intelligt.modbus.jlibmodbus.serial.SerialUtils.createSerial(SerialUtils.java:63)
at com.intelligt.modbus.jlibmodbus.m…
-
I'm trying to compile a program in Java with the jSerialComm package. It compiles just fine, but whenever I try to run it, it always throws these exceptions whenever .getCommPorts() is called:
`jav…
-
https://github.com/Fazecast/jSerialComm/blob/6b40f8b74d922fa239465c2064ce93ba1f43b1c6/src/main/java/com/fazecast/jSerialComm/SerialPort.java#L1165
Looks like the method InputStream.read(byte[], int…
-
In some instances it might be benificial for connection.next() to timeout or to be able to be forced to return/exit. Even in the case where a user opens up a connection to some COM port they might det…
-
please see attachment.
![jserialcomm](https://user-images.githubusercontent.com/18128742/37867650-960b6f9a-2fd6-11e8-9b16-c19b1f4279e0.png)
-
Has anyone been able to successfully get j2mod and its dependency jSerialComm to work on Android? I'm facing the same issue that the users in [jSerialComm's issues thread 45](https://github.com/Fazeca…
-
Hi,
With an FTDI adapter it is possible to set a "Product Description" string, and this string can be used to give the adapter a more descriptive name than the generic "USB Serial Port" name. I belie…
-
When I build with the new version 2.0.0 from maven central, I get the following Exception:
`Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: C:\Users\%username%\AppData\Local\Temp\15…
-
Hi,
I'm relatively new to java, so forgive me if this is trivial. I need to communicate two way with a ttyS0 port. I've found this library and added it to classpath of my project as libs\jSerialCo…