User Manual

Iridium Communications, Inc. Information Contained in this Guide
Iridium 9523 Product Developers’ Guide is Subject to Change Without Notice
Revision 2.6
Iridium Communications, Inc. Distribution of Guide Restricted
Proprietary & Confidential Information Page 52 of 115 to Product Developers
Only
Set command selects phonebook memory storage <storage>, which is used by other phonebook
commands. <storage> should be of string type enclosed by “”; for example, “FD”.
<storage> takes the following values:
FD SIM fixed dialing phonebook
LD Last ten calls dialed phonebook
ME Iridium 9523 phonebook
MT combined Iridium 9523 and SIM phonebook (default)
SM SIM phonebook
Read Command: +CPBS?
Read command returns currently selected memory, the number of used locations and total number of
locations in the memory. Response is in the form:
+CPBS: <storage>,<used>,<total>
where <used> indicates the number of used locations and <total> shows the total capacity of <storage>.
Test Command: +CPBS=?
Test command returns supported storages.
5.7.47 +CPBW - Write Phonebook Entry
Exec Command: +CPBW=[<index>][,<number>[,<type>[<text>]]]
Execution command writes phonebook entry in location number <index> in the current phonebook
memory storage selected with +CPBS. Entry fields written are phone number <number> (of address type
<type>) and text <text> associated with the number. If those fields are omitted, phonebook entry is
deleted. If <index> is left out, but <number> is given, entry is written to the first free location in the
phonebook. Both <text> and <number> should be of string type enclosed by ““; for example,
“John”,”1234”.
Test Command: +CPBW=?
Test command returns the location range supported by the current storage, the maximum length of <num-
ber> field, supported number formats of the storage, and the maximum length of <text> field. Response
is in form:
+CPBW: (list of supported <index>s),<nlength>,(list of supported <type>s),<tlength>
5.7.48 +CPIN - Enter PIN
Set Command: +CPIN=<pin>[,<newpin>]
Set command sends to the phone a password which is necessary before it can be operated (SIM Card
PIN Code, SIM PUK, etc.). If no password request is pending, no action is taken by the phone.
If the password required is SIM PUK, then <newpin> is required, where <newpin> is the new SIM
Card PIN to replace the old SIM Card PIN.
If the password required is SIM PUK2, then <newpin> is required, where <newpin> is the new
SIM Card PIN2 to replace the old SIM Card PIN2
Both <pin> and <newpin> should be of string type enclosed by “ “; for example, ”1234”.
Read Command: +CPIN?