Once the serialport has hit a read-timeout it will never receive anything until the port is closed and re-opened. This is using serialport-1.0.4.
I've been trying to look into this but I'm no expert in Windows API programming. If it is of any help, here is a guy that managed to implement proper recovery in his native interface for java. The code seems to be well-commented.
Once the serialport has hit a read-timeout it will never receive anything until the port is closed and re-opened. This is using serialport-1.0.4.
I've been trying to look into this but I'm no expert in Windows API programming. If it is of any help, here is a guy that managed to implement proper recovery in his native interface for java. The code seems to be well-commented.
Thanks for considering a fix.