AirPrime and HL7548 AT Commands Interface Guide Rev10 0

Table Of Contents
4116303 Rev 10.0 August 10, 2017 200
AT Commands Interface Guide
Protocol Specific Commands
HL7518 and HL7548
Read command
Syntax
AT+KURCCFG?
Response
+KURCCFG: list of supported (<protoopt>,<noti_act>,<indi_act>)
OK
Write command
Syntax
AT+KURCCFG=
<protoopt>,
<noti_act>
[,<indi_act>]
Response
OK
Parameters
<protoopt> Protocol option to enable/disable URC
"TCPC" TCP client session
"TCPS" TCP server session
"UDPC" UDP client session
"UDPS" UDP server session
"FTP" FTP client session
"HTTP" HTTP client session (not supported)
"HTTPS" HTTPS client session (not supported)
"TCP" Both TCP client and TCP server sessions
"UDP" Both UDP client and UDP server sessions
<noti_act> 1 Enable URC (like +KTCP_NOTIF, +KFTP_ERROR, etc.)
0 Disable URC
<indi_act> 1 Enable URC (like +KTCP_SRVREQ, +KTCP_IND, +KTCP_DATA,
+KUDP_DATA, +KUDP_RCV, +KFTP_IND, etc.)
0 Disable URC
Examples
To disable URC:
AT+KURCCFG=“TCP”,0
OK
Test and read command:
AT+KURCCFG=?
+KURCCFG: ("TCPC","TCPS","UDPC","UDPS","FTP","HTTP","HTTPS","TCP","UDP"),
(0,-1),(0-1)
OK
AT+KURCCFG?
+KURCCFG: "TCPC",1,1
+KURCCFG: "TCPS",1,1
+KURCCFG: "UDPC",1,1
+KURCCFG: "UDPS",1,1
+KURCCFG: "FTP",1,1
+KURCCFG: "HTTP",1,1
+KURCCFG: "HTTPS",1,1
OK
Reference
Sierra Wireless
Proprietary
Notes
If set to "disable", URCs are discarded and not stored.
Can be used in 07.10 multiplexer.