I have a raspberry pi 3 and the adafruit ultimate gps breakout board. I am connecting the two together, and everything is working fine. This is the link for the guide: https://learn.adafruit.com/adafruit-ult ... rything-up
I am using some python code, as shown in this thread here https://learn.adafruit.com/adafruit-ult ... g-your-gps to print out the latitude and longitude as soon as possible. Currently, my GPS fetches new data every second or so, but their documentation states that we can get up to 10Hz refresh rate, or 10 times a second.
Is it possible for me to set the update rate by issuing a GPSD command? Or is it possible for me to set this in the python code from the above script?
I cant seem to find a solution exactly tailored to my issue.
