Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.16 KB

README.rst

File metadata and controls

27 lines (18 loc) · 1.16 KB

pyserial-asyncio-fast Documentation codecov

Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD

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/python/cpython/blob/b89b838ebc817e5fbffad1ad8e1a85aa2d9f3113/Lib/asyncio/selector_events.py#L1063

This can significantly reduce overhead since the asyncio writer is no longer added and removed frequently.

Documentation