Specifications

Version 2.0
187
Description
This command displays or sets baud rate, parity attribute, data bits and stop bits of
serial ports. If no attributes are specified, then the current settings are displayed. If
no handle is specified, then all serial ports are displayed.
Examples
To display the settings for all serial port devices:
Shell> sermode
4F06B08 - (115200, N, 8, 1)
4F05F88 - (115200, N, 8, 1)
To display the settings for the serial port device whose handle is 0x6B:
Shell> sermode 6B
4F06B08 - (115200, N, 8, 1)
To configure the serial port settings for handle 0x6B to 9600bps, even parity, 8 data
bits, and 1 stop bit:
Shell> sermode 6B 9600 e 8 1
sermode: Mode set on handle 04F06B08