2025-06-13 1:23 PM
I received a Vespucci Dev Board from Future Electronics that has a Teseo LIV4F on it. I am currently trying to update it to output the RMC and VTG messages at a 10 Hz Output. I was able to set the 10 Hz rate with the following:
$PSTMSETPAR,1303,0.1
$PSTMSAVEPAR
$PSTMSRR (Reset Chip)
This worked to set it to update at 10 Hz.
I then used the following to limit the messages incoming to only VTG and RMC.
$PSTMSETPAR,1201,50
$PSTMSAVEPAR
$PSTMSRR (Reset Chip)
This worked to limit the messages to only those, but now there is not a new line between each VTG and RMC message. The new line only comes after both messages are received as shown by the following image of my terminal viewer.
Any help to get the new line to send between each message is appreciated!