Library for handling NMEA message in Windows Desktop, Store, Phone, Universal, and Xamarin (Android + iOS), coming from files, bluetooth, serial port or any stream
On the sample data script: NmeaSampleData.txt where there are 4 satellites on a line, for instance line 5 we have:-
$GPGSV,3,1,12,04,16,162,46,07,84,207,48,08,34,135,45,09,17,315,38*74
but only the first 3 of them are recognized.
It could be because the checksum symbol '*' is fouling it up.
I wish I could fix this myself but the code is excellently written and I do not have to skill to do this -sorry.
On the sample data script: NmeaSampleData.txt where there are 4 satellites on a line, for instance line 5 we have:- $GPGSV,3,1,12,04,16,162,46,07,84,207,48,08,34,135,45,09,17,315,38*74
but only the first 3 of them are recognized. It could be because the checksum symbol '*' is fouling it up. I wish I could fix this myself but the code is excellently written and I do not have to skill to do this -sorry.