I use the gpsd python library in order to read and parse the NMEA string recieved from the gps device. I would like to send some command to gps in order to fine tune the measurement rate, report rate and so on.
It is possible using the gpsd library or I must send the command with in other way?
According to 'gpsd' manual:
So if you have
gpsdservice running asgpsd -F /var/run/gpsd.sockyou can use the following code to send commands to the gps device:In my case I am sending @RST command followed by CR, LF symbols.