I have a Sparkfun MAX M10S which is outputting NEMA sentences via the UART set to 9600 BAUD. I see in the NEMA standards/Input Messages, that I should be able to send commands to this device and change many things including its BAUD. I have my Pro Micro’s UART RX connected to the TX of the GNSS and it works fine. I connected the Pro Micro’s UART TX to the RX of the GNSS and get no noticeable state changes. For example, I used the example from table 2-4 to change the output to binary. This should cause my software to not receive data anymore. Yet, I still get data. I also tried to change the BAUD but it had no effect. I double checked the CRC and it is correct. I used a CRC generator and verified that I got the same number for the example.
Has anyone been able to successfully send NEMA commands to this GNSS device?
I tried it on an older ublox GPS and it didn’t work there either.