[ trixie ]
[ sid ]
[ 原始碼: pyserial-asyncio-fast ]
套件:python3-pyserial-asyncio-fast(0.16-1)
python3-pyserial-asyncio-fast 的相關連結
Debian 的資源:
下載原始碼套件 pyserial-asyncio-fast:
- [pyserial-asyncio-fast_0.16-1.dsc]
- [pyserial-asyncio-fast_0.16.orig.tar.gz]
- [pyserial-asyncio-fast_0.16-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-pyserial-asyncio-fast 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port