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
When I call 'temper' more than once, I often get this error: serial.serialutil.SerialException: [Errno 16] could not open port /dev/ttyUSB0: [Errno 16] Device or resource busy: '/dev/ttyUSB0'
Calling it several times, I will eventually get a correct response. Increasing s.timeout and s.writeTimeout seems to have helped it somewhat.
The text was updated successfully, but these errors were encountered:
jirka-h
pushed a commit
to jirka-h/temper
that referenced
this issue
Feb 14, 2022
When I call 'temper' more than once, I often get this error:
serial.serialutil.SerialException: [Errno 16] could not open port /dev/ttyUSB0: [Errno 16] Device or resource busy: '/dev/ttyUSB0'
Calling it several times, I will eventually get a correct response. Increasing
s.timeout
ands.writeTimeout
seems to have helped it somewhat.The text was updated successfully, but these errors were encountered: