Set Baud Rate

\i I B byte::port_no long::baud

Parameter Type Range Description
port_no byte 0 ... 2 (0 = currently active) serial port to be configured
baud long 300 ... 921600 baud rate

Sets the baud rate according to baud for the serial communication-port specified. A port_no of 1 refers to Serial Port 0, a port_no of 2 refers to Serial Port 1 (not enabled by default).

Note

Response: [ACK]

Example

\iIB\0\L9600

Changes the baud rate for the currently used communication-port to 9600 baud.

See also:

Controlling the iLCD via USB