This is an old revision of the document!
Reconfigure an already-open RS-232 channel with a new baud rate and protocol.
from cubloc import SetRS232 SetRS232(channel: int, baudRate: int, protocol: int)
channel number. Channel 0 maps to UART0 and channel 1 maps to UART1.OpenCom.from cubloc import SetRS232 # Example usage SetRS232(0, 1, 1)