https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/UART.html
does not seem you can change the baudrate on the fly - might be a useful thing to do as some devices let you change the baud rate! can be a function or a property (property is probably better)
https://circuitpython.readthedocs.io/en/latest/shared-bindings/busio/UART.html
does not seem you can change the baudrate on the fly - might be a useful thing to do as some devices let you change the baud rate! can be a function or a property (property is probably better)