Changes between Version 6 and Version 7 of GPS


Ignore:
Timestamp:
10/23/07 18:17:06 (17 years ago)
Author:
mloskot
Comment:

Enable GPS applet

Legend:

Unmodified
Added
Removed
Modified
  • GPS

    v6 v7  
    55 1. Homemade library connecting to GPS unit, reading and processing sentences of NMEA protocol.
    66
    7  2. Use new GPS Intermediate Driver (GPSID) available from Windows Mobile 5.0. Here is small sample - [source:trunk/tests/gpsid gpsid] - presenting how to call GPSID API.
     7 2. Use new GPS Intermediate Driver (GPSID) available from Windows Mobile 5.0.
    88
    99For MOSS4G, we have to investigate implementation of following elements related to GPS implementation:
     
    1818 * Support wide range of GPS units: built-in, Bluetooth, etc.
    1919
     20== GPS Intermediate Driver ==
     21
     22 Here is small sample - [source:trunk/tests/gpsid gpsid] - presenting how to call GPSID API.
     23
     24=== Control Panel Applet ===
     25
     26On many devices, GPS Applet in Control Panel is hidden. Here is the procedure how to make it visible:
     27
     28 1. Open Remote Registry Editor:
     29{{{
     30Start->All Programs->Microsoft Visual Studio 2005->Visual Studio Remote Tools->Remote Registry Editor
     31}}}
     32 2. Connect to Windows Mobile 5.0 device using the Remote Registry Editor.
     33 3. Find following key:
     34{{{
     35HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings
     36}}}
     37 4. Delete any value like "Redirect" or "Hide" under the ''GPS Settings'' sub-key.
     38
    2039== GPS GUI ==
    2140