![Telit Wireless Solutions HE863 Series At Commands Reference Manual Download Page 79](http://html1.mh-extra.com/html/telit-wireless-solutions/he863-series/he863-series_at-commands-reference-manual_1083663079.webp)
HE863 family AT commands reference guide
80377ST10083a Rev.6 – 2012-11-12
Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved.
Page 79 of 229
+CPBW - Write Phonebook Entry
<secondtext>
string type field of maximum length <slength>
<email>
string type field of maximum length <elength>
AT+CPBW=?
Test command
returns location range supported by the current storage as a
compound value, the maximum length of
<number>
field, supported number
format of the storage and maximum length of
<text>
field. The format is:
+CPBW: (list of supported <index>s),[<nlength>],(list of supported
type>s),[<tlength>],[<glength>], [<alength>],[<slength>],[<elength>]
where:
<index>
integer type values in range of location numbers of phonebook memory
<nlength>
integer type value indicating the maximum length of field <number>
<tlength>
integer type value indicating the maximum length of field <text> (40).
<glength>
integer type value indicating the maximum length of field <group>
<alength>
integer type value indicating the maximum length of field <anr>
<slength>
integer type value indicating the maximum length of field <secondtext>
<elength>
integer type value indicating the maximum length of field <email>
Reference
3GPP TS 27.007
Example AT+CPBW=?
+CPBW: (1-100),40,(128-255),255
OK
AT+CPBW=6,"18651896699",129,"John"
OK
Note
Remember to select the PB storage with
+CPBS
command before issuing PB
commands.
3.5.3.4.9.
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), available ranges are
(01..28)
(01..29)
(01..30)
(01..31)
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>
.