SerialDevice.BaudRate Property

Definition

Gets or sets the baud rate.

public:
 property unsigned int BaudRate { unsigned int get(); void set(unsigned int value); };
uint32_t BaudRate();

void BaudRate(uint32_t value);
public uint BaudRate { get; set; }
var uInt32 = serialDevice.baudRate;
serialDevice.baudRate = uInt32;
Public Property BaudRate As UInteger

Property Value

UInt32

unsigned int

uint32_t

The baud rate of the serial port.

Remarks

The property is set on the SerialDevice object that represents the serial port. The baud rate must be supported by the serial port. To see the possible values, in Device Manager, open the Port Settings tab of the COM port.

Applies to