Reproduction forbidden without Fibocom Wireless Inc. written authorization – All Rights Reserved.
FIBOCOM L860 AT Commands User Manual
Page 137 of 254
Command
Description
shall be indicated within double quotes. It is optional to support wildcard match by '',
meaning match any (sub-)string.
<cod>:
Type of PIN. All values listed under the description of the AT+CPIN command, <cod>
parameter, except 'READY'.
Example:
AT+CPINR="SIM" will return the lines:
+CPINR: SIM PIN,<retries>,<default_retries>
+CPINR: SIM PUK,<retries>,<default_retries>
+CPINR: SIM PIN2,<retries>,<default_retries>
+CPINR: SIM PUK2,<retries>,<default_retries>
Notes:
. If <retries> and <default_retries> values are -1, then the retrial method is
TIME_LIMI
T_SEPAREATION. So the <retries> and <default_retries> values are
insignificant.
. This command is supported only from release 10.
. +CPINRE intermediate result code is not supported, as currently there are no
manufac-turer specific PINs.
. Following wildchar patterns are supported: “SIM*”, “SIM PUK*”, “SIM PIN*”
Example
AT+CPINR="SIM*"
+CPINR: SIM PIN,3,3
+CPINR: SIM PUK,6,10
+CPINR: SIM PIN2,2,3
+CPINR: SIM PUK2,10,10
OK
AT+CPINR="SIM PIN"
+CPINR: SIM PIN,2,3
OK
AT+CPINR="SIM PUK"
+CPINR: SIM PUK,10,10
OK
AT+CPINR="SIM PIN2"
+CPINR: SIM PIN2,3,3
OK