This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the connection properties of the communications port connected to a GPS receiver.
Name | Description | |
---|---|---|
BaudRate | The baud rate for the communications port connected to the GPS receiver. Defaults to 9600. | |
CommPort | The communications port connected to the GPS receiver. Starts with 1 = COM1, and increases (i.e., 2 = COM2, 3 = COM3, etc.). Defaults to 1. | |
DataBits | The data bits setting for the communications port connected to the GPS receiver. Data bits must be 5, 6, 7, or 8. Defaults to 8. | |
Parity | The parity setting for the communications port connected to the GPS receiver. Defaults to esriGpsParityNone. | |
StopBits | The stop bits setting for the communications port connected to the GPS receiver. Defaults to esriGpsStopBits1. |
Classes | Description |
---|---|
GpsConnection | Used to establish a connection to the computer's communication port. |