Share via


SerialPort.BaudRate Property

Gets or sets the serial baud rate.

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

Syntax

public int BaudRate { get; set; }

Property Value

The baud rate.

Remarks

The baud rate must be supported by the user's serial driver. The default value is 9600 bits per second (bps).

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