パッケージ: 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