Nokia 6090 AT Command Set 40
+CPBW Write Phone Book Entry
<index> must always be given. (07.07)
Syntax:
AT+CPBW=[<index>] [,
<number>[, <type>[, <text>]]]
Default option is [,,129/145].
AT+CPBW=?
Show supported values.
Response is +CPBW: (<index>-
list),[<nlength>], (129,145),[<tlength>]
Parameters:
<index>: integer type values in the range of location numbers of phonebook memory
<number>: string type phone number of format <type>
<type>: type of address octet in integer format (GSM 04.08) ; default 145 when
dialling string includes international access code character "+", otherwise 129
<text>: string type field of maximum length <tlength>; character set as specified by
command Select TE Character Set +CSCS
<nlength>: integer type value indicating the maximum length of field <number>
ME: <nlength>= 30 // rest depends on SIM.
<tlength>: integer type value indicating the maximum length of field <text>
ME: <tlength>= 16 // rest depends on SIM.
Example:
AT+CPBW=78,"+499501231234",145,"My Boss"
(Note that no space character is allowed within the phone number)
This saves the international (145) number +499501231234with the title My Boss on
index 78 in the storage memory.
+CPIN Enter PIN
Used to enter device passwords that ME is querying, or to query whether ME is
currently querying a password. When last executed AT command failed in
PIN2/PUK2 authentication error (or security code error in case of memory updating),
read command returns PIN2/PUK2 (or security code) <code> although the operation
of ME is not blocked. (GSM 07.07)
Syntax:
AT+CPIN=<pin>
AT+CPIN?
Query current setting.
Response is +CPIN: <code>
AT+CPIN=?
OK
Parameters:
<pin>: string type values
<code>:
READY
ME is not pending for SIM password
SIM PIN
ME is waiting SIM PIN to be given
Example:
AT+CPIN="0000"
Enter PIN code
Response, if the PIN code is correct:
OK