Pakket: python3-pyserial-asyncio-fast (0.16-1)
Verwijzigingen voor python3-pyserial-asyncio-fast
Debian bronnen:
Het bronpakket pyserial-asyncio-fast downloaden:
- [pyserial-asyncio-fast_0.16-1.dsc]
- [pyserial-asyncio-fast_0.16.orig.tar.gz]
- [pyserial-asyncio-fast_0.16-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Python library for asynchronous I/O with serial ports
This extension relies on pySerial and focuses on efficient asynchronous serial communication. By implementing eager writes similar to the asyncio selector_events in CPython, it reduces overhead associated with frequent addition and removal of asyncio writers. This efficiency is particularly advantageous for high-frequency serial communication tasks, enhancing overall performance.
Andere aan python3-pyserial-asyncio-fast gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port