Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

Add "GN" NMEA TalkerID support for GPS driver #125

@sam1016yu

Description

@sam1016yu

In gps/NmeaParser.java, line 48-51, for the message type identifier, some devices use "GN" instead of "GP" as TalkerID, it's better to support that as well. In that case, identifiers will look like

    // NMEA Message Types
    private static final String GGA = "GNGGA";
    private static final String GSV = "GNGSV";
    private static final String GLL = "GNPGLL";
    private static final String RMC = "GNRMC";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions