GPS Parser for Windows CE 5.0 ....

  • Thread starter Thread starter Vivek Pawar
  • Start date Start date
V

Vivek Pawar

i have developed my application on Windows mobile 5.0 platform and
used Intermediate driver for GPS parsing, but my target device
platform now changed to Windows CE 5.0. so my GPS code fails at
PInvoke "gpsapi.dll" error. Is there any api like intermediate driver
of Windows Mobile 5.0 present for Windows CE 5.0?

Thanks
Vivek.
 
Hi,
With CE 5.0 you have 2 issues: there is no intermediate driver and your app
must have exclusive control over the GPS COM port. To have both features,
take a look at http://www.franson.biz tools, in particular GpsGate to share
the GPS feed among several applications and the GpsTools for managed (.net)
GPS feed parsing and helper functions.

--

Alberto Silva
www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development
 
Vivek Pawar said:
i have developed my application on Windows mobile 5.0 platform and
used Intermediate driver for GPS parsing, but my target device
platform now changed to Windows CE 5.0. so my GPS code fails at
PInvoke "gpsapi.dll" error. Is there any api like intermediate driver
of Windows Mobile 5.0 present for Windows CE 5.0?

We used to use the GPS code from OpenNETCF on WM 2003, it might work
for you:

http://www.opennetcf.com/FreeSoftware/OpenNETCFIOSerial/tabid/252/Default.aspx

----Scott.
 
You also can download DecodeGPS dll from my homepage.

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.
 
Back
Top