MaxBaud

Get maximum allowed baudrate value, in bits per second (bps).  

LONG MaxBaud;


Property Value

   Maximum allowed baudrate value.
This property can be one of the following values:

Value

Meaning

BAUD_075
0x00000001

75 bps

BAUD_110
0x00000002

110 bps

BAUD_134_5
0x00000004

134.5 bps

BAUD_150
0x00000008

150 bps

BAUD_300
0x00000010

300 bps

BAUD_600
0x00000020

600 bps

BAUD_1200
0x00000040

1200 bps

BAUD_1800
0x00000080

1800 bps

BAUD_2400
0x00000100

2400 bps

BAUD_4800
0x00000200

4800 bps

BAUD_7200
0x00000400

7200 bps

BAUD_9600
0x00000800

9600 bps

BAUD_14400
0x00001000

14400 bps

BAUD_19200
0x00002000

19200 bps

BAUD_38400
0x00004000

38400 bps

BAUD_56K
0x00008000

56K bps

BAUD_57600
0x00040000

57600 bps

BAUD_115200
0x00020000

115200 bps

BAUD_128K
0x00010000

128K bps

BAUD_USER
0x10000000

Programmable baud rate.

See also

FullDeviceName, MaxOutQueue, MaxInQueue, ProvSubType, ProvCapabilities, SettableParams, SettableData, SettableStopParity