User guide
set line
150 Chapter 2 Command Descriptions
error={ignore|null|parmrk|dos}
Determines how the device server handles parity errors on the line.
ignore
The device server ignores errors.
null
The device server changes the error character to a null character.
parmrk
The device server “marks” the error with FF (16450 error byte).
dos
The device server marks the error with an error character.
The default is "ignore."
inpck={on|off}
Specifies whether input parity checking is on or off.
on
Input parity checking is turned on.
off
Input parity checking is turned off.
The default is "off."
istrip={on|off}
Specifies handling of the high-order bit.
on
The high-order bit is stripped from each byte.
off
The high order bit is not stripped from each byte.
The default is "off."
onlcr={on|off}
Specifies handling of new-line characters.
on
New-line characters are mapped to carriage return/line feed
characters.
off
No mapping of new-line characters occurs.
The default is "off."