Telit LE910 V2 Series AT Commands
80446ST10707A Rev. 0– 2015-11-03
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 432 of 509
Mod. 0808 2011-07 Rev.2
#STIA - SIM Toolkit Interface Activation
if <cmdType>=18 (SEND USSD)
an unsolicited notification will be sent to the user:
#STN: <cmdType>[,<text>]
where:
<text> - optional text string sent by SIM
In this case:
• AT#STSR=18,20 can be sent to end USSD transaction.
• AT#STGI is accepted anyway.
• AT#STSR=<cmdType>,0 will answer OK but do nothing.
if <cmdType>=5 (SET UP EVENT LIST)
an unsolicited notification will be sent:
#STN: <cmdType>[,<event list mask>]
where:
<event list mask> - (optional)hexadecimal number representing the list of
events to monitor (see GSM 11.14)
- '00' = MT call
- '01' = Call connected
- '02' = Call disconnected
- '03' = Location status
- '04' = User activity
- '05' = Idle screen available
- '06' = Card reader status (if class "a" is supported)
- '07' = Language selection
- '08' = Browser Termination (if class "c" is supported)
- '09' = Data available (if class "e" is supported)
- '0A' = Channel status (if class "e" is supported)
The hexadecimal number is actually a bit mask, where each bit, when set,
indicates that the corresponding event has to be monitored (e.g., if <event list
mask> is 0x0001, it means that MT call has to be monitored).
In these cases neither #STGI nor #STSR commands are required:
• AT#STGI is accepted anyway.
•
AT#STSR=<cmdType>,0 will answer OK but do nothing.