AT Commands Phone Terminal Terminated
117
AT+CCLK
Clock
AT+CALA
Alarm
Description:
Sets the real-time clock in the ME.
Set command:
AT+CCLK=
<time>
Read command:
AT+CCLK?
Displays the current <time> setting.
Test command:
AT+CCLK=?
Shows if the command is supported.
Parameter:
<time>:
String; “yy/MM/dd,hh:mm:ssz”. “z” is the time zone difference from GMT, for
example “+01” (plus/minus and two digits needed).
Description:
Sets an alarm time in the ME. There can be an array of different alarms and the alarms
may be recurrent. When the alarm is timed out and executed, the unsolicited result
code
is returned, even if the alarm is set up to be silent.
Set command:
AT+CALA=
<time>[,<n>[,<recurr>]]
Read command:
AT+CALA?
Read command
response
+CALA: <time1>,<n1>[,<recurr1>]
[+CALA: <time2>,<n2>[,<recurr2>]
[...]
Test command:
AT+CALA=?
Shows if the command is supported.
Test command
response:
+CALA: (list of supported <n>s),(list of supported
<type>s),<tlength>,<rlength>,(list of supported <silent>s)
Note
: <type> and <silent> are not supported.
Parameters:
<time>:
String; “hh:mm”.
<n>:
Integer; identifies an active alarm.
<recurr>:
<recurr>
Description
<1-7>[,<1-7>[...]
For setting an alarm for one or more days in the week.
‘1’=Monday, ‘7’=Sunday
0
Sets the alarm for all days in the week
<tlength>:
Integer; maximum length of the <type> parameter.
<rlength>:
Integer; maximum length of the <recurr> parameter.
Example:
AT+CALA=”14:00”
OK
AT+CALA=?
+CALA: (1-2),(),(),(13),()