Pakket: python3-aioserial (1.3.1-2)
Verwijzigingen voor python3-aioserial
Debian bronnen:
Het bronpakket python-aioserial downloaden:
- [python-aioserial_1.3.1-2.dsc]
- [python-aioserial_1.3.1.orig.tar.gz]
- [python-aioserial_1.3.1-2.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan python3-aioserial gerelateerde pakketten
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port