Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 612 Bytes

serialdevice_baudrate.md

File metadata and controls

23 lines (16 loc) · 612 Bytes
-api-id -api-type
P:Windows.Devices.SerialCommunication.SerialDevice.BaudRate
winrt property

Windows.Devices.SerialCommunication.SerialDevice.BaudRate

-description

Gets or sets the baud rate.

-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.

-examples

-see-also