System.IO.Ports.SerialPort.StopBits Property

Gets or sets the standard number of stopbits per byte.

Syntax

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.Diagnostics.MonitoringDescription("")]
public StopBits StopBits { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The default value for SerialPort.StopBits is StopBits.One.

The StopBits.None value is not supported.

Requirements

Namespace: System.IO.Ports
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0