Share via


SerialPort.StopBits Property

Gets or sets the standard number of stopbits per byte.

Namespace: System.IO.Ports
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

public StopBits StopBits { get; set; }

Property Value

One of the StopBits values.

Remarks

The default value for StopBits is One. The StopBits.None option is not supported. Setting the StopBits property to None will raise an ArgumentOutOfRangeException.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

SerialPort Class
SerialPort Members
System.IO.Ports Namespace