AT Command

Description

AAT+CGPSIPR AT command sets the port speed on the NMEA output serial interface.The rates that can be set are 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800


Support

Simcom Module Tutorial

Examples

AT+CGPSIPR=115200
OK

KeywordsAT+CGPSIPR syntax, examples, parameters, error, input, response.

With AT Command Tester tool, you can test Simcom FTP feature.

With AT Command Tester tool,send batch of AT commands in the script mode to test Simcom GPS feature,

//Turn GPS on
AT+CGPSPWR=1

//Reset the GPS in autonomy mode
AT+CGPSRST=0

//Set the NMEA port speed
AT+CGPSIPR=38400

//Wait for the GPS reset
WAIT=15

//Get the current GPS location
AT+CGPSINF=0