Table of Contents

Enum StopBits

Namespace
System.IO.Ports
Assembly
System.IO.Ports.dll

Specifies the number of stop bits used on the SerialPort object.

public enum StopBits

Fields

One = 1

One stop bit is used.

OnePointFive = 3

1.5 stop bits are used.

Two = 2

Two stop bits are used.