OpenNETCF GPS bug?

  • Thread starter Thread starter Hilton
  • Start date Start date
H

Hilton

Hi,

I wrote some C# code to display the satellites, SNR ratios etc. I left it
running for a few hours (not sure if this has anything to do with it), but
now I see that some satellites appear more than once in the list (with diff
SNR values). I just had four ID=4 entries, and I now have two ID=7 entries.

Is there some caching (or something else) going on in the GPS code that
could cause this?

Thanks,

Hilton
 
Hilton said:
I wrote some C# code to display the satellites, SNR ratios etc. I left it
running for a few hours (not sure if this has anything to do with it), but
now I see that some satellites appear more than once in the list (with diff
SNR values). I just had four ID=4 entries, and I now have two ID=7 entries.

Is there some caching (or something else) going on in the GPS code that
could cause this?

Ahhh, OK, figured it out. The array I get back is just a buffer and only
*some* of the elements should be recognized. The number of 'real' elements
is given by SatInView.

Any plan to document the OpenNETCF APIs in the HTML pages?

Thanks,

Hilton
 
Back
Top