GSM/GPRS Module
M35 AT Commands Manual
M35_AT_Commands_Manual Confidential / Released
107
/ 186
The following characters in
<text>
must be entered via the escape sequence:
GSM char
Seq.Seq.(hex)
Note
\
\5C 5C 35 43
(backslash)
"
\22 5C 32 32
(string delimiter)
BSP
\08 5C 30 38
(backspace)
NULL
\00 5C 30 30
(GSM null)
„0‟ (GSM null) may cause problems for application layer software when reading string lengths.
Example
AT+CSCS="GSM"
OK
AT+CPBW=10,"15021012496",129,"QUECTEL"
OK
// Make a new phonebook entry at location 10
AT+CPBW=10
// Delete entry at location 10
OK
9.3. AT+CPBR Read Current Phonebook Entries
AT+CPBR Read Current Phonebook Entries
Test Command
AT+CPBR=?
Response
TA returns location range supported by the current storage as
a compound value and the maximum lengths of
<number>
and
<text>
fields.
+CPBR:
(list of supported
<index>
s),
<nlength>
,
<tlength>
OK
Write Command
AT+CPBR=<index1>[,<index2>]
Response
TA returns phone book entries in location number range
<index1>... <index2>
from the current phone book memory
storage selected with
+CPBS
. If
<index2>
is left out, only
location
<index1>
is returned.
+CPBR:<index1>,<number>,<type>,<text>[<CR><LF>+C
PBR: .....+CPBR: <index2>, <number>, <type>, <text>]
OK
Reference
GSM 07.07
NOTE