Applies To Objects
Description
Returns or sets the rate at which to send data to the host.
Syntax
Object.Speed
Element |
Description |
object |
The ModemSetup or SerialSetup object. |
Comments
The following values indicate the maximum rate in bits per second (bps). To set the property, use either a constant or a value.
Constant |
Value |
xBAUDRATE_110 |
0 |
xBAUDRATE_300 |
1 |
xBAUDRATE_1200 |
2 |
xBAUDRATE_2400 |
3 |
xBAUDRATE_4800 |
4 |
xBAUDRATE_9600 |
5 |
xBAUDRATE_19200 |
6 |
xBAUDRATE_38400 |
7 |
xBAUDRATE_57600 |
8 |
xBAUDRATE_115200 |
9 |
xBAUDRATE_230400 |
10 |
xBAUDRATE_460800 |
11 |
xBAUDRATE_921600 |
12 |