AT Commands for SIM Application Toolkit
No | Command | Description |
C1601 | AT+STIN | SAT indication |
C1602 | AT+STGI | Get SAT information |
C1603 | AT+STGR | SAT respond |
C1604 | AT+STK | STK switch |
C1601 AT+STIN SAT Indication
T) AT+STIN=? | OK |
Parameters See Read Command |
|
R) AT+STIN? |
+STIN: <cmd_id>
OK If the current proactive command has been changed: + STIN: <cmd_id> |
Parameters <cmd_id> Indicate the type of proactive command issued. 21 Display text 22 Get inkey 23 Get input 24 Select item 25 Set up menu |
|
Reference |
Notification that application will return to main menu automatically if user doesn’t do any action in 2 minutes. |
C1602 AT+STGI Get SAT Information
T) AT+STGI=? | OK |
Parameters See Read Command |
|
W) AT+STGI=<cmd_id> |
If <cmd_id>=21: +STGI:21,<prio>,<clear_mode>,<text_len>,<text>
OK
If <cmd_id>=22: +STGI:22,<rsp_format>,<help>,<text_len>,<text>
OK
If <cmd_id>=23: +STGI:23,<rsp_format>,<max_len>,<min_len>,<help>,<show><text_len>,<text>
OK
If <cmd_id>=24: +STGI:24,<help>,<softkey>,<present>,<title_len>,<title><item_num> +STGI:24,<item_id>,<item_len>,<item_data> […]
OK
If <cmd_id>=25: +STGI:25,<help>,<softkey>,<title_len>,<title><item_num> +STGI:25,<item_id>,<item_len>,<item_data> […]
OK or ERROR |
Parameters <cmd_id> See AT+STIN. <prio> Priority of display text. 0 Normal priority 1 High priority <clear_mode> 0 Clear after a delay 1 Clear by user <text_len> Length of text <rsp_format> 0 SMS default alphabet 1 YES or NO 2 Numerical only 3 UCS2 <help> 0 Help unavailable 1 Help available <max_len> Maximum length of input <min_len> Minimum length of input <show> 0 Hide input text 1 Display input text <softkey> 0 No softkey preferred 1 Softkey preferred <present> Menu presentation format available for select item 0 Presentation not specified 1 Data value presentation 2 Navigation presentation <title_len> Length of title <item_num> Number of items in the menu <item_id> Identifier of item <item_len> Length of item <title> Title in ucs2 format <item_data> Content of the item in ucs2 format <text> Text in ucs2 format |
|
Reference |
Regularly this command is used upon receipt of an URC “+STIN” to request the parameters of the proactive command. Then the TA is expected to acknowledge the AT+STGI response with AT+STGR to confirm that the proactive command has been executed. |
C1603 AT+STGR SAT Respond
T) AT+STGR=? | OK |
Parameters See Write Command |
|
W) AT+STGR=<cmd_id>[,<data>] |
OK or ERROR |
Parameters <cmd_id> Identifier of proactive command. 22 Get inkey 23 Get input 24 Select item 25 Set up menu 83 Session end by user 84 Go backward <data> If <cmd_id>=22: Input a character If <cmd_id>=23: Input a string. If <rsp_format> is YES or NO, input of a character in case of ANSI character set requests one byte, e.g. “Y”. If <rsp_format> is numerical only, input the characters in decimal number, e.g. “123”. If <rsp_format> is UCS2, requests a 4 byte string, e.g. “0031”. <rsp_format> refer to the response by AT+STGI=23. If <cmd_id>=24: Input the identifier of the item selected by user. If <cmd_id>=25: Input the identifier of the item selected by user. If <cmd_id>=83: <data>Ignore Note: It could return main menu during proactive command id is not 22 or 23. If <cmd_id>=84: <data> Ignore |
C1604 AT+STK STK Switch
T) AT+STK=? | OK |
Parameters See Write Command |
|
R) AT+STK? |
+STK: <value>
OK |
Parameters See Write Command |
|
W) AT+STK=<value> |
OK or ERROR |
Parameters <value> 0 Disable STK 1 Enable STK |