AT Command

Description

AT+CPSI command is used to return UE system information.


Support

Simcom Module Tutorial

Examples

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


Test AT+CPSI command with AT Command Tester





Try this script included in AT Command Tester Tool.

//Script: at+cpsi

//This AT command is applicable for SIMCOM modules only

//Check SIMCOM Module AT Command documentaiton

//Return UE system information

 

//Get the command responses

AT+CPSI=?

 

//Wait

WAIT=2

 

//Query the UE system information

AT+CPSI?

 

//Wait

WAIT=2

 

//Write command is used to set the time 0-255, unit is second. After set time, the module will report the system information periodically.

AT+CPSI=5

 

//Wait

WAIT=2

 

//disable reporting

AT+CPSI=0

?




Output of above script in AT Command Tester Tool.

AT+CPSI=?

+CPSI: (0-255)

OK

 

AT+CPSI?

+CPSI: LTE,Online,310-410,0x830B,79778826,148,EUTRAN-BAND2,700,5,5,-116,-1043,-727,16

OK

 

AT+CPSI=5

OK

+CPSI: LTE,Online,310-410,0x830B,79778826,148,EUTRAN-BAND2,700,5,5,-136,-1038,-693,16

 

AT+CPSI=0

OK