Re: Configure UPDATE Rate on adafruit gps breakout
by luckyodisetti on Fri Dec 22, 2017 1:47 am
I am using a raspberry pi so cannot make use of the arduino library that is available.
However i did try the following on the terminal and i still get only 1 update per second
//setting baudrate
>echo $PMTK251,57600*2C > /dev/ttyUSB0
//setting update rate to 100 milliseconds
>echo $PTK220,100*2F > /dev/ttyUSB0
No Lucky, it continues to only send at 1 per second. Appreciate the help!