Improved NMEA Line reader

Version 1.2.0.0 (10.3 KB) by Lex
Reads NMEA 0183 Sentences
3.1K Downloads
Updated 26 Feb 2014

View License

Reads a NMEA 0183 string into a datastructure. This file is a re-factor/extension of the original parser by Adam Leadbetter. It uses findtext instead of manual array manipulations. It also reads all of the data from the $GPGGA string, including altitude and fix quality.

Cite As

Lex (2024). Improved NMEA Line reader (https://www.mathworks.com/matlabcentral/fileexchange/45616-improved-nmea-line-reader), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: NMEA 0183 Sentence Reader

Inspired: Further Improved NMEA Line Read

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.2.0.0

Added XOR checksum. Updated parsing method.

1.1.0.0

changed function name in 1st line of file to match filename.

1.0.0.0