Hi All,
I would greatly appreciate advice on how to minimize the number of NMEA messages on the Sparkfun LG290P RTK Receiver module UART1 output so as not to overwhelm the serial message parser frontend in my Python program.
Presently the QGNSS app Console repeatedly shows the following NMEA message stream:
- GNRMC
- GNGLL
- GNVTG
- GNGGA
The above four NMEA messages repeat for a while and then after a final GNVTG message the following NMEA messages appear:
- GNGSA
- GPGSV
- GLGSV
- GAGSV
- GBGSV
- GQGSV
- GIGSV
- GNGGA
Then begins sending the four NMEA messages shown above again until repeating the eight NMEA messages just shown. I assume that the eight NMEA messages shown above concern information about the various GPS satellite formations and are not germane to the latitude and longitude information provided by the first four NMEA messages especially the GNRMC message which my NMEA serial message parser is looking for?
Therefore, can I use the following PQTM message to disable the eight superfluous messages: $PQTMCFGMSGRATE,W,Port ID,Msg ID,Rate*Checksum
Example: $PQTMCFGMSGRATE,W,1,GGA,0*Checksum
Or is it even possible to turn off the eight superfluous NMEA messages?
Advice please!
Regards,
TCIII