GPS intermediate driver getting NMEA strings.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?U29sdXRpb25hdGly?=

    GPS intermediate driver getting NMEA strings.

    I found lots of GPSapi code, including the one from the SDK. But how can i
    retrieve raw NMEA strings from the gps intermediate driver? I know I need to
    use createfile etc. But this is new for me, so could someone please provide
    some sample code (C# or VB)?


  • Dick Grier

    #2
    Re: GPS intermediate driver getting NMEA strings.

    I don't use the Intermediate Driver, when I want the raw data, though this
    may be possible.

    I just open the port using standard serial APIs (System.IO.Port s). If the
    data need to be shared with another application, I have had better luck
    using something like Franson's GPS Tools (www.franson.com).

    Dick

    --
    Richard Grier, MVP
    Hard & Software
    Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
    Edition,
    ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
    2006.
    See www.hardandsoftware.net for details and contact information.


    Comment

    Working...