Siemens siemens network router mc35 Manual De Usuario

Descargar
Página de 65
Remote-SAT User's Guide
MC35_SAT_01_v02.00
Page 13 of 65
11.01.2002
1.1.7  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
// Ask if a SIM application is available and has started right now
at^ssta?
^SSTA: 1,1,1,"7FFFFFFF7F0100DF1F"
OK
// OK, First ´1´ tells us 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
// Now we receive the first proactive command
^SSTN:37
// We have to ask for the parameter details
at^sstgi=37
// These are the details:
^SSTGI: 37,0,3,"SAT Special Menue",0,1,1,0
^SSTGI: 37,1,"News",0,0
^SSTGI: 37,2,"EMail",0,0
^SSTGI: 37,3,"Banking",0,0
OK
// We always have to acknowledge the proactive command
at^sstr=37,0
OK
// SAT tells us that the proactive session has ended and enters its main menue (which should then be
opened on the sreen by an MMI):
^SSTN:254
// Now we want to select item no. 1 of the menue sent before:
at^sstr=211,0,1
OK