[ trixie ]
[ sid ]
[ 原始碼: python-aioserial ]
套件: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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port