Command Reference Line Commands
The stopbit is required in communication between the async line and the async device (such as the
conventional numb terminals and modems).
The following example sets the stopbit number of every character for the async line to 1.
Ruijie(config)#line console 0
Ruijie(config-line)#stopbits 1
Use this command to configure the stop character for software flow control on the async line. Use the
no form of this command to restore the default setting.
stop-character ascii-value
Sets the ASCII value corresponding to the stop character for software
flow control on the async line, in the range from 0 to 255.
The default is Ctrl+S (ASCII: 19).
The stop character marks the end of the data transmission.
The following example configures Ctrl+Z (ASCII: 26) for stopping software flow control on the async
line,
Ruijie(config)#line console 0
Ruijie(config-line)#stop-character 26