mikalhart / TinyGPSPlus

A new, customizable Arduino NMEA parsing library
http://arduiniana.org
1.08k stars 490 forks source link

Update rate #112

Closed iAsh347 closed 1 year ago

iAsh347 commented 1 year ago

How do I change the update rate when finding out the speed? I’m using a neo-6m and L80 gps module

mikalhart commented 1 year ago

Hi @iAsh347. TinyGPS++ is only a library for parsing input streams from GPS devices. It is agnostic about the specific manufacturer and isn't designed to be able to configure them. To do that you'd refer to your device's documentation and write some separate code that writes to the Serial port the GPS is attached to. Clear?