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 am getting exceptions occasionally on Write(). Here is an exception I am getting.
terminate called after throwing an instance of 'std::runtime_error'
what(): Input/output error
Aborted (core dumped)
here is kernel dmsg. Did you ever encounter this? I have a little LTE module plugged into 2 port USB hub. And sending AT commands on /dev/ttyUSB1. I am not sure if this is a problem with liberalism. I am still investigating
disabled by hub (EMI?), re-enabling...
Cheers
The text was updated successfully, but these errors were encountered:
So if the write was unsuccessful and reported back as such by the OS, or if errno is anything but a blocking call you will see this. If you add a try/catch block to your executing code you can capture this exception and continue execution of your application.
Hello,
I am getting exceptions occasionally on Write(). Here is an exception I am getting.
here is kernel dmsg. Did you ever encounter this? I have a little LTE module plugged into 2 port USB hub. And sending AT commands on /dev/ttyUSB1. I am not sure if this is a problem with liberalism. I am still investigating
Cheers
The text was updated successfully, but these errors were encountered: