SerialDevice.BaudRate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.