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
Hi
Thanks for library.
I have a question. My environment: Linux Centos 7x 64 .
Usb Virtual rs-232 . Its mapped as /dev/USB0(1,2,3..) or /dev/ACM0(1,2,3...)
library work but when USB device unplug, my application have crashed and exit. How I can catch this event(unplug) and reconnect(or wait connection),?
The text was updated successfully, but these errors were encountered:
I think that calls for a state machine that catches the error and goes into a (re)connect state when the connection is lost. But I guess that should not be part of a basic serial port library such as this.
Hi
Thanks for library.
I have a question. My environment: Linux Centos 7x 64 .
Usb Virtual rs-232 . Its mapped as /dev/USB0(1,2,3..) or /dev/ACM0(1,2,3...)
library work but when USB device unplug, my application have crashed and exit. How I can catch this event(unplug) and reconnect(or wait connection),?
The text was updated successfully, but these errors were encountered: