Specifications

UC864-E/G AT Commands Reference Guide
80304ST10041a Rev. 3 - 18/07/08
Reproduction forbidden without Telit Communications S.p.A. written authorization - All Rights Reserved page 96 of 259
+CPBW - Write Phonebook Entry
OK
Note Remember to select the PB storage with +CPBS command before issuing
PB commands.
3.5.4.4.11 Clock Management - +CCLK
+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"
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
AT+CCLK? Read command returns the current setting of the real-time clock, in the
format <time>.
Note: the three last characters of <time> are not returned by +CCLK?
because the ME doesn’t support time zone information.
AT+CCLK=? Test command returns the OK result code.
Example
AT+CCLK="02/09/07,22:30:00+00"
OK
AT+CCLK?
+CCLK: 02/09/07,22:30:25
OK
Reference 3GPP TS 27.007
3.5.4.4.12 Alarm Management - +CALA
+CALA - Alarm Management
AT+CALA=
<time>[,<n>[,<type>
[,<text>[,<recurr>
[,<silent>]]]]]
Set command stores in the internal Real Time Clock an alarm time with
respective settings. It is possible to set up a recurrent alarm for one or more
days in the week.
Currently just one alarm can be set.