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
You are right. A library should not write to strerr. It should return an error number and the application should decide what to do (write an error message, stop execution, nothing ...)
BTW: If you like to suppress the error messages right now you can use sml_server /dev/ttyUSB0 2>/dev/null
...instead of writing them to STDERR
The text was updated successfully, but these errors were encountered: