Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sam1016yu opened this issue May 30, 2019 · 1 comment
Open

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

sam1016yu opened this issue May 30, 2019 · 1 comment

Comments

@sam1016yu
Copy link

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";
@PaulTR
Copy link
Contributor

PaulTR commented May 30, 2019

Google isn't actively supporting this right now, so your best bet would be to make the changes yourself and submit the pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants