|
Can this handle GPGSA and GPRMC Data? I want to be able to take the GPGSA and GPRMC and route it elsewhere. I already have the logic in place for the 3 different data types. I just need to know if this can currently parse this data |
Answered by
semuadmin
Aug 26, 2024
Replies: 2 comments
|
Yes. From the README… The library implements a comprehensive set of outbound (GET) and inbound (SET/POLL) GNSS NMEA messages relating to GNSS/GPS devices, but is readily extensible. Refer to NMEA_MSGIDS and NMEA_MSGIDS_PROP for the complete dictionary of standard and proprietary messages currently supported. |
0 replies
Answer selected by
Riprock
|
Thanks Sorry |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. From the README…
The library implements a comprehensive set of outbound (GET) and inbound (SET/POLL) GNSS NMEA messages relating to GNSS/GPS devices, but is readily extensible. Refer to NMEA_MSGIDS and NMEA_MSGIDS_PROP for the complete dictionary of standard and proprietary messages currently supported.