[ 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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port