This document is archived and information here might be outdated.  Recommended version.


IGpsConnection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGpsConnection Interface
ArcGIS Developer Help

IGpsConnection Interface

Provides access to members that control the connection properties of the communications port connected to a GPS receiver.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Read/write property BaudRate The baud rate for the communications port connected to the GPS receiver. Defaults to 9600.
Read/write property 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.
Read/write property 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.
Read/write property Parity The parity setting for the communications port connected to the GPS receiver. Defaults to esriGpsParityNone.
Read/write property StopBits The stop bits setting for the communications port connected to the GPS receiver. Defaults to esriGpsStopBits1.

Classes that implement IGpsConnection

Classes Description
GpsConnection Used to establish a connection to the computer's communication port.