Friday, January 25, 2008

Many new devices now have integrated GPS radios, and Bluetooth GPS receivers are also available to add to existing units.  With the release of Window Mobile 5, Microsoft added a GPS Intermediate Layer Driver which standardizes access to GPS hardware, and allows multiple applications to read GPS data simultaneously.  We have added support to ITScriptNet V2.4 for this GPS driver so you can collect location data in your programs.

There are 4 new functions:

  • GPSOpen
  • GPSClose
  • GPSIsOpen
  • GPSGetPosition

You can use these functions to collect data at a single point (Package Delivery or Meter Reading), or collect data periodically using a Timer to create a breadcrumb trail.  Data can be saved into your collected data file, or sent via Omni communications to be stored in a database.

Using the Intermediate Layer Driver also allows ITScriptNet to collect GPS data at the same time that a navigation system (such as TomTom) is plotting driving directions and maps.

We are developing a Route Demo application which integrates with Google Maps to plot GPS data.  If you are interested in the demo, please contact us for more information.

Comments are closed.