GPS intermediate driver getting NMEA strings.

S

Solutionatir

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)?
 
D

Dick Grier

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.Ports). 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top