Some of the people who are using my pocket freeware have reported that they cannot get the gps to work.
I am using Andrew's excellent gpsserial2 library.
What happens is that they open the gps port successfully and then wait forever for data to stream through. I have tested the code and it seems no valid sentences come from the gps.
It works just fine for me using WM5 and either built-in gps or bluetooth gps.
I tried it successfully with .NETcf2.0 and .NETcf3.5.
Is this a WM6 problem (they are using WM6.1 and WM6.5)
In an attempt to solve this problem I wrote a small test routine with BOTH old and Andrew's new gps library (i.e. GPSdriver and GPSserial2). It works but it won't compile. The compiler talks of a 'GPS namespace already contains a definition' error: CS0101.
It seems there isn't any way to universally cater for gps in b4ppc because you cannot use the old and new gps libraries together.
If I can't find a solution I will have to take the gps feature out of all 6 of my nature freeware. :sign0148:
I have attached the gps tester source if anyone is interested. Try to compile it to see the error.
I am using Andrew's excellent gpsserial2 library.
What happens is that they open the gps port successfully and then wait forever for data to stream through. I have tested the code and it seems no valid sentences come from the gps.
It works just fine for me using WM5 and either built-in gps or bluetooth gps.
I tried it successfully with .NETcf2.0 and .NETcf3.5.
Is this a WM6 problem (they are using WM6.1 and WM6.5)
In an attempt to solve this problem I wrote a small test routine with BOTH old and Andrew's new gps library (i.e. GPSdriver and GPSserial2). It works but it won't compile. The compiler talks of a 'GPS namespace already contains a definition' error: CS0101.
It seems there isn't any way to universally cater for gps in b4ppc because you cannot use the old and new gps libraries together.
If I can't find a solution I will have to take the gps feature out of all 6 of my nature freeware. :sign0148:
I have attached the gps tester source if anyone is interested. Try to compile it to see the error.
Attachments
Last edited: