microstack-IoT / python3-microstacknode

Python modules for interacting with Microstack node components (accelerometer, GPS, etc)
GNU General Public License v3.0
10 stars 8 forks source link

Can you turn of the $GPTXT sentence? #6

Open colinlove opened 9 years ago

colinlove commented 9 years ago

I have an application where I want faster updates without changing the default baud rate. As a result I want to turn off all sentences except the $GPRMC. By sending "$PMTK314,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0*29" I can get rid of nearly everything else but I can't work out how to get rid of the $GPTXT. Any ideas?