I think this is not issue, but since its the only way to send a support request i'm trying here.
Recently I'm trying to migrate from version 1.3.11 to the current 2.9.1 in my application, and I am getting the following error:
com.fazecast.jSerialComm.SerialPortTimeoutException: The write operation timed out before all data was written. at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:2002) ~[jSerialComm-2.9.1.jar:2.9.1] at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1977) ~[jSerialComm-2.9.1.jar:2.9.1]
Since the device on the port is functional, and it works perfectly fine with 1.3.11, it must be something that has changed in the versions.
I think this is not issue, but since its the only way to send a support request i'm trying here.
Recently I'm trying to migrate from version 1.3.11 to the current 2.9.1 in my application, and I am getting the following error:
com.fazecast.jSerialComm.SerialPortTimeoutException: The write operation timed out before all data was written. at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:2002) ~[jSerialComm-2.9.1.jar:2.9.1] at com.fazecast.jSerialComm.SerialPort$SerialPortOutputStream.write(SerialPort.java:1977) ~[jSerialComm-2.9.1.jar:2.9.1]
Since the device on the port is functional, and it works perfectly fine with 1.3.11, it must be something that has changed in the versions.
Any idea what the issue could be?