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.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic enum SerialStopBits
Public Enumeration SerialStopBits
public enum class SerialStopBits
public enum SerialStopBits
public enum SerialStopBits
ZylSoft.Serial.SerialStopBits = function();
ZylSoft.Serial.SerialStopBits.createEnum('ZylSoft.Serial.SerialStopBits', false);No code example is currently available or this language may not be supported.
Members| Member name | Value | Description |
|---|
| Sb1Bit | 0 |
1 stop bit.
|
| Sb1_5Bits | 1 |
1.5 stop bits.
|
| Sb2Bits | 2 |
2 stop bits.
|
See Also