dotMorten / NmeaParser

Library for handling NMEA message in Windows Desktop, Store, Phone, Universal, and Xamarin (Android + iOS), coming from files, bluetooth, serial port or any stream
https://dotmorten.github.io/NmeaParser/
Apache License 2.0
262 stars 89 forks source link

Not all Satellites are being parsed in GPGSV #29

Closed gordonpagan closed 7 years ago

gordonpagan commented 7 years ago

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.

dotMorten commented 7 years ago

Thank you for reporting this. I cannot believe no one ever noticed this. It's easily reproducible. Good catch! I'll have that fixed in a few....

dotMorten commented 7 years ago

Fixed !