Python/Raspberry Pi
-
serial_asyncioPython/Raspberry Pi 2021. 10. 8. 14:41
Overview Serial transports, protocols and streams This module layers asyncio support onto pySerial. It provides support for working with serial ports through asyncio Transports, Protocols, and Streams. Transports are a low-level abstraction, provided by this package in the form of an asyncio.Transport implementation called SerialTransport, which manages the asynchronous transmission of data thro..