| | | Purpose Specify the type of parity checking Description You can configure Parity to be none, odd, even, mark,or space.If Parity is none, parity checking is not performed and the parity bit is not transmitted. If Parity is odd, the number of mark bits (1s) in the data is counted, and the parity bit is asserted or unasserted to obtain an odd number of mark bits. If Parity is even, the number of mark bits in the data is counted, and the parity bit is asserted or unasserted to obtain an even number of mark bits. If Parity is mark,the parity bitis asserted. If Parity is space, the parity bit is unasserted. Parity checking can detect errors of one bit only. An error in two bits mightcause thedatatohaveaseeminglyvalid parity,wheninfactitis incorrect. For more information about parity checking, see "The Parity Bit" on page 12-14. In addition to the parity bit, the serial data format consists of a start bit, between five and eight data bits, and one or two stop bits. You specify the number of data bits with the DataBits property, and the number of stop bits with the StopBits property. | | |