| Visual Basic (Declaration) | |
|---|---|
Public Property BaudRate As BaudRate | |
| C# | |
|---|---|
public BaudRate BaudRate {get; set;} | |
The serial baud rate must be supported by the user's serial driver. The default value is 4800 bits per second (bps).
| Exception | Description |
|---|---|
| System.InvalidOperationException | Property cannot be changed if connection is open. |
| System.ArgumentOutOfRangeException | The baud rate specified is less than or equal to zero, or is greater than the maximum allowable baud rate for the device. |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8