
TC63 AT Command Set
17.10 AT^SPBS
s
TC63_ATC_V00.490
Page 409 of 501
5/24/05
Confidential / Draft - Do not copy
0
(&F)
...maxindex
This parameter is only an internal parameter and cannot modified directly.
The internal counter will be reset to index 0 after a call to
ATZ
or
AT&F
.
Notes
• The complete list of sorted entries can be retrieved using AT command
AT^SPBG
.
• The command can be used for the phonebooks "SM", "FD", "ME" (cf.
AT+CPBS
).
•
AT^SPBG
can be used only after the phonebook data from the SIM have been read successfully for the first
time. Reading starts after successful SIM authentication has been performed, and may take up to 30 seconds
depending on the SIM used. While the initial read process is in progress, an attempt to use any of the phone-
book commands will result in "+CME Error: 14" (SIM busy).
We recommend to take advantage of the "
^SSIM READY
" URC. If enabled with
AT^SSET
, this URC notifies
the user when SIM data are accessible after SIM PIN authentication. The URC will be delivered once the ME
has completed reading data from the SIM card.
Examples
EXAMPLE 1
This example illustrates how to search down and up again using
AT^SPBS
=1 and 2:
EXAMPLE 2
This example shows that when the last index in the sorted list has been reached, the internal counter over-
flows to the first index.
<internal-counter>
(num)
at&f
First,
AT&F
is issued to make sure that
AT^SPBS
=1
starts from the first character in alphabetical order.
OK
at^spbs=1
^SPBS:1,"+999999",145,"Arthur"
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
OK
at^spbs=1
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
OK
at^spbs=1
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
^SPBS:5,"03033333333",129,"Harry"
OK
at^spbs=2
^SPBS:2,"+777777",145,"Bill"
^SPBS:3,"+888888",145,"Charlie"
^SPBS:4,"0304444444",129,"Esther"
OK
at&f
Reset internal counter to 0.
OK
at^spbs=2
Step down one entry starting from (internal
counter)=0 - overflow occurs.
^SPBS:33,"+49301234567",145,"TomTailor"
^SPBS:1,"+999999",145,"Arthur"
^SPBS:2,"+777777",145,"Bill"
OK