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.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic enum SerialStopBits
Public Enumeration SerialStopBits
Dim instance As SerialStopBits
public enum class SerialStopBits
Members| Member name | Value | Description |
|---|
| Sb1Bit | 0 |
1 stop bit.
|
| Sb1_5Bits | 1 |
1.5 stop bits.
|
| Sb2Bits | 2 |
2 stop bits.
|
See Also