This module encapsulates the access for the serial port. It provides backends for Python running on Windows, OSX, Linux, BSD (possibly any POSIX compliant system) and IronPython. The module named ...
It depends on pySerial and is compatible with Python 3.5 and later. This version implements eager writes like cpython asyncio selector_events does: https://github.com ...