Serial port and GPS

SerialGPSForm Fields

The fields of the SerialGPSForm class are listed below. For a complete list of SerialGPSForm class members, see the SerialGPSForm Members topic.

Internal Instance Fields

scrollPosition (inherited from ScrollableControl) 

Private Instance Fields

m_altAltitude in meters
m_baud Control for the baud rate of the port.
m_databits Control for the number of data bits.
m_elonLongitude east from the GPS, negative for west
m_eutmUTM easting from GPS
m_gpscoordcbDelegate for showing GPS coordinates
m_gpsxStream used for logging
m_ipclientUsed for the IP communication
m_ipportTCP or UDP port
m_lblaltAltitude
m_lbleutmUTM easting
m_lbllatLatitude
m_lbllonLongitude
m_lblnutmUTM northing
m_lblutctimUTC time from GPS
m_mapformFor for showing maps
m_menulogMenu item config/log
m_menumapMenu for showing and hinding the map form
m_menuopenMenu item port/open
m_nlatLatitude north from the GPS, negative for south
m_nutmUTM northing from GPS
m_parities Available COM port parities
m_ports Names of COM ports available in the system.
m_serialThe GPS serial port
m_serverName or IP of the server, if IP used
m_stopbits Available COM port parities
m_system Available systems for UTM coordinates
m_typeType of the input signal
m_utctimUTC time obtained from the GPS

See Also

SerialGPSForm Class | serial Namespace | BndBmpForm | Gpsx | IPClient | IPClientGPS | Serial | SerialGPS | Utils.toUTM() | Utils.displayOff()