You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: