GSM Module
2.1.30
+CSCS: character set selection
Description
This command is used to select the type of languages;
Format
AT+CSCS=<string>
Example AT+CSCS=?
+CSCS: "IRA", "GSM", "HEX",
"PCCP437", "8859-1", "UCS2",
"UCS2_0X81"
OK
AT+CSCS=”IRA”
OK
AT+CSCS?
+CSCS: ”IRA”
OK
2.1.31
+CLCC: check call status
Description
This command is used to check the status of current calls or each call;
Format AT+CLCC
+CLCC:<id1>,<dir>,<stat>,<mode>,<mpty>,[,<number>,<type>
[,<alpha>[,<priority>]]]
+CLCC:<id2>,<dir>,<stat>,<mode>,<mpty>,[,<number>,<type>
[,<alpha>[,<priority>]]]
……
OK
Example AT+CLCC
OK
ATD10086 ;
OK
AT+CLCC
+CLCC: 1,0,2,0,0,"10086",129
OK
24