4.2. GPS Debugging
1) Connecting the GPS antenna, and place the receiver on open area outdoor
2) AT+CGNSPWR=1 //Turn on power of GPS
3) AT+CGNSTST=1 // Start to sending data received to AT Port
Open u-center and set the Port and Baudrate(AT Port, COM25).
Of course, you can use another port(NMEA Port,COM27)
4) AT+CGNSTST=0 // Stop sending data received to UART
5) AT+CGNSINF // Print the GPS information
6) AT+CGNSPWR=0 //Turn off power of GPS