Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, and 4.1.
See Also
Reference
SerialPort Class
SerialPort Members
System.IO.Ports Namespace