User Manual

For example:
1- Let us assume you want to select the "SM" normal phonebook for operations,
command
AT+CPBS="SM"<cr>
response
OK
Now you might want to look for the entries with the name starting with: "FA"
command
AT+CPBF="FA"<cr>
the response may look like:
+CPBF= 7,"+39404192369",145,"Fabio"
+CPBF= 9,"0404192111",129,"Fabrizio"
OK
Now you might want to look for the entries with the name starting with: "FAUSTO" but no
record contains this name:
command
AT+CPBF="FAUSTO"<cr>
response
+CME ERROR: 22
or if extended error codes are disabled simply
response
ERROR
First, you must select the desired storage as active (see par. 5.1.1.1). Then:
send command AT+CPBR=<index>[,<index2>]<cr>
where:
<index> is the index number of the desired PB record to be read.
wait for response in the format:
+CPBR= <index>,"<number>",<type>,"<text>"
OK
where:
<index> is the record number on the PB;