System.IO.Ports.SerialPort.BaudRate Property

Gets or sets the serial baud rate.

Syntax

[System.ComponentModel.Browsable(true)]
[System.ComponentModel.DefaultValue(9600)]
[System.Diagnostics.MonitoringDescription("")]
public int BaudRate { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Requirements

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