Closed mattytrentini closed 1 year ago
PyBoard does cover UART though it's limited:
https://docs.micropython.org/en/latest/pyboard/quickref.html#uart-serial-bus
The generic machine.UART should cover most things for this.
Resolved. See ESP32 Quickref/UART and machine.UART.
PyBoard does cover UART though it's limited:
https://docs.micropython.org/en/latest/pyboard/quickref.html#uart-serial-bus