Advertisement
AnthonyCagliano

Untitled

Apr 29th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/opt/homebrew/lib/python3.9/site-packages/serial/serialposix.py", line 575, in read
  3. buf = os.read(self.fd, size - len(read))
  4. OSError: [Errno 6] Device not configured
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9. File "/Users/acagliano/Repositories/titrek-bridge/bridge.py", line 177, in <module>
  10. ser_recv(ser_in, ser_out)
  11. File "/Users/acagliano/Repositories/titrek-bridge/bridge.py", line 63, in ser_recv
  12. size = int.from_bytes(ser_in.read(3), 'little')
  13. File "/opt/homebrew/lib/python3.9/site-packages/serial/serialposix.py", line 581, in read
  14. raise SerialException('read failed: {}'.format(e))
  15. serial.serialutil.SerialException: read failed: [Errno 6] Device not configured
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement