Changes between Version 6 and Version 7 of GPS
- Timestamp:
- 10/23/07 18:17:06 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GPS
v6 v7 5 5 1. Homemade library connecting to GPS unit, reading and processing sentences of NMEA protocol. 6 6 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. 8 8 9 9 For MOSS4G, we have to investigate implementation of following elements related to GPS implementation: … … 18 18 * Support wide range of GPS units: built-in, Bluetooth, etc. 19 19 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 26 On 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 {{{ 30 Start->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 {{{ 35 HKEY_LOCAL_MACHINE\ControlPanel\GPS Settings 36 }}} 37 4. Delete any value like "Redirect" or "Hide" under the ''GPS Settings'' sub-key. 38 20 39 == GPS GUI == 21 40