Example 3: find phonebook entries, Example 4: phonebook and custom character set – Westermo GDW-11 User Manual
Page 344

344 Examples
6615-2220
Example 3: Find phonebook entries
Command example
Possible responses
Note
AT+CPBF=?
+CPBF: 20,14
Get the phonebook type.
Max length of 20 for the
phone number, 10 charac-
ters for the text.
AT+CPBF=”D”
+CPBF: 1,“0346572834”,
Read entries starting with
129,”Dolores
Clairborne”
“D
OK
AT+CPBF=”W” +CME
ERROR:
22
Read
entries
with
“W”.
Example 4: Phonebook and custom character set
The Custom To Extended GSM conversion table and the Extended GSM To Custom
conversion table can be used to display the extended GSM characters:
| ^ € { } [ ] ~ \
To manage one of these extended characters, the character 0x1B must be set in the right
place (in the position corresponding to the value of the ASCII code) in the Custom to
GSM conversion table (instead of 0x20 (space ASCII code)).
For example, the ASCII code of \ (backslash) is 0x5C, the character 0x1B must be set at
the position 0x5C of the Custom to GSM conversion table. The range of character 0x5C
in this table is 92. So to update the table the command AT+WCCS=1,0,92 will be used.
In the other way, write the space ASCII code 0x20 in the right place in the Custom to
GSM conversion table if an extended character is not needed.