|
Features
An application communicates with
mpx_gps via a COM interface. Many
development tools for Microsoft
Windows can make use of mpx_gps,
including Visual Basic, Visual C++,
Delphi and others.
- Open communications with
the GPS receiver.
- Poll the GPS receiver for
messages NMEA 0183.
- Process position, time,
speed, heading, satellite positions,
satellite signal strength, and
dilution of precision information.
- Retrieve precise timing
information.
- Transform from WGS84 to
Gauss Kruger
mpx_gps Com Library
Like other COM objects, mpx_gps,
has properties, methods, and events.
Most mpx_gps properties are used
to setup the GPS receiver. Gps_mpx
methods are used to communicate
your settings to the GPS receiver.
The events handle information sent
from the GPS receiver to your application.
'Plug-n-play' GPS integration!
- Specify the receiver type,
communications parameters, and
the polling rate with mpx_gps
properties.
- Use the Open method to establish
communication with the GPS receiver.
- Process position, time,
speed, heading, satellite positions,
satellite signal strength, and
dilution of precision information
in mpx_gps events.
Use as much or as little of the
GPS information as you need for
your application. You're in control!
More information: sales@mastersoft.net
|