User`s guide
Chapter 1 – AT Commands for Remote SIM Application Toolkit
Multi-Tech Systems, Inc. SIM Application Toolkit AT Commands (S000391C) 10
1.1.8 Examples: Using Remote-SAT
To give you an idea of how to start and use Remote-SAT, you may follow the steps described below:
// Start after switch on the module
at
OK
// Switch on verbose error messages
at+cmee=2
OK
// Enter the PIN code (if necessary due to SIM configuration)
at+cpin=1234
OK
// To query if a SIM application is available and has already started
at^ssta?
^SSTA: 1,1,1,"7FFFFFFF7F0100DF1F"
OK
// OK, First ´1´ indicates that SIM application has started but interface is still in OFF state.
// Tell the module that we are interested in SAT, i.e. switch to IDLE state.
at^ssta=1,0
OK
// Receiving the first proactive command
^SSTN:37
// Requesting parameter details
at^sstgi=37
// These are the details:
^SSTGI: 37,0,3,"SAT Special Menu",0,1,1,0
^SSTGI: 37,1,"News",0,0
^SSTGI: 37,2,"EMail",0,0
^SSTGI: 37,3,"Banking",0,0
OK
// To query the status of the proactive command
at^sstr=37,0
OK
// SAT indicates that the proactive session has ended and enters its main menu (which should then be
opened on the screen by an MMI):
^SSTN:254
// Selecting item number 1 of the menu sent before:
at^sstr=211,0,1
OK
// Receiving the next proactive command:
^SSTN:36
// Requesting more information...
at^sstgi=36
// ... and get it:
^SSTGI: 36,0,12,"Rubriken >",0,0,1,1,0
^SSTGI: 36,1,"News >",0,0
^SSTGI: 36,2,"Stock Infos>",0,0
^SSTGI: 36,3,"Aktien D >",0,0
^SSTGI: 36,4,"Aktien INT >",0,0
^SSTGI: 36,5,"Sports >",0,0
^SSTGI: 36,6,"1.BL-Clubs >",0,0
^SSTGI: 36,7,"Unterhaltung>",0,0
^SSTGI: 36,8,"Horoskop >",0,0
^SSTGI: 36,9,"Wetter D >",0,0
^SSTGI: 36,10,"Wetter INT >",0,0
^SSTGI: 36,11,"Wetter spez>",0,0
^SSTGI: 36,63,"Extras >",0,0
OK
// Remember to acknowledge:
at^sstr=36,0,63
OK
// And again: Receiving the next proactive command:
^SSTN:36
// ...