共用方式為


SerialDevice.BaudRate 屬性

定義

取得或設定傳輸速率。

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

屬性值

UInt32

unsigned int

uint32_t

序列埠的傳輸速率。

備註

屬性是在代表序列埠的 SerialDevice 物件上設定。 序列埠必須支援傳輸速率。 若要查看可能的值,請在 裝置管理員 中,開啟 COM 埠的 [埠設定] 索引標籤。

適用於