| Constant | Value | Description |
|---|---|---|
| serPortLocalHotSync | 0x8000 | The physical HotSync port. The Serial Manager automatically detects whether this port is USB or RS-232. |
| serPortCradlePort | 0x8000 | Cradle port. The Serial Manager automatically detects whether this port is USB or RS-232. Most applications should specify this as the port. |
| serPortIrPort | 0x8001 | The IR port. This is a raw IrDA port with no protocol support. |
| serPortConsolePort | 0x8002 | The debug console port, either USB or RS-232. USB is preferred where both are available. |
| serPortCradleRS232Port | 0x8003 | Port for the RS-232 cradle. Specify this port if you want to ensure that your application uses RS-232 communications only. |
| serPortCradleUSBPort | 0x8004 | Port for the USB cradle. Specify this port if you want to ensure that your application uses USB communications only. |