4 phonebook entry write, At+cpbw=<index>,<number>,<type>,<name><cr – Rainbow Electronics GE863-GPS low power User Manual

Page 38

Advertising
background image





GE863-GPS Software User Guide

1vv0300724 Rev. 3 - 05/07/07

Reproduction forbidden w ithout Telit Communications S.p.A. w ritten authorization - All Rights Reserved

page 38 of 122

For example:
1- Let's 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 entry at the position index = 7
command:
AT+CPBR=7<cr>
the response may look like:
+CPBR= 7,"+39404192369",145,"Fabio"

OK

- Now you might want to look for the entries at the positions from 7 to 9 and for example the position at
index 8 is empty
command:
AT+CPBR=7,9<cr>
the response may look like:
+CPBR= 7,"+39404192369",145,"Fabio"

+CPBR= 9,"0404192111",129,"Fabrizio"

OK

3.1.4 Phonebook entry Write


As first thing, you must select the desired storage as active (see par.3.1.1.1). Then:

send command

AT+CPBW=<index>,<number>,<type>,<name><cr>

where:
<index> is the index number of the desired PB record to be written (may be omitted if any
empty record number can be used).
<Number> is the phone number;
<type> is the type of number:

145 – international numbering scheme (contains the character "+")
129 – national numbering scheme

<Name> is the alphanumeric name associated with the number.

wait for response:

Response

Reason

Action

OK

Record has been successfully
written

Proceed ahead

Advertising