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.GpsAssembly: ZylGpsReceiver (in ZylGpsReceiver.dll) Version: 3.29.9208.19412
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum SerialStopBits
Public Enumeration SerialStopBits
Dim instance As SerialStopBits
public enum class SerialStopBits
public enum SerialStopBits
public enum SerialStopBits
ZylSoft.Gps.SerialStopBits = function();
ZylSoft.Gps.SerialStopBits.createEnum('ZylSoft.Gps.SerialStopBits', false);
No code example is currently available or this language may not be supported.
MembersMember name | Value | Description |
---|
Sb1Bit | 0 |
1 stop bit.
|
Sb1_5Bits | 1 |
1.5 stop bits.
|
Sb2Bits | 2 |
2 stop bits.
|
See Also