Improved NMEA Line reader

Reads NMEA 0183 Sentences

Ahora está siguiendo esta publicación

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.

Citar como

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

Agradecimientos

Inspirado por: NMEA 0183 Sentence Reader

Inspiración para: Further Improved NMEA Line Read

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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