BGS2T AT Command Set
15.46 Examples for Using Remote-SAT
BGS2T_ATC_V01.301 Page 482 of 554 1/31/12
c
15.46 Examples for 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
// Query the Remote-SAT activation status
at^ssta?
^SSTA: 1,0,1,"7FFFFFFF7F0300DF7F"
OK
// First '1' indicates that the interface is in OFF state, i.e. the Automatic Response (AR) mode is enabled. During
this mode all SAT Proactive Commands are handled internally by the ME.
// Tell the module that the TE is interested in handling SAT, i.e. switch to Explicit Response (ER) mode.
at^ssta=1,0
OK
// This setting takes effect after next start of the ME only, so switch off first
AT^SMSO
^SMSO: MS OFF
OK
^SHUTDOWN
// Switch on ME again and wait until system start indication (if not in autobaud mode, refer AT+IPR)
^SYSSTART
// Switch on verbose error messages
at+cmee=2
OK
// Enter the PIN code (if necessary due to SIM configuration)
at+cpin=1234
OK
// Receiving the first proactive command (if the mounted SIM carries a SIM Application)
^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