Digi 90000566_H Baudrate=bps, Csize=5678, Flowcontrol=hardwaresoftwarenone, Hardware, Software

Models: 90000566_H

1 278
Download 278 pages 26.72 Kb
Page 190
Image 190

set serial

baudrate=bps

The baud rate in bits per second. The default is 9600.

csize={5678}

The character size, which can be 5, 6, 7, or 8 bits. The default is 8.

flowcontrol={hardwaresoftwarenone}

Specifies which kind of flow control is used on the line.

hardware

Hardware flow control (RTS/CTS).

software

Software flow control (Xon/Xoff).

none

No flow control.

The default is “software.”

parity={noneevenoddmarkspace}

The parity used for the line. none

No parity.

even

Even parity.

odd

Odd parity.

mark

Mark parity.

space

Space parity.

The default is “none.”

 

stopb={12}

 

The number of stop bits per character to use on this line. The value used

 

here must match the setting on the device connected to this port. Use 1

 

or 2 stop bits.

 

The default is 1 stop bit.

Example

#> set serial baudrate=9600 flowcontrol=hardware

See also

"revert" on page 61.

 

"show" on page 249.

190

Chapter 2 Command Descriptions

Page 190
Image 190
Digi 90000566_H Baudrate=bps, Csize=5678, Flowcontrol=hardwaresoftwarenone, Hardware, Software, Even, Odd, Mark, Space