GSM Modules
34
Parameters
index: index
length: number length
type: phone type
129: domestic
145: international
tlength: length of contact’s name
Number: phone number
Name: number’s corresponding name
5.4 +CPBF: phonebook find
Description
This command is used to find the information in phonebook.
Format AT+CPBF=
<name>
+CPBF: <index>,<number>,<type>,<name>
+CPBF:<nlength>,<tlength>
AT+CPBF=?
+CPBF:40,13
OK
Check current phonebook information
Phone number length 40
Name length 13
Example
AT+CPBS="SM"
OK
AT+CPBW=1,"130********",129,
"john"
OK
AT+CPBR=1
+CPBR:1,"130********",129,
"john"
OK
AT+CPBF="john"
+CPBF: 1,"130********",129,"john"
OK
Select phonebook
Write phone information in the first field of
current phonebook
Read relevant information
Search the contacts with the name John
Parameter index:
index
nlength: number length
type: phone type
129: domestic
145: international
tlength: length of contact’s name
Number: phone number
Name: number’s corresponding name