2024-06-05 10:16 AM
Hello,
I'm using a Teseo III module from Lantronix. When connected up, I can see NMEA sentences over UART, at 9600 baud.
I have a few questions. I'm not a GPS expert, and unfortunately, the Teseo III documentation assumes quite a bit of knowledge.
Question 1: What command should I send to be able to temporarily either stop, or slow down the NMEA sentences? I'd like to stop them, so that I can type commands to experiment, and see the responses without the flood of NMEA sentences.
Question 2: How do I change to 115200 baud?
I have tried issuing the following commands at 9600 baud, but I can't see the responses, because there's so much NMEA sentence activity ongoing.
Solved! Go to Solution.
2024-06-05 11:51 PM
Question 1:
you can use the command $PSTMNMEAONOFF,0 or $PSTMNMEAONOFF,1 to stop/start the NMEA stream
Question 2:
you can use the command:
$PSTMCFGPORT,0,0,2,115200
2024-06-05 11:51 PM
Question 1:
you can use the command $PSTMNMEAONOFF,0 or $PSTMNMEAONOFF,1 to stop/start the NMEA stream
Question 2:
you can use the command:
$PSTMCFGPORT,0,0,2,115200
2024-06-06 04:23 PM
This is awesome, thank you!
I have tested your information for both questions, and they both worked!