UART Transport
The UART transport provides serial communication with the TROPIC01 chip via UART interface.
UART SPI Transport Implementation
- class tropicsquare.transports.uart.UartTransport(port, baudrate=115200)[source]
Bases:
L1TransportL1 transport for UART
Platform Support
CPython: Full support via
pyseriallibraryMicroPython Unix/Linux: Supported (direct file I/O)
MicroPython ESP32: NOT supported (raises RuntimeError)
Note
For ESP32, use SPI Transport or Network-SPI Transport transport instead.
See Also
SPI Transport - SPI transport for ESP32
Network-SPI Transport - Network-based transport for ESP32