Specifications
UC864-E/G/WD/WDU AT Commands Reference Guide
80304ST10041a Rev. 7 - 2010-10-14
Reproduction forbidden without Telit Communications S.p.A’s. written authorization - All Rights Reserved. Page 234 of 318
#SIMPR – SIM Presence Status
1 – remote SIM
<status> - current SIM status
0 - SIM NOT INSERTED
1 - SIM INSERTED
AT# SIMPR? Read command reports whether the unsolicited indication #SIMPR is
currently enabled or not, along with the local SIM status, in the format:
#SIMPR: <mode>,0,<status>[<CR><LF>
#SIMPR: <mode>,1,<status>]
(<mode>, <SIM> and <status> are described above)
AT# SIMPR =? Test command returns the supported range of values for parameter
<mode>.
Example AT#SIMPR?
#SIMPR: 0,0,1
#SIMPR: 0,1,1
OK
3.5.7.1.91. Clock Management
#CCLK - Clock Management
AT#CCLK=<time> Set command sets the real-time clock of the ME.
Parameter:
<time> - current time as quoted string in the format:
"yy/MM/dd,hh:mm:ss±zz,d"
yy - year (two last digits are mandatory), range is 00..99
MM - month (two last digits are mandatory), range is 01..12
dd - day (two last digits are mandatory), range is 01..31 (if the month MM
has less than 31 days, the clock will be set for the next month)
hh - hour (two last digits are mandatory), range is 00..23
mm - minute (two last digits are mandatory), range is 00..59
ss - seconds (two last digits are mandatory), range is 00..59
±zz - time zone (indicates the difference, expressed in quarter of an hour,
between the local time and GMT; two last digits are mandatory),
range is -47..+48
d – number of hours added to the local TZ because of Daylight Saving Time
(summertime) adjustment; range is 0-3.
AT#CCLK? Read command returns the current setting of the real-time clock, in the
format <time>.
Note: if the time is set by the network but the DST information is missing, or
the time is set by +CCLK command, then the <time> format is:
"yy/MM/dd,hh:mm:ss±zz"
AT#CCLK=? Test command returns the OK result code.