Specifications
Table Of Contents
- Chapter 1 – Introduction
- Chapter 2 – AT Commands Overview
- Chapter 3 - General Commands
- Chapter 4 – Identification Commands
- Chapter 5 – Query Commands
- Chapter 6 – Global Configuration Commands
- Chapter 7 – Status Commands
- Chapter 8 – Communication Commands
- Fixed DTE Rate +IPR
- DTE-DCE Local Flow Control +IFC
- Set DCD Signal &C
- Set DTR Signal &D
- Set DSR Signal &S
- V.42bis Data Compression +DS
- V.42bis Data Compression Report +DR
- Hang-Up 1x Data Command +WCHD
- Automatic Answer S0
- Line Termination Character S3
- Response Formatting Character S4
- Command Edit Character S5
- Connection Completion Timeout S7
- Carrier Detect Threshold S9
- Automatic Disconnect Delay S10
- DTMF Duration and Spacing S11
- Chapter 9 – Call Control Commands
- Dial Command D
- Hang-Up Command H
- Answer a Call A
- Calling Line Identification Presentation +CLIP
- Call Waiting Indication +CCWA
- Incoming Call +RING
- Set Voice Privacy Level +WPRV
- Emergency Mode +WSOS
- Call Answered +WANS
- Call Connected +WCNT
- Call Ended +WEND
- Call Originated +WORG
- CPHS Command +CPHS
- Voice Mail Indicator +WVMI
- List Current Call State +CLCC
- Call Forwarding +CCFC
- Send Flash to Base Station +WFSH
- Send DTMF Tones +VTS
- Chapter 10 – Network Service Commands
- Serving System +CSS
- Set Rm Interface Protocol +CRM
- Signal Quality +CSQ
- Network Registration & Roaming +CREG
- Set More Preferred Rescans +WTBMPRS
- Band Preference +WBND
- Service Indication +WSRV
- Roam Preference +WRMP
- Default Cell Band +WDCB
- Roaming Indication +WROM
- Enhanced Roaming Indication +WERI
- Cell Environment and RxLev Indication +CCED
- Chapter 11 – Provisioning Control Commands
- Chapter 12 – OTASP / OTAPA Indications
- Chapter 13 – OMA / DM Control Commands
- Chapter 14 – Short Message Service Control Commands
- Send Message +CMGS
- Read Message +CMGR
- List Message +CMGL
- Delete Message +CMGD
- Preferred Message Storage +CPMS
- Set SMS Compose Language and Encoding +WSCL
- New Message Indication +CNMI
- Incoming Message Directly Displayed +CMT
- Incoming Message Stored in Memory +CMTI
- SMS Status Report Indication Directly Displayed +CDS
- SMS Message Storage Full +WMGF
- Chapter 15 – Audio Commands
- Audio Subsystem Overview
- Speaker & Microphone Selection +SPEAKER
- Microphone Gain Enable +MGE
- Microphone Gain +VGT
- Speaker Gain Control +VGR
- Digital Gain Transmit +WDGT
- Digital Gain Receive +WDGR
- Side Tone Modification +SIDET
- Echo Cancellation +ECHO
- Loudspeaker Volume Level +CLVL
- Initialize Voice Parameters +VIP
- Audio Loopback &T
- Chapter 16 – Data Commands
- Chapter 17 – TCP App AT Commands (For Non-UIP Builds)
- Configure TCP/IP +WIPCFG
- Bearer Configuration +WIPBR
- Bearer Status +WIPBR
- Service Creation +WIPCREATE
- Service Status Unsolicited Response 1 +WIPREADY
- Service Status Unsolicited Response 2 +WIPACCEPT
- Service Status Unsolicited Response 3 +WIPERROR
- Last Socket Error Query +WIPERR
- Socket Data Exchange +WIPDATA
- TCP/IP Service Option Handling +WIPOPT
- Closing a Service +WIPCLOSE
- Close Service Status +WIPPEERCLOSE
- Enable Relay Mode for SIP Dial-Up +WRLY
- Chapter 18 – Sleep Commands (Not for UIP)
- Chapter 19 – Host Application Scenarios
- Chapter 20 – Effects of AT&W, ATZ, and AT&F
- Chapter 21 – CDMA Terminology and Acronyms
- Index

Chapter 17 – TCP App AT Commands
108 Multi-Tech Systems, Inc. CDMA C1 AT Commands Reference Guide
Optnum
Value
Format
Description
UDP
TCP
Client
TCP
Server
When set to FALSE, the packets will be sent
either,
a) by combining several small packets into a
bigger packet
b) when the data is ready to send and the stack
is idle.
default: 0
8
0-255
Time-to-live for IP packets
default: 64
RW
RW
RW
9
0-255
Type of Service
default: 0
RW
RW
RW
Notes: The +WIPOPT command will return ERROR if the socket is not active.
Option 3 is used to check whether an UDP socket is bound to any other UDP
socket or not. When the UDP socket is created without specifying the IP address
of the peer, then option 3 will be read as 0 ( FALSE). This is because there is no
destination IP address to communicate with. If the UDP socket is created by
specifying the peer IP address, the option will be read as 1 (TRUE). This is
because the peer IP address will be resolved by the DNS and the socket is said to
be bounded to the peer socket. Hence this option will be read as TRUE.
Closing a Service +WIPCLOSE
Description: The +WIPCLOSE command is used to close a socket session. AT+WIPCLOSE closes the local
socket at which point the index can be re-used. When AT+WIPCLOSE is used to close a TCP
socket, a TCP FIN is sent to the peer socket notifying the peer the local socket has closed.
When a TCP socket session is closed by its peer, an unsolicited event is generated
(+WIPPEERCLOSE). However, the local socket must still be closed using AT+WIPCLOSE.
Syntax: AT+WIPCLOSE=<protocol>,<index> Command Possible responses
Command
Possible Responses
AT+WIPCLOSE=<protocol>,<index>
OK
AT+WIPCLOSE=?
OK
AT+WIPCLOSE?
AT+WIPDATA=<protocol>,<index>
Values: <protocol>
1 UDP
2 TCP client
3 TCP server
<index>
1-8 Socket or session identifier
Close Service Status +WIPPEERCLOSE
Description: This unsolicited response indicates the local socket was closed by the peer. This response will
only be output for connected TCP sockets.










