GPS demo in c#

  • I found GPS demo written in VB.NET

    Is there some GPS sample in c#.

    Device is WAP3, WM6.1.

    br,

    neno

  • Neno,

    Have you seen the GPS Application sample solution that comes with the Microsoft Windows Mobile 6.x SDK?

    I.e.

    • C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CS\GPS\Gps.sln

    or

    • C:\Program Files\Windows Mobile 6.5.3 DTK\Samples\PocketPC\CS\GPS\Gps.sln

    Regards,
    Jacques

  • Jacques,

    many thanks for pointing it out.

    Do you have any reason way you use OpenNETCF in VB sample. Is this a better approach that in SDK sample ?

  • Good morning Neno

    neno
    Do you have any reason way you use OpenNETCF in VB sample

    No, not that I remember.
    On the other hand, the OpenNETCF Serial Library does not need a GPS intermediate driver, as it provides access to serial port data and decoding of NMEA GPS data.

    Kind regards,
    Jacques