Go to the documentation of this file. 23 #define MTK_SET_BINARY "$PGCMD,16,0,0,0,0,0*6A\r\n" 24 #define MTK_SET_NMEA "$PGCMD,16,1,1,1,1,1*6B\r\n" 26 #define MTK_OUTPUT_1HZ "$PMTK220,1000*1F\r\n" 27 #define MTK_OUTPUT_2HZ "$PMTK220,500*2B\r\n" 28 #define MTK_OUTPUT_4HZ "$PMTK220,250*29\r\n" 29 #define MTK_OUTPUT_5HZ "$PMTK220,200*2C\r\n" 30 #define MTK_OUTPUT_10HZ "$PMTK220,100*2F\r\n" 32 #define MTK_BAUD_RATE_38400 "$PMTK251,38400*27\r\n" 34 #define MTK_NAVTHRES_OFF "$PMTK397,0*23\r\n" // Set Nav Threshold (the minimum speed the GPS must be moving to update the position) to 0 m/s 36 #define SBAS_ON "$PMTK313,1*2E\r\n" 37 #define SBAS_OFF "$PMTK313,0*2F\r\n" 39 #define WAAS_ON "$PMTK301,2*2E\r\n" 40 #define WAAS_OFF "$PMTK301,0*2C\r\n"