ZylSerialPort.NET

SerialPort.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.

[Visual Basic]
Public Enum SerialPort.SerialStopBits
[C#]
public enum SerialPort.SerialStopBits

Members

Member Name Description
sb1Bit 1 stop bit.
sb1_5Bits 1.5 stop bits.
sb2Bits 2 stop bits.

Requirements

Namespace: ZylSerialPort

Assembly: ZylSerialPort (in ZylSerialPort.dll)

See Also

ZylSerialPort Namespace