Multiple NMEA Massages on MIO

Is the OS-1 firmware robust to multiple standard NMEA messages on MIO?

I need to have RMC, GGA, ZDA, and other messages on the UART line shared between an OS-1 and an other device that expects the other messages. I want to make sure if I put other NEMA messages it won’t have an issue only parsing out the RMC.

What firmware are you on? I was able to synchronize with mixed standards (GPRMC, GPGSV, GPGSA, and GPVTG) on firmware 2.5.3 (rev 6 OS0). The other standards may make troubleshooting harder as well as “unnecessary” processing for the sensor.

We will be running the latest firmware version, so v3.1. Good to know it works with those sentences at least. I only plan to do 1Hz messages, so I can’t imagine there’s a real workload issue. I just don’t know if it will be able to ignore everything that’s not “$GPRMC…”