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
I would like the serial driver to wait 3 seconds, then try to reconnect with the serial device using the same settings for port.
How can I accomplish this logic using current framework. When the serial device dies, void SerialPort::async_receive_handler executes with error, which then closes the serial port.
Any ideas recomendations help greatly appreciated.
-C.
The text was updated successfully, but these errors were encountered:
Hello,
I would like the serial driver to wait 3 seconds, then try to reconnect with the serial device using the same settings for port.
How can I accomplish this logic using current framework. When the serial device dies, void SerialPort::async_receive_handler executes with error, which then closes the serial port.
Any ideas recomendations help greatly appreciated.
-C.
The text was updated successfully, but these errors were encountered: