软件包:python3-aioserial(1.3.1-2)
python3-aioserial 的相关链接
Debian 的资源:
下载源码包 python-aioserial:
- [python-aioserial_1.3.1-2.dsc]
- [python-aioserial_1.3.1.orig.tar.gz]
- [python-aioserial_1.3.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Asynchronous serial port library
This library provides an asynchronous interface to serial ports, combining the functionality of asyncio and pySerial. It allows asynchronous reading and writing to serial devices, making it suitable for applications that require non-blocking serial communication. With aioserial, you can perform tasks such as reading from and writing to serial ports asynchronously, handling timeouts, and integrating seamlessly with the asyncio event loop. It is designed to simplify the management of serial communication in asynchronous Python applications.
其他与 python3-aioserial 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port