aioserial.py icon indicating copy to clipboard operation
aioserial.py copied to clipboard

pyserial-asyncio for humans.

Results 12 aioserial.py issues
Sort by recently updated
recently updated
newest added

Seems like `aioserial.cancel_read()` does not work. It might be that I am not aware of some concurrency rule(s), as I am quite inexperienced with `asyncio`/`aioserial`. Here is the minimum steps...

Hi, I've been testing arduino communication with serial. during running it always connected , buy sometime the read is incorrect python in run in version 3.9 in Debian 11 This...