AT Command

Description

AT+SPIC command is used to inquire times remain to input SIM PIN/PUK


Support

Simcom Module Tutorial

Examples

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


Test AT+SPIC command with AT Command Tester





Try this script included in AT Command Tester Tool.

//Script: at+spic

//This AT command is applicable for SIMCOM modules only

//Check SIMCOM Module AT Command documentaiton

//Times remain to input SIM PIN/PUK

?

//Get the command support

AT+SPIC=?

//Wait

WAIT=2

 

//+SPIC:<pin1>.<puk1>,<pin2>,<puk2>

//pin1 - Times remain to input PIN1 code

//puk1 - Times remain to input PUK1 code

//pin2 - Times remain to input PIN2 code

//puk2 - Times remain to input PUK2 code

AT+SPIC

?

?




Output of above script in AT Command Tester Tool.

AT+SPIC=?

OK

 

AT+SPIC

+SPIC: 3,10,3,10

OK