AirPrime HL7518 and AT Commands Interface Guide Rev10 0

Table Of Contents
4116303 Rev 10.0 August 10, 2017 114
AT Commands Interface Guide
Mobile Equipment Control and Status
Commands
HL7548
Write command
Syntax
AT+KSREP=
<mode>
Response
OK
or
+CME ERROR: <err>
Parameters
<mode> Unsolicited result code mode
0 Disable the start-up URC
1 Enable the start-up URC
<stat> Module status
0 Module is ready to receive commands for the TE. No access code is required
1 Module is waiting for an access code. (Use AT+CPIN? command to determine code)
2 SIM card is not present
3 Module is in “SIM lock” state
4 Unrecoverable error
5 Unknown state
<PB ready> Phone book status
0 Phone book is not ready
1 Phone book is ready for read and write
Unsolicited
Notification
Response
+KSUP: <stat>
Reference
Sierra Wireless
Proprietary
Notes
The URC message +KSUP: <stat> will only be displayed once after reboot if
<mode> is equal to 1.
If <mode> is equal to 0, +PBREADY and +SIM URC notifications will not be sent at
the start up process. However, they will still be sent afterwards during normal
modem operation.
This command can be used without SIM card.
The <mode> is saved into non-volatile memory.
Example
1. SIM Card is inserted
AT+KSREP? // The mode is 1. Module and phone book are ready
+KSREP: 1,0,1
OK
AT+KSREP=? // Test command
+KSREP: (0-1)
OK
AT+KSREP=0 // Set mode to 0
OK
AT+KSREP? // The mode is changed to 0 and save in non-volatile memory.
+KSREP: 0,0,1 // The mode is 0.
OK
// Reboot the module
AT+KSREP? // The mode is 0 which is restored from non-volatile memory.
+KSREP: 0,0,1
OK