grubenpuls

Results 1 issues of grubenpuls

For example: I have two threads: 1. Thread 1: **reading** using `ser.read_until(...)` 2. Thread 2: **disconnect port** I call `ser.cancel_read()` and `ser.close()` The program raises me an **portNotOpenError** `serial.serialutil.SerialException: Attempting...