SROS Command Line Interface Reference Guide
Line (Console) Interface Config Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
546
parity [even | mark | none | odd | space]
Use the
parity
command to specify the type of parity used as error correction. This value must match the
configuration of your VT100 terminal or terminal emulator software. Use the
no
form of this command to
return to the default value.
Syntax Description
even
Set the parity bit to 0 if the number of 1 bits in the data sequence is odd, or set to
1 if the number of 1 bits is even.
mark
Always set the parity bit to 1.
none
No parity bit used.
odd
Set the parity bit to 1 if the number of 1 bits in the data sequence is even, or set to
1 if the number is odd.
space
Always set the parity bit to 0.
Default Values
<option>
none
Functional Notes
Parity is the process used to detect whether characters have been altered during the data transmission
process. Parity bits are appended to data frames to ensure that parity (whether it be odd or even) is
maintained.
Usage Examples
The following example specifies mark parity for the console terminal session:
ProCurve(config)#
line console 0
ProCurve(config-con 0)#
parity mark