How to set L86EVB to 10 Hz rate?

Hello there,

I am working with L86EVB and would like to know how to set update rate from default 1Hz to 10Hz rate.

Thanks in advance!

Hi Tuando,

10Hz fix rate will generate larger amount of data, so you need to set baudrate to 115200 first.
Send: $PQBAUD,W,115200*43
L86 will switch to 115200 baud rate as soon as the commands is sent successfully.

Then you need to switch the host baud rate to 115200, and send
$PMTK220,100*2F to change fix rate to 10Hz

Best regards.