Click or drag to resize

SerialStopBits Enumeration

Stop bits enumeration type. The last part of a character frame consists of 1, 1.5, or 2 stop bits. These bits are always represented by a negative voltage. If no further characters are transmitted, the line stays in the negative (MARK) condition. The transmission of the next character frame, if any, is heralded by a start bit of positive (SPACE) voltage.

Namespace: ZylSoft.Gps
Assembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum SerialStopBits
Members
Member nameValueDescription
Sb1Bit0 1 stop bit.
Sb1_5Bits1 1.5 stop bits.
Sb2Bits2 2 stop bits.
See Also