[ bianca ]
[ 源代码: python-aioserial ]
软件包:python3-aioserial(1.3.1-2)
python3-aioserial 的相关链接
下载源码包 python-aioserial:
- [python-aioserial_1.3.1-2.debian.tar.xz]
- [python-aioserial_1.3.1-2.dsc]
- [python-aioserial_1.3.1.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port