The WavelinkAuxPort constants configure bi-directional access to the serial port of a device.
|
Constants |
Value |
Description |
|
WLCOM1 |
0 |
COM port 1 (serial port on Palm devices) |
|
WLCOM2 |
1 |
COM port 2 (infrared port on Palm devices) |
|
|
|
|
|
WLNOCHAR |
'\0' |
No start/end character |
|
WLNOMAXLENGTH |
-1 |
No query max length |
|
WLWAITFOREVER |
-1 |
No query timeout |
|
|
|
|
|
BAUD110 |
10 |
110000 baud connection |
|
BAUD150 |
0 |
150 baud connection |
|
BAUD300 |
1 |
300 baud connection |
|
BAUD600 |
2 |
600 baud connection |
|
BAUD1200 |
3 |
1200 baud connection |
|
BAUD1350 |
4 |
1350 baud connection |
|
BAUD2400 |
5 |
2400 baud connection |
|
BAUD4800 |
6 |
4800 baud connection |
|
BAUD9600 |
7 |
9600 baud connection |
|
BAUD19200 |
8 |
19200 baud connection |
|
BAUD38400 |
9 |
38400 baud connection |
|
|
|
|
|
DATABITS4 |
4 |
4 data bits |
|
DATABITS5 |
0 |
5 data bits |
|
DATABITS6 |
1 |
6 data bits |
|
DATABITS7 |
2 |
7 data bits |
|
DATABITS8 |
3 |
8 data bits |
|
|
|
|
|
PARITYEVEN |
0 |
Even parity |
|
PARITYMARK |
2 |
Mark parity |
|
PARITYNONE |
4 |
None parity |
|
PARITYODD |
1 |
Odd parity |
|
PARITYSPACE |
3 |
Space parity |
|
|
|
|
|
STOPBITS1 |
0 |
One stop bit |
|
STOPBITS2 |
1 |
Two stop bits |
|
|
|
|
|
HARDWAREFLOWCTL |
2 |
Hardware flow control |
|
NOFLOWCTL |
0 |
No flow control |
|
SOFTWAREFLOWCTL |
1 |
Software flow control |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other