|
Description
Sets or returns baud rate for communicating with the pod.
Syntax
HCS121.BaudRate [ = setting ]
|
Part |
Type |
Description |
|
Setting |
Index |
Controls baud rate selection. Following are the valid constant BAUDRATES enum
values: |
|
Constant |
Description |
|
h_115200 |
Pod using 115200 bps |
|
h_57600 |
Pod using 57600 bps |
|
h_38400 |
Pod using 38400 bps |
|
h_19200 |
Pod using 19200 bps |
|
h_9600 |
Pod using 9600 bps |
|
h_4800 |
Pod using 48000 bps |
Remarks
This property does not exist in the USB version of the control (HCS12u
ActiveX).
|