Click to Rate and Give Feedback
MSDN
MSDN Library
 Example GPS Intermediate Driver Reg...
Collapse All/Expand All Collapse All
Example GPS Intermediate Driver Registry Settings
Windows Mobile SupportedWindows Embedded CE Supported
8/28/2008

These are example registry settings for common GPS Intermediate Driver usage scenarios.

The following registry settings define the minimal configuration information to make GPS hardware accessible by using V1 or V2 GPS Poll Drivers. Undefined settings use default values, which are documented in GPS Intermediate Driver Registry Settings.

[HKLM\System\CurrentControlSet\GPS Intermediate Driver\Drivers]
  CurrentDriver="MyPoll"
[HKLM\System\CurrentControlSet\GPS Intermediate Driver\Drivers\MyPoll]
  InterfaceType = "Poll"
  CommPort = "GPP0:"
  Version = DWORD:2

The following registry settings define the minimal configuration information to make GPS hardware accessible by using COM4. Undefined settings use default values, which are documented in GPS Intermediate Driver Registry Settings.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver
  Drivers
    "CurrentDriver" = "Acme GPS Hardware"
HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver
  Drivers
    Acme GPS Hardware
      "InterfaceType" = "COMM"
      "FriendlyName" = "ACME GPS Card, version 1.23"
      "CommPort" = "COM4:"   

The following registry settings define the minimal configuration information to use test information in files named GPSFileInput1.txt and GPSFileInput2.txt. Undefined settings use default values, which are documented in GPS Intermediate Driver File Registry Settings.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver
  Drivers
    "CurrentDriver" = "Test File Set 1"
HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver
  Drivers
    Test File Set 1
      "InterfaceType" = "File"
      "FriendlyName" = "File Test #1"
      "File1" = "\windows\GPSFileInput1.txt"
      "File2" = "\windows\GPSFileInput2.txt"   

The following registry setting makes information retrieved by the GPS Intermediate Driver available through ReadFile by using GPD1. Undefined settings use default values, which are documented in GPS Intermediate Driver Multiplexer Registry Settings.

HKEY_LOCAL_MACHINE\System\CurrentControlSet\GPS Intermediate Driver
  Multiplexer
    "DriverInterface" = "GPD1:"
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker