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

Updated code that parses geodetic values #46

Closed SteveTarter closed 5 years ago

SteveTarter commented 6 years ago

Some devices emitting NMEA 0183 sentences did not always send two digits for latitude degrees or three digits for longitude degrees. Parser was changed to look for the position of the decimal point to derive the location of the other sub-fields.

dotMorten commented 6 years ago

Do you mind logging a bug first, link to the issue from here, and submitting some NMEA samples in that issue? (And you could then reuse those strings in unit tests)

dotMorten commented 5 years ago

Closing (no response and already have a similar fix in place)