GPS Parser for Windows CE 5.0 ....

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.
 
A

Alberto Silva - Microsoft MVP - Device Application

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
 
S

Scott Gifford

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.
 
D

Dick Grier

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.
 

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