AT-Commands vX51
AT-Commands vX51
GIVE WINGS TO
YOUR IDEAS
Revision: 005
Date: June 2005
Revision 005h
Date 28th June 2005
Reference WM_ASW_OAT_UGD_016
Overview
The aim of this document is to provide WAVECOM customers with a full
description of the AT commands associated with X51 AT software release.
This is the second release of the document for this software revision.
Trademarks
Document History
Contents
1 INTRODUCTION..................................................................................... 13
7 SECURITY COMMANDS......................................................................... 87
8 PHONEBOOK COMMANDS.................................................................... 97
1 Introduction
Wavecom Module
External AT
Application
Send AT command
Serial Link
Receive AT response
[1] ETSI GSM 07.05: Digital cellular telecommunications system (Phase 2);
Use of DTE-DCE interface for Short Message Service (SMS) and Cell Broadcast
Service (CBS)
[2] ETSI GSM 07.07: Digital cellular telecommunications system (Phase 2);
AT command set for GSM Mobile Equipment (ME)
[3] ITU-T Recommendation V.25 ter: Serial asynchronous automatic dialing and
control
[4] ETSI GSM 03.40: Digital cellular telecommunications system (Phase 2);
[5] ETSI GSM 03.38: Digital cellular telecommunications system (Phase 2);
Alphabets and language-specific information
[6] ETSI GSM 04.80: Digital cellular telecommunications system (Phase 2):
Mobile radio interface layer 3, Supplementary service specification, Formats
and coding
1.4.1 Abbreviations
ADN Abbreviated Dialing Number (Phonebook)
AMR Adaptive Multi-Rate
AMR-FR AMR Full Rate (full rate speech version 3)
AMR-HR AMR Half Rate (half rate speech version 3)
AOC Advice Of Charge
ASCII Standard characters table (1 byte coding)
AT Modem Hayes commands prefix (for “ATtention”)
BCCH Broadcast Channel
BER Bit Error Rate
CLI Client Line Identification
CSD (GSM data call)
CTS Clear To Send signal
CUG Closed User Group
1.4.2 Definitions
The words “Mobile Station” (MS) or “Mobile Equipment” (ME) are used for
mobile terminals supporting GSM services.
Terminal Equipment is the Man-Machine Interface of a GSM device (modem or
handset). A TE can be a handset MMI or the AT command line interface.
WAVECOM product
A call from a GSM mobile station to the PSTN is called a “mobile originated
call” (MOC) or “outgoing call”, and a call from a fixed network to a GSM mobile
station is called a “mobile terminated call” (MTC) or “incoming call”.
In this document, the word “product” refers to any WAVECOM product
supporting the AT commands interface.
2 AT commands features
A serial link handler is set with the following default values (factory settings):
o speed according to customer choice at order time,
o 8 bits data,
o 1 stop bit,
o no parity,
o RTS/CTS flow control.
Please use the +IPR, +IFC and +ICF commands to change these settings.
Commands always start with AT (which means ATtention) and finish with a
<CR> character.
Responses start and end with <CR><LF> (except for the ATV0 DCE response
format) and the ATQ1 (result code suppression) commands.
• If command syntax is incorrect, the “ERROR” string is returned,.
• If command syntax is correct but transmitted with wrong parameters,
the +CME ERROR: <Err> or +CMS ERROR: <SmsErr> strings is returned
with adequate error codes if CMEE was previously set to 1. By default,
CMEE is set to 0, and the error message is only “ERROR”.
• If the command line has been executed successfully, an “OK” string is
returned.
In some cases, such as “AT+CPIN?” or (unsolicited) incoming events, the
product does not return the “OK” string as a response.
In the following examples <CR> and <CR><LF> are intentionally omitted.
3 General behaviors
SIM card Insertion and Removal procedures are supported. There are software
functions relying on positive reading of the hardware SIM detect pin. This pin
state (open/closed) is permanently monitored.
When the SIM detect pin indicates that a card is present in the SIM connector,
the product tries to set up a logical SIM session. The logical SIM session will
be set up or not depending on whether the detected card is a SIM Card or not.
The AT+CPIN? command delivers the following responses:
When the SIM-detect pin indicates card absence, and if a SIM Card was
previously inserted, an IMSI detach procedure is performed, all user data is
removed from the product (Phonebooks, SMS etc.). The product then switches
to emergency mode.
After entering the PIN (Personal Identification Number), some SIM user data
files are loaded into the product (phonebooks, SMS status, etc.). Please be
aware that it might take some time to read a large phonebook.
The AT+CPIN? command response occurs after the PIN checking. After this
response user data is loaded in background. This means that some data may
not be available just when PIN entry is confirmed by ’OK’. The reading of
phonebooks will then be refused by “+CME ERROR: 515” or “+CMS ERROR:
515” meaning, “Please wait, service is not available yet, init in progress”.
Phone numbers can be made of up to 60 digits. The 20 first digits are stored in
SIM, in the phonebook file (EFADN, EFFDN or EFLND) corresponding to the selected
phonebook. The next digits are stored in other extension SIM files (EFEXT1 or
EFEXT2).
As an example:
Number of digits Nb of records in EFADN Nb of records in EFEXT1
1 to 20 1 0
21 to 40 1 1
41 to 60 1 2
As the maximum length for the numbers (in ADN, FDN, LND) phonebooks is 60
digits:
-> if user tries to dial a number which number exceeds 60 digits: +CME
ERROR: 3
Before to perform a call, the number of free records in the EFEXT1 is checked, to
be able to store the dialed number.
-> If there are free records left, the call is setup.
-> otherwise, +CME ERROR: 20 error in returned (Memory full).
Please refer to Recommendation 3GPP 11.11 for more details.
4 General commands
4.1.1 Description
This command gives the manufacturer identification.
4.1.2 Syntax:
Command syntax: AT+CGMI
4.2.1 Description
This command is used to get the supported frequency bands. With multi-band
products the response may be a combination of different bands.
4.2.2 Syntax
Command syntax: AT+CGMM
4.3.1 Description
This command is used to get the revised software version.
4.3.2 Syntax
Command syntax: AT+CGMR
4.4.1 Description
This command allows the user application to get the IMEI (International Mobile
Equipment Identity, 15 digits number) of the product.
4.4.2 Syntax
Command syntax: AT+CGSN
4.5.1 Description
This command informs the ME which character set is used by the TE. The ME
can convert each character of entered or displayed strings. This is used to
send, read or write short messages. See also +WPCS for the phonebooks’
character sets.
4.5.2 Syntax
Command syntax: AT+CSCS=<Character Set>
4.6.1 Description
This specific command informs the ME which character set is used by the TE
for the phonebooks and the agenda. The ME can convert each character of
entered or displayed strings. This is used to read or write phonebook entries
(parameters <text>, <address> and <mail>) and <description> parameter of
agenda entries. See also +CSCS in §4.5 for the short messages character sets.
4.6.2 Syntax
Command syntax: AT+WPCS=<Character Set>
4.7.1 Description
This command is used to read and identify the IMSI (International Mobile
Subscriber Identity) of the SIM card. The PIN may need to be entered before
reading the IMSI.
4.7.2 Syntax
Command syntax: AT+CIMI
4.8.1 Description
This command orders the product to read the EF-CCID file on the SIM card.
4.8.2 Syntax
Command syntax: AT+CCID
Note: if there is no EF-CCID file present on the SIM, the +CCID answer will not
be sent, but the OK message will be returned.
4.9.1 Description
This command gets the complete list of capabilities.
4.9.2 Syntax
Command syntax: AT+GCAP
4.10.1 Description
This command repeats the previous command. Only the A/ command itself
cannot be repeated.
4.10.2 Syntax
Command syntax: A/
4.11.1 Description
This specific command stops the GSM software stack as well as the hardware
layer, or the module activity. The AT+CFUN=0 command is equivalent to
+CPOF.
4.11.2 Syntax
Command syntax: AT+CPOF[=1]
4.12.1 Description
This command selects the mobile station’s level of functionality.
When the application wants to stop the product with a power off, or if the
application wants to force the product to execute an IMSI DETACH procedure,
then it must send:
AT+CFUN=0 (equivalent to AT+CPOF)
This command executes an IMSI DETACH and makes a backup copy of some
internal parameters in SIM and in EEPROM. The SIM card cannot then be
accessed.
If the mobile equipment is not powered off by the application after this
command has been sent, a re-start command (AT+CFUN=1) will have to
issued to restart the whole GSM registration process.
If the mobile equipment is turned off after this command, then a power on will
automatically restart the whole GSM process.
The AT+CFUN=1 command restarts the entire GSM stack and GSM
functionality: a complete software reset is performed. All parameters are reset
to their previous values if AT&W was not used.
If you write entries in the phonebook (+CPBW) and then reset the product
directly (AT+CFUN=1, with no previous AT+CFUN=0 command), some entries
may not be written (the SIM task does not have enough time to write entries in
the SIM card).
In addition, the OK response will be sent at the last baud rate defined by the
+IPR command. With the autobauding mode the response can be at a different
baud rate, it is therefore preferable to save the defined baud rate with AT&W
before directly sending the AT+CFUN=1 command.
4.12.2 Syntax
Command syntax: AT+CFUN=<functionality level>
4.13.1 Description
This command returns the activity status of the mobile equipment.
4.13.2 Syntax
Command syntax: AT+CPAS
4.14.1 Description
This command disables or enables the use of the “+CME ERROR: <xxx>” or
“+CMS ERROR:<xxx>” result code instead of simply “ERROR”. See appendix
19.1 for +CME ERROR result codes description and appendix 19.2 for +CMS
ERROR result codes.
4.14.2 Syntax
Command syntax: AT+CMEE=<error reporting flag>
4.15.1 Description
This command emulates the ME keypad by sending each keystroke as a
character in a <keys> string.
The supported GSM sequences are listed in the appendix.
If emulation fails, a +CME ERROR: <err> is returned.
If emulation succeeds, the result depends on the GSM sequence activated:
Note: In the case where the FDN phonebook is activated, the sequences
concerning “call forwarding” are allowed only if the entire sequence is written
in the FDN.
4.15.2 Syntax
Command syntax: AT+CKPD=<keys>
4.16.1 Description
This command is used to set or get the current date and time of the ME real-
time clock.
4.16.2 Syntax
Command syntax: AT+CCLK=<date and time string>
4.17.1 Description
This command is used to set alarms date/time in the ME.
The maximum number of alarms is 16.
Note: The date/time should be already set with AT+CCLK command before
using AT+CALA.
4.17.2 Syntax
Command syntax: AT+CALA=<date and time string> (set alarm)
AT+CALA=””,<index> (delete alarm)
AT+CALA=”00/06/09,07:30” OK
th
Note: set an alarm for June 9 , 2000 at Note: Alarm stored
7:30 am
AT+CALA=”99/03/05,13:00:00” +CME ERROR 3
th
Note: set an alarm for March 5 , 1999 at Note: Invalid alarm (date/time expired)
1:00 pm
AT+CALA? +CALA: “00/06/08,15:25:00”,1
+CALA: “00/06/09,07:30:00”,2
Note: list all alarms +CALA: “00/06/10,23:59:00”,3
Note: three alarms are set (index 1, 2, 3)
+CALA: “00/06/08,15:25:00”,1
Note: an alarm occurs (index 1)
AT+CALA=””,3 OK
Note: delete alarm index 3 Note: Alarm index 3 deleted
AT+CALA? +CALA: “00/06/09,07:30:00”,2
Note: list all alarms Note: Only one alarm (index 2)
4.18.1 Description
This command allows a melody to be played. All melodies are manufacturer
defined.
For incoming voice, data or fax calls, 10 manufacturer-defined melodies can be
played back (in a loop).
For an incoming short message, 2 manufacturer-defined sounds can be played
back (once). Melody #1: short beep / Melody #2: long beep.
Note: loop melodies (for voice/data/fax call) must be stopped by a +CRMP
command with the <index> field set to 0 (example: +CRMP=0,,,0).
When the <volume> parameter is given, this overwrites the <sound level>
value of the +CRSL command. If the <volume> parameter is not given, the
<sound level> value of +CRSL is used as default value.
4.18.2 Syntax
Command syntax: AT+CRMP=<call type>[,<volume>,<type>,<index>]
AT+CRMP=0,7,0,2 OK
Note: Play voice call melody index 2 with volume Note: Melody Playback.
level 7.
AT+CRMP=0,,,0 OK
Note: Stop the melody. Note: The melody is stopped.
AT+CRMP=? +CRMP: (0-3),(0-15),0,(0-10)
Note: supported parameters OK
4.19.1 Description
This command is used to set/get the sound level of the ringer on incoming
calls. The set command changes the default <volume> value of the +CRMP
command.
4.19.2 Syntax
Command syntax: AT+CRSL=<sound level>
AT+CRSL=0 OK
Note: Set volume to Min. Note: Current ring playing with Min. volume.
AT+CRSL=15 OK
Note: Set volume to Max. Note: Current ring playing with Max. volume.
AT+CRSL? +CRSL: 15
OK
Note: get current ringer sound level Note: Current level is 15 (max.)
AT+CRSL=? +CRSL: (0-15)
Note: supported parameters OK
4.20.1 Description
This command allows a direct control of the SIM by a distant application on
the TE. The <command> is sent without any modification to the SIM. In the
same manner the SIM <response> is sent back by the ME as it is.
The user shall then take care of processing SIM information within the frame
specified by GSM as specified in GSM 11.11(or 3GPP TS 51.011).
If operation mode is not allowed by the ME, +CME ERROR: <error> is returned.
Between two successive +CSIM commands, there is no locking of the interface
between the SIM and the GSM application. Since in this situation some
command types and parameters can modify wrong SIM ’s files , some
operations, described below, are not allowed for CSIM command. However, it
is possible to process them with the CRSM command.
4.20.2 Syntax
Command syntax: AT+CSIM=<length>,<command>
• D6 : UPDATE BINARY
• DC : UPDATE RECORD
• 32 : INCREASE
• 44 : REHABILITATE
• 04 : INVALIDATE
• 88 : RUN GSM ALGORITHM
• 20 : VERIFY CHV
• 24 : CHANGE CHV
• 26 : DISABLE CHV
• 28 : ENABLE CHV
• 2C : UNBLOCK CHV
• FA : SLEEP
• C0 : GET RESPONSE
• C2 : ENVELOPE
• A2 : SEEK
• A4 : SELECT
• A4 : SELECT
• 10 : TERMINAL PROFILE
• C2 : ENVELOPE
• 14 : TERMINAL RESPONSE
• A2 : SEEK
the user must make sure that the value of the fifth Byte of the instruction
corresponds of the length of bytes (data starting from 6th byte) which
follow it.
The value of the Fifth Byte must be equal of the value: <length>/2 – 5,
else the command is not send to the SIM and CME_ERROR=3 is returned.
4.21.1 Description
By using this command instead of Generic SIM Access +CSIM TE application
has easier but more limited access to the SIM database. This command
transmits to the MT the SIM <command> and its required parameters.
As response to the command, MT sends the actual SIM information
parameters and response data. MT error result code +CME ERROR may be
returned when the command cannot be passed to the SIM, but failure in the
execution of the command in the SIM is reported in <sw1> and <sw2>
parameters.
As for the CSIM command , there is no locking between two successive
commands. The user should be aware of the precedence of the GSM
application commands to the TE commands.
4.21.2 Syntax
Command syntax:
AT+CRSM=<command>[,<fileid>[,<P1>,<P2>,<P3>[,<data>]]]
4.22.1 Description
This command selects the equipment which operates ME keypad, writes to ME
display and sets ME indicators. If operation mode is not allowed by the ME,
+CME ERROR: <err> is returned
4.22.2 Syntax
Command Syntax: AT+CMEC=[<keyp>[,<disp>[,<ind>]]]
Response syntax: +CMEC: <keyp>,<disp>,<ind>
4.23.1 Description
This command is used to read or set the values of ME indicators. If ME does
not allow setting of indicators or ME is not currently reachable, an error code is
returned.
4.23.2 Syntax
Command Syntax: AT+CIND=[<ind>[,<ind>[,…]]]
Response syntax:
+CIND: <ind>[,<ind>[,…]] or
+CIND: (<descr>,(list of supported <ind>s)) [,(<descr>,(list of supported
<ind>s)) [,…]]
<descr>:
"battchg": battery charge level (0 - 5)
"signal": signal quality (0 - 5)
"service": service availability (0 - 1)
"message": message received (0 - 1)
"call": call in progress (0 - 1)
"roam": roaming indicator (0 - 1)
"smsfull": SMS memory storage status in the MT (0 - 2)
0: memory locations are available
1: memory full
2: one SMS has been received in Service Center (SC) but the sms
storage where this SMS tried to be stored is full.
5.1.1 Description
The ATD command is used to set a voice, data or fax call. As per GSM 02.30,
the dial command also controls supplementary services.
For a data or a fax call, the application sends the following ASCII string to the
product (the bearer must be previously selected with the +CBST command):
ATD<nb> where <nb> is the destination phone number.
Note: If a GPRS PPP session is already running, the setting of a CSD (GSM data
call) is not supported.
For a voice call, the application sends the following ASCII string to the product:
(the bearer may be selected previously, if not a default bearer is used).
ATD<nb>; where <nb> is the destination phone number.
Emergency calls
The following Emergency Numbers are available without a SIM card :
000, 08, 110, 112, 118, 119, 911 and 999.
The following Emergency Numbers are available with a SIM card:
• when EF_ECC file is missing from SIM: 112 and 911
when SIM includes an EF_ECC file: 112, 911 and any Emergency Numbers
available in the EF_ECC file
Please note that for an international number, the local international prefix does
not need to be set (usually 00) but does need to be replaced by the ‘+’
character.
Example: to set up a voice call to WAVECOM offices from another country, the
AT command is: “ATD+33146290800;”
Note that some countries may have specific numbering rules for their GSM
handset numbering.
Direct dialing from a phonebook (stored in the SIM card) can be performed
with the following command:
ATD> <index>; to call <index> from the selected phonebook (by the
+CPBS command)
ATD> “BILL”; to call “BILL” from the selected phonebook
ATD> mem <index> (mem is “SM”,”LD”,”MC”,”ME”,”RC”,”MT” or “SN”,
see +CPBS command) allows direct dialing from a phonebook number. Does
not function with “ON” mem.
5.1.2 Syntax
Command syntax: ATD<nb>[<I>][;]
ATD>[<mem>]<index>[<I>][;]
ATD>[<mem>]<name>[<I>][;]
AT+CPBS? +CPBS:”SM”,8,10
Note: Which phonebook is selected ? Note: ADN phonebook is selected, 8
locations are used and 10 locations are
available
ATD>SM6; OK
Note: Call index 6 from ADN phonebook Note: Call succeeds
When the FDN phonebook has been locked, only numbers beginning with the
digits of FDN phonebook entries can be called.
For example, if “014629” is entered in the FDN phonebook all the phone
numbers beginning with these 6 digits can be called.
The CLIR supplementary service subscription can be overridden for this call
only.
“I” means “invocation” (restrict CLI presentation).
“i” means “suppression” (allow CLI presentation).
Control of CUG supplementary service information by “G” or “g” is allowed for
this call only. The index and info values set with the +CCUG command are
used.
An outgoing call attempt could be refused if the AOC service is active and
credit has expired (NO CARRIER).
When trying to set up an outgoing call while there is an active call, the active
call is first put on hold, then the call set up is carried out.
As per GSM 02.30, GSM sequences may be controlled using dial commands.
These sequences can contain “*”, “#”, but “;” is forbidden.
If the sequence is not supported or fails, +CME ERROR: <err> is returned.
In the case where the FDN phonebook is activated, the sequences concerning
call forwarding are allowed only if there are written in the FDN.
See paragraph 20 Codes and values to have the list of supported sequences.
<name>
call number corresponding to given name from the phonebook selected by
the +CPBS command
5.2.1 Description
The ATH (or ATH0) command is used by the application to disconnect the
remote user. In the case of multiple calls, all calls are released (active, on-hold
and waiting calls).
The specific WAVECOM ATH1 command has been appended to disconnect the
current outgoing call, only in dialing or alerting state (i.e. ATH1 can be used
only after the ATD command, and before its terminal response (OK, NO
CARRIER, ...). It can be useful in the case of multiple calls.
5.2.2 Syntax
Command syntax: ATH<n>
ATH OK
Note: Ask for disconnection Note: Every call, if any, are released
ATH1 OK
Note: Ask for outgoing call disconnection Note: Outgoing call, if any, is released
5.3.1 Description
When the product receives a call, it sets the RingInd signal and sends the
ASCII “RING” or “+CRING: <type>” string to the application (+CRING if the
cellular result code +CRC is enabled). Then it waits for the application to accept
the call with the ATA command.
5.3.2 Syntax:
Command syntax: ATA
RING
Note: Incoming call
ATA OK
Note: Answer to this incoming call Note: Call accepted
ATH OK
Note: Disconnect call Note: Call disconnected
This message is used by the product to inform the application that an active
call has been released by the remote user.
The product sends “NO CARRIER” to the application and sets the DCD signal.
In addition, for AOC, the product can release the call if credit has expired
(release cause 68 with +CEER command).
5.5.1 Description
This command gives the cause of call release when the last call set up
(originating or answering) failed.
5.5.2 Syntax
Command syntax: AT+CEER
ATD123456789; NO CARRIER
Note: Outgoing voice call Note: Call setup failure
AT+CEER +CEER: Error <xxx>
OK
Note: Ask for reason of release Note: <xxx>is the cause information element values
from GSM recommendation 04.08 or specific Call
accepted
For the cause information element from GSM 04.08 see chapter 18.4 or 18.5.
“NO CARRIER” indicates that the AT+CEER information is available for failure
diagnosis.
AT+VTS=”A” OK
Note: Command valid
AT+VTS=”11” +CME ERROR: 3
Note: If the <Tone> is wrong
AT+VTS=”4” +CME ERROR: 3
Note: If there is no communication
AT+VTS=”1”;+VTS=”3”;+VTS=”#”
OK
Note: send tone sequence 13#
5.7.1 Description
This command is used by the application to redial the last number used in the
ATD command. The last number dialed is displayed followed by “;” for voice
calls only
5.7.2 Syntax
Command syntax: ATDL
5.8.1 Description
This command enables and disables:
• automatic dialing of the phone number stored in the first location of the
ADN or FDN phonebook,
• automatic sending of the short message (SMS) stored in the first
location of the SIM.
The number is dialed when DTR OFF switches to ON.
The short message is sent when DTR OFF switches to ON.
5.8.2 Syntax
Command syntax: AT%D<n>[ ;]
AT%D1; OK
Note: Activates DTR voice number dialing Note: Command has been executed
DTR is OFF
DTR switches ON OK
Note: The number in the first location of the
ADN is dialed automatically
DTR switches OFF
Note: The product goes on-hook
AT%D2 OK
Note: Activates DTR short message Note: Command has been executed
sending
DTR is OFF
DTR switches ON +CMGS: x
Note: The first short message is sending
AT%D1; OK
DTR is OFF
DTR switches ON +CME ERROR: 21
Note: no phone number in the first location
in the ADN or FDN phonebook
AT%D2 OK
DTR is OFF
DTR switches ON +CMS ERROR: 321
Note: no short message in the first location
of the SIM.
AT%D1; Enables automatic DTR dialing if DTR switches from OFF to ON;
Dials the phone number in the first location of the ADN or FDN
phonebook. Voice call (with semi-colon).
AT%D1 Activates automatic DTR dialing if DTR switches from OFF to ON;
Dials the phone number in the first location of the ADN or FDN
phonebook. Data or Fax call (without semi-colon).
5.9.1 Description
This S0 parameter determines and controls the product automatic answering
mode.
5.9.2 Syntax
Command syntax: ATS0=<value>
5.10.1 Description
This specific command is used to set the type of incoming calls when no
incoming bearer is given (see +CSNS).
Note: setting the +CICB command affects the current value of +CSNS.
5.10.2 Syntax
Command syntax: AT+CICB=<mode>
AT+CICB=1 OK
Note: If no incoming bearer, force a fax call Note: Command accepted
AT+CICB=2 OK
Note: If no incoming bearer, force a voice Note: Command accepted
call
AT+CICB? +CICB: 2
Note: Interrogate value OK
Note: Default incoming bearer: voice call
AT+CICB=? +CICB: (0-2)
Note: Test command OK
Note: Speech, data or fax default
incoming bearer
5.11.1 Description
This command selects the bearer to be used when an MT single numbering
scheme call is set up (see +CICB).
Note: setting the +CSNS command affects the current value of +CICB.
5.11.2 Syntax
Command syntax: AT+CSNS
AT+CSNS=2 OK
Note: force a fax call Note: Command accepted
AT+CSNS=0 OK
Note: force a voice call Note: Command accepted
AT+CSNS? +CSNS: 0
Note: Interrogate value OK
Note: Default incoming bearer: voice call
AT+CSNS=? +CSNS: (0,2,4)
Note: Test command OK
Note: Voice, data or fax default incoming bearer
5.12.1 Description
This command is used by the application to tune the receive gain of the
speaker and the transmit gain of the microphone.
5.12.2 Syntax
Command syntax: AT+VGR=<Rgain>
AT+VGT=<Tgain>
AT+VGR=25 OK
Note: Command valid
AT+VGT=45 OK
Note: Command valid
AT+VGR? +VGR: 64
Note: Interrogate value OK
Note: Default receive gain
AT+VGR=? +VGR: (0-255)
Note: Test command OK
Note: Possible values
AT+VGT? +VGT: 64
Note: Interrogate value OK
Note: Default transmit gain
AT+VGT=? +VGT: (0-255)
Note: Test command OK
Note: Possible values
Note: For the AT+VGT ? command with controller 1 set, the value is the lower
value of range, where as with controller 2, value correspond to the entered
value with AT+VGT=xx.
0 to 15 +6 db 0 to 31 +30 db 0 +0 db
16 to 31 +4 db 32 to 63 +33 db 1 +0,5 db
32 to 47 +2 db 64 to 95 +36 db 2 +1 db
62 +31 db
… …
101 +50,5 db
102 +51 db
103 to 127 reserved
128 to 242 reserved
243 -6,5 db
244 -6 db
245 -5,5 db
246 -5 db
… …
255 -0,5 db
0 to 15 +6 db 0 to 31 +29 db
16 to 31 +3 db 32 to 63 +32 db
32 to 47 +0 db 64 to 95 +35 db
48 to 63 +0 db 96 to 127 +38 db
The gain values listed here are relative, for absolute (electrical) values please
refer to the specific hardware documentation of the module used in the
application.
5.13.1 Description
This command is used to mute the microphone input on the product (for the
active microphone set with the +SPEAKER command). This command is only
allowed during a call.
5.13.2 Syntax
Command syntax: AT+CMUT=<mode>
5.14.1 Description
This specific command is used to select the speaker and the microphone set.
5.14.2 Syntax
Command syntax: AT+SPEAKER=<ActiveSpkMic>
AT+SPEAKER=0 OK
Note: Speaker ONE and Micro ONE Note: Command valid
AT+SPEAKER? +SPEAKER: 0
OK
Note: Speaker ONE and Micro ONE are active
AT+SPEAKER=? +SPEAKER: (0,1)
OK
5.15.1 Description
This specific command is used to enable, disable or configure the Echo
Cancellation functions for voice calls (in rooms, in cars, etc.).
It is necessary to tune the Microphone gain (AT+VGT) and the Speaker gain
(AT+VGR) before activating the Echo Cancellation.
Note:
• You can activate/deactivate the echo cancellation during a call without
resetting the product if the <AlgoId> parameter is not changed. But you
have to use the syntax with all parameters: AT+ECHO=1,3,30,8000,256
for instance.
• To use Echo cancellation 3 and 6, the ECHO feature must be activated.
• Please remind that echo cancellation algorithms may be not available on
some WISMO modules:
5.15.2 Syntax
Command syntax:
For AlgoId=1:
AT+ECHO=<mode>[,<Algold>[,<VolOut>,<Step>,<PcmThRel>,
<PcmThMax>]]
For AlgoId=3:
AT+ECHO=<mode>[,<Algold>[,<AlgoParam>,<NoiseThres>,<NmbTaps>
]]
For AlgoId=6:
AT+ECHO=<mode>[, <Algold>[, <AlgoParam>, <NoiseThres>,
<NmbTaps>, <ConvergenceTime1>, <ConvergenceTime2>,
<NoiseLevelMAX>, <DetectionThreshold>, <CNGAdjust>,
<CNGParam1>,<CNGParam2>, <CNGGain>,<NmbDelay>]]
Response syntax:
For AlgoId=1:
ECHO: <status>,<Algold>,<VolOut>,<Step>,<PcmThRel>,<PcmThMax>
For AlgoId=3:
+ECHO: <status>,<Algold>,<AlgoParam>,<NoiseThres>,<NmbTaps>
For AlgoId=6:
+ECHO: <status>,<Algold>,<AlgoParam>,<NoiseThres>,<NmbTaps>,
<ConvergenceTime1>,<ConvergenceTime2>,<NoiseLevelMAX>,
<DetectionThreshold>,<CNGAdjust>,<CNGParam1>,<CNGParam2>,
<CNGGain>,<NmbDelay>,<NoiseEstimate>
AT+CMEE=1 OK
Note: Enables the use of result code
AT+SPEAKER? + SPEAKER: 0
OK
Note: Speaker ONE and Micro ONE are
active
AT+SIDET=0 OK
Note: Deactivate the Sidetone
AT+SIDET? +SIDET: 0,0
AT+ECHO? +ECHO: 0,1,0,3,10,7
Note: Read current settings OK
AT+ECHO=1,1,0,3,10,7 OK
Note: Active Echo cancellation 1 for
Mic/Spk one.
AT+ECHO? +ECHO: 1,1,0,3,10,7
Note: Read current settings OK
AT+ECHO=1,3,30,8000,256 +CME ERROR: 519
Note: Activate the Echo cancellation 3 Note: The new algorithm will be activated
after a reset of the product
AT+ECHO? +ECHO: 3,3,30,8000,256
Note: Read the Echo cancellation settings OK
AT+CFUN=1 OK
Note: Reset the product
AT+ECHO? +ECHO: 1,3,30,8000,256
Note: Read current settings OK
AT+ECHO=0 OK
Note: Deactivate the Echo Cancellation
AT+ECHO=0 OK
Note: Deactivate the Echo Cancellation
<mode>
0: Deactivate Echo
1: Activate Echo
<Status>
0 Echo Deactivated.
1 Echo Activated for Mic/Spk one.
2 Echo Activated for Mic/Spk two.
3 Reset the product.
Note: <Status> does not indicate the currently selected speaker. If echo is
activated, it indicates the speaker for which echo parameters are set. Echo
can be activated on a non-selected speaker.
<AlgoId>
1: Echo cancellation 1 (Not supported on WISMO P51x6)
3: Echo cancellation 3
6: Echo cancellation 6: AEC algorithm
Please remind that echo cancellation algorithms may be not available on
some WISMO modules. Refer to table in Description paragraph.
Notes:
o The field <NoiseEstimate> is present only for the AlgoId 6 and
only in the response to AT+ECHO?
When a new algoid is selected, AT+ECHO? returns 3 for the mode. The
changes will be taken into account after a reset.
5.16.1 Description
This specific command is used to set the level of audio feedback in the speaker
(microphone feedback in the speaker).
5.16.2 Syntax
Command syntax: AT+SIDET=<val1>[,<val2>]
5.17.1 Description
This command allows factory settings for voice parameters to be restored from
EEPROM.
These voice parameters include:
• Gain control (+VGR & +VGT commands),
• Gain controller (+WSVG command),
• Microphone mute control (+CMUT command),
• Speaker & Microphone selection (+SPEAKER command),
• Echo cancellation (+ECHO command),
• Side tone modification (+SIDET command).
5.17.2 Syntax
Command syntax: AT+VIP=<n>
6.1.1 Description
This command is used to ascertain the received signal strength indication
(<rssi>) and the channel bit error rate (<ber>) with or without a SIM card
inserted.
6.1.2 Syntax
Command syntax: AT+CSQ
6.2.1 Description
There are three possible ways of selecting an operator (PLMN):
• The product is in manual mode. It then tries to find the operator
specified by the application and if found, tries to register.
• The product is in automatic mode. It then tries to find the home operator
and if found, tries to register. If not found, the product automatically
searches for another network.
• The product enters into manual/automatic mode, and then tries to find
an operator as specified by the application (as in manual mode). If this
attempt fails it enters automatic mode. If this is successful, the operator
specified by the application is selected. The mobile equipment then
enters into automatic mode.
Note: The read command returns the current mode and the currently selected
operator. In manual mode, this PLMN may not be the one set by the
application (as it is in the search phase).
These commands are not allowed during communication.
6.2.2 Syntax
To force an attempt to select and register on a network, the application must
send the following command:
Command syntax: AT+COPS=<mode>, [<format> [ , <oper> ] ]
Possible responses for AT+COPS=<mode>:
OK Network is selected with full service
+CME ERROR: 30 No network service
+CME ERROR: 32 Network not allowed – emergency calls only
+CME ERROR: 3 Not allowed during Communication
+CME ERROR: 4 Incorrect parameters
+CME ERROR: 527 Please wait, and retry your selection later
+CME ERROR: 528 Location update failure – emergency calls only
+CME ERROR: 529 Selection failure – emergency calls only
Notes:
• If an incoming call occurs during a PLMN list request, the operation is
aborted (+CME ERROR: 520) and the unsolicited RING appears.
• If SPN (Service Provider Name) is present in the SIM, it will be returned
in both long and short alphanumeric <oper> fields. The string in the
“short” field will be the SPN truncated to the appropriate character
number (10).
6.3.1 Description
This command is used by the application to ascertain the registration status of
the product.
6.3.2 Syntax
Command syntax: AT+CREG= <mode>
Response syntax: +CREG: <mode>, <stat> [ ,<lac>,<ci> ] for AT+CREG?
Command only
6.4.1 Description
This specific command returns the operator name in alphanumeric format, the
numeric format being given.
With E-ONS (Enhanced Operator Name Service) feature, <lac> is an optional
parameter to read names from OPL/PNN SIM files. If it is not entered, name will
be given with current <lac>. Note that in limited service, current <lac> is set to
0.
It also allows to erase NITZ PLMN names stored in Flash memory with
“AT+WOPN=3,0”.
When the WISMO module receives a NITZ (Network Information and Time
Zone) message with Long Name or Short Name information, an entry with
registered PLMN and names in message is created in flash memory. These
names will then be used with +COPS,+COPN,+WOPN, +CPOL commands
with the priority order defined in 3GPP TS 22.101. The WISMO module
supports only network names with GSM default alphabet coding scheme.
The user can choose which of the following method will be used for getting
PLMN names with command “AT+WOPN=4,<PlmnOns>”.
Once a long name is found following this priority order, it is given as response
to AT command.
6.4.2 Syntax
Command syntax: AT+WOPN=<mode>,<NumOper>[ ,<lac>]
Response syntax: +WOPN: <mode>,<AlphaOper>
AT+WOPN=? OK
Note: Test command
AT+WOPN=0,20801 +WOPN: 0,”Orange F”
Note: Give an operator in numeric format OK
Note: Alphanumeric answer
AT+WOPN=0,99999 +CME ERROR: 22
Note: Give a wrong operator Note: Not found
AT+WOPN=0,20801,36 +WOPN: 0,”Orange F”
Note: Give an operator in numeric format OK
for lac 36 Note: Alphanumeric answer
AT+WOPN=3,0 OK
Note: Erase NITZ PLMN names stored in
flash memory
AT+WOPN=4 +WOPN: 15
Note: Read from EEPROM which method OK
will be used for PLMN names.
AT+WOPN=4,<PlmnOns> OK
Note: Write to EEPROM which method will
be used for PLMN names.
<lac> is the two bytes Location Area Code to be used to get the PLMN name.
If it is not entered, Current lac will be used (0 if limited service). It is provided
as an integer value.
Bit value is 1 for Activate and 0 for Deactivate the method. <PlmnOns> value
should be provided as a decimal value.
Note: for example, <PlmnOns>=15 means that the four methods will be used
for PLMN names (bit-field value is 1111 or 0xF).
6.5.1 Description
This command is used to select one PLMN selector with access technology list
in the SIM card that is used by AT+CPOL command.
6.5.2 Syntax
Command syntax: AT+CPLS= <List>
6.6.1 Description
This command is used to edit (or update) the SIM preferred list of networks.
This list is read in the SIM file selected by the command AT+CPLS.
6.6.2 Syntax
Command syntax: AT+CPOL=
[<index>] [,<format>[,<oper>[,<GSM_AcT>,<GSMcomp_Act>,<Utran_Act>]]]
The different possibilities are:
• AT+CPOL= <index> to delete an entry.
• AT+CPOL= , <format> to set the format used by the read command
(AT+CPOL?).
• AT+CPOL= , <format>, <oper> to put <oper> in the next free location.
• AT+CPOL= <index> , <format> , <oper> to write <oper> in the
<format> at the <index>.
• AT+CPOL=
<index>,<format>,<oper>,<GSM_AcT>,<GSMcp_Act>,<Utran_Act>
to write <oper> in the <format> at the <index> giving the access
technology (in the case of EF_PLMNwact, EF_HPLMNwact or
EF_OPLMNwact is present).
Note: per default if Acces technology parameters are not given, the GSM
access technology will be chosen.
The supported format are those of the +COPS command.
The length of this list is limited to 85 entries for EF_PLMNsel, and 51 for
EF_PLMNwAct, EF_OPLMNwAct, EF_HPLMNwAct.
AT+CPOL? +CPOL:1,2,26201
+CPOL: 6,2,20810
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in numeric
With only EF_PLMNsel present format (read in EF_PLMNsel)
AT+CPOL? +CPOL:1,2,26201,1,0,0
+CPOL: 6,2,20810,1,0,0
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in numeric
With EF_PLMNwAct selected and present format (read in EF_PLMNwAct)
GSM access technology selected
GSM compact access technology not
selected
Utran access technology not selected
AT+CPOL=,0 OK
Note: Select long alphanumeric format
AT+CPOL? +CPOL: 1,0,”D1-TELEKOM”
+CPOL: 6,0,”F SFR”
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in long
With only EF_PLMNsel present alphanumeric format
AT+CPOL=7,2,20801 OK
Note: Add a network to the list
AT+CPOL? +CPOL: 1,0,”D1-TELEKOM”
+CPOL: 6,0,”F SFR”
+CPOL: 7,0,”Orange F”
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in long
With only EF_PLMNsel present alphanumeric format
AT+CPOL=7 OK
th
Note: Delete 7 location
AT+CPOL? +CPOL: 1,0,”D1-TELEKOM”
+CPOL: 6,0,”F SFR”
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in long
With only EF_PLMNsel present alphanumeric format
AT+CPOL=8,2,77777 OK
Note: Add a new network to the list
With only EF_PLMNsel present
AT+CPOL=8,2,77777,0,0,1 OK
Note: Add a new network to the list Note: Acces technology UTRAN is selected
With EF_PLMNwact present
AT+CPOL=8,2,77777 OK
Note: Add a new network to the list Note: Per default Acces technology GSM is
With EF_PLMNwact present selected
AT+CPOL? +CPOL: 1,0,”D1-TELEKOM”
+CPOL: 6,0,”F SFR”
+CPOL: 8,2,77777”
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in long
With only EF_PLMNsel present alphanumeric format but 8th entry is
unknown so the product edits it in the
numeric format
AT+CPOL=9,0,”Orange F”
Note: Add a new network to the list (text
format)
AT+CPOL? +CPOL: 1,0,”D1-TELEKOM”
+CPOL: 6,0,”F SFR”
+CPOL: 8,2,77777”
+CPOL: 9,0,”Orange F”
OK
Note: Ask for preferred list of networks Note: Preferred list of networks in long
With only EF_PLMNsel present alphanumeric format
AT+CPOL=? +CPOL: (1-16),(0-2)
OK
Note: The EF can accept 16 records, and
supported format are 0,1 or 2.
6.7.1 Description
This command return the list of all operator names (in numeric and
alphanumeric format) stored in the module.
6.7.2 Syntax
Command syntax: AT+COPN
Command response: +COPN: <NumOper>,<AlphaOper>
7 Security commands
7.1.1 Description
This command is used to enter the ME passwords (CHV1 / CHV2 / PUK1 /
PUK2, etc.), that are required before any ME functionality can be used.
CHV1/CHV2 is between 4 and 8 digits long, PUK1/PUK2 is only 8 digits long.
If the user application tries to make an outgoing call before the SIM PIN code
(CHV1) has been confirmed, then the product will refuse the “ATD” command
with a “+CME ERROR: 11” (SIM PIN required).
The application is responsible for checking the PIN after each reset or power on
– if the PIN was enabled.
7.1.2 Syntax
Command syntax: AT+CPIN=<pin>
AT+CPIN=1234 OK
Note: Enter PIN Note: PIN code is correct
AT+CPIN=5678 +CME ERROR: 3
Note: Enter PIN Note: Operation not allowed, PIN previously entered
To ascertain which code must be entered (or not), the following query
command can be used:
AT+CPIN?
The possible responses are:
+CPIN: READY ME is not pending for any password
+CPIN: SIM PIN CHV1 is required
+CPIN: SIM PUK PUK1 is required
+CPIN: SIM PIN2 CHV2 is required
+CPIN: SIM PUK2 PUK2 is required
+CPIN: PH-SIM PIN SIM lock (phone-to-SIM) is required
+CPIN: PH-NET PIN Network personalization is required
+CME ERROR: <err> SIM failure (13) absent (10) etc…
Please note that in this case the mobile equipment does not end its response
with the OK string.
The response +CME ERROR: 13 (SIM failure) is returned after 10 unsuccessful
PUK attempts. The SIM card is then out of order and must be replaced by a
new one.
If the user tries to do something which requires PIN2 (CHV2), the product will
refuse the action with a “+CME ERROR: 17” (SIM PIN2 required). The product
then waits for SIM PIN2 to be given.
Of course, if SIM PIN2 is blocked, SIM PUK2 is required instead of SIM PIN2.
For example, the product needs PIN2 to write in the fixed dialing phonebook
(FDN) , so if SIM PIN2 authentication has not been performed during the
current session, SIM PIN2 is required
AT+CPBS=”FD” OK
Note: Choose FDN
AT+CPBW=5,”01290917”,129,”Jacky” +CME ERROR: 17
Note: Write in FDN at location 5 Note: SIM PIN2 is required
AT+CPIN? SIM PIN2
Note: SIM PIN2 is required
AT+CPIN=5678 OK
Note: Enter SIM PIN2
AT+CPBW=2,”01290917”,129,”Jacky” OK
Note: Write in FDN at location 5 Note: Now writing in FDN is allowed
Please note that the product only requests PIN2 or PUK2 once. Therefore, if
they are not entered properly, the next +CPIN? command will return “+CPIN:
READY”.
7.2.1 Description
This specific command is used to validate the PIN2 code (CHV2), or to validate
the PUK2 code (UNBLOCK CHV2) and to define a new PIN2 code.
Of course, the +CPIN command allows PIN2 or PUK2 codes to be validated,
but only when the last command executed resulted in PIN2 authentication
failure.
PIN2 length is between 4 and 8 digits, PUK2 length is 8 digits only.
7.2.2 Syntax
Command syntax: AT+CPIN2=<pin2>
To ascertain which code must be entered (or not), the following query
command can be used:
AT+CPIN2?
The possible responses are
+CPIN2: READY No PIN2 is needed
+CPIN2: SIM PIN2 PIN2 is required
+CPIN2: SIM PUK2 PUK2 is required
+CME ERROR: <err> Absent (10) etc…
7.3.1 Description
This specific command is used to get the number of valid attempts for PIN1
(CHV1), PIN2 (CHV2), PUK1 (UNBLOCK CHV1) and PUK2 (UNBLOCK CHV2)
identifiers.
7.3.2 Syntax
Command syntax: AT+CPINC
Response syntax: +CPINC: <n1>,<n2>,<k1>,<k2>
7.4.1 Description
This command is used by the application to lock, unlock or interrogate an ME
or network facility <fac>.
Note: Test SIM cards (with MCC=001 & MNC=01) doesn’t check “PS”, “PN”,
“PU”, “PP” and “PC” locks.
7.4.2 Syntax
Command syntax: AT+CLCK=<fac>,<mode>[,<passwd>[,<class>] ]
Response syntax: +CLCK: <status> [ ,<class1> ]<CR><LF>
+CLCK: <status>,<class2> [ … ] ]
AT+CLCK=”SC”,1,1234 OK
Note: Enable PIN Note: PIN was correct
AT+CLCK? +CLCK:(“PS”,0),(“SC”,0),(“FD”,0),(“PN“,0),(“PU“
Note: Read PIN status ,0),(“PP“,0),(“PC“,0)
OK
Note: PIN is enabled, no SIM lock, no network
lock, no information on Call barring
(no longer supported in GSM 07.07)
AT+CLCK=”SC”,0,5555 +CME ERROR: 16
Note: Disable PIN Note: PIN was wrong
AT+CPIN=1234 OK
Note: Enter PIN Note: PIN was good
AT+CLCK=? +CLCK:
Note: Request supported facilities (“PS”,”SC”,”AO”,”OI”,”OX”,”AI”,”IR”,”AB”,”AC”
,”FD”,”PN”,”PU”,”PP”,”PC”)
OK
Note: Supported facilities
AT+CLCK=”PN”,1,12345678 OK
Note: Activate network lock Network lock activated
AR+CLCK=”AO”,1,1234,2 OK
Note: Activate all outgoing calls Note: Call barring is activate
barring for data calls
AT+CLCK=”AO”,2 +CLCK: 1,2
Note: Query BAOC status OK
Note: BAOC activate for data calls only
AT+CLCK=”SC”,0,0000 +CME ERROR: 521
Note: Disable PIN Note: PIN deactivation is forbidden with this
SIM card
<mode>
0: unlock the facility
1: lock the facility
2: query status
<class>
1: Voice (telephony)
2: Data (apply to all bearer services)
4: Fax (facsimile services)
8: Short Message service
7: Voice, Data and Fax (Default value)
7.5.1 Description
This command is used by the application to change a password (PIN, call
barring, NCK, etc.). The facility values (<fac>) are the same as for the +CLCK
command with a “P2” facility to manage SIM PIN2.
For the network lock (“PN”), unlocking is forbidden after 10 failed attempts to
disable (unlock) the network lock with an incorrect password.
7.5.2 Syntax
Command syntax: AT+CPWD= <fac>, <oldpwd>, <newpwd>
<oldpwd>, <newpwd>
On 4 or up to 8 or 16 digits according to the facility.
8 Phonebook commands
A phonebook group can hold up to 100 entries. These entries can come from
different phonebooks (SIM or/and Flash phonebook).
8.2.1 Description
This command selects phonebook memory storage.
Note on ADN and FDN activation: when FDN has been activated with the
+CLCK command, the selection of ADN phonebook is possible only if ADN
status bit3 is set to 1 (EF file “readable and updatable when invalidated”).
Please refer to Recommendation 3GPP 11.11 for more details.
8.2.2 Syntax
Command syntax: AT+CPBS=<pb>[,<pin2>]
AT+CPBS=”SM” OK
Note: Select ADN phonebook Note: ADN phonebook is selected
AT+CPBS=? +CPBS: (”SM”,”LD”,”MC”,”ON”,”ME”,”RC”,”MT”,”SN”,”EN”)
Note: Possible values OK
AT+CPBS? +CPBS:”SM”,10,20
Note: Status OK
Note: ADN phonebook selected, 10 locations used, 20
locations available
8.3.1 Description
This command returns phonebook entries for a range of locations from the
current phonebook memory storage selected with +CPBS.
Note: For all phonebook read commands (+CPBR, +CPBF, +CPBN, +CPBP,
+CNUM), the TON/NPI MSB of each number is set to 1 (ex: a TON/NPI stored
as 17 is displayed as 145).
If the AT+WCOS=1 command was used, the response will include <Contact>
structure.
8.3.2 Syntax
Command syntax: AT+CPBR=<first_entry>[,<last_entry>]
Response syntax:
• The entry is stored in the ADN phonebook and AT+WCOS=0
<CR><LF>+CPBR: <loc>,<num>,<type>,<name>
[<CR><LF>+CPBR: <loc>,<num>,<type>,<name>[…]]
AT+WCOS=1 OK
Note: Contact selected
AT+CPBR=13 +CPBR: 13,”+331290909”,145,”Fred”,
Note: Read entry ”0141284549”, 129, ”0600003210”, 129,
”0141280000”, 129, ”019876543210”, 129,
“fred@mail_address.com”, “Becker Street
London”,1
OK
Note: Display locations 13 with location, number,
type (TON/NPI), Text and Contact and Phonebook
Group n°1
AT+CPBS=”SM” OK
Note: ADN phonebook
AT+CPBR=1 +CPBR=1,”0123456”,129,”test”
OK
AT+CPBW=1,”0123456”,,”test”,1 OK
Note: Add an extended entry in SIM
with group number (1)
AT+CPBR=1 +CPBR=1,”0123456”,129,”test”,1
OK
8.4.1 Description
This command writes a phonebook entry in location number <index> in the
current phonebook memory storage.
Notes:
• “RC” and “MC” phonebooks could be only erased by +CPBW. Adding field
and/or modifying field is not allowed for these phonebooks.
• This command is not allowed for “EN”, “LD”, “MC”, “RC”, “MT”, “SN”
phonebooks, which can not be written.
• If the AT+WCOS=1 command was used, the request would include the
‘Contact’ structure.
8.4.2 Syntax
Command syntax:
• For ADN phonebook with AT+WCOS=0
AT+CPBW=<index>[,<number>[,<type>[,<text>]]]
This command is not allowed when the fixed dialing phonebook (FDN) is
locked. Moreover, when the FDN is unlocked, PIN2 is required to write in the
FDN phonebook. If PIN2 authentication has been performed during the current
session, the +CPBW command with FDN is allowed.
8.5.1 Description
This command returns phonebook entries with alphanumeric fields starting
with a given pattern. The AT+CPBF=“” command can be used to display all
phonebook entries sorted in alphabetical order.
This command is not allowed for "LD", "RC", "MC", "SN" phonebooks and for the
“EN” phonebook, which does not contain alphanumeric fields.
It is possible to use this command with UCS2 strings. If a wrong UCS2 format
is entered, the string is considered as an ASCII string.
8.5.2 Syntax
Command syntax: AT+CPBF=<string>
Response syntax:
• The entry is stored in the ADN phonebook and AT+WCOS=0
<CR><LF>+CPBF: <loc>,<num>,<type>,<name>
• The entry is stored in the ADN phonebook and AT+WCOS=1
<CR><LF>+CPBF: <loc>,<num>,<type>,<name>,<Phb_group>
• The entry is stored in the ME phonebook and AT+WCOS=0
<CR><LF>+CPBF: <loc>,<num>,<type>,<name>
• The entry is stored in the ME phonebook and AT+WCOS=1
<CR><LF>+CPBF:
<loc>,<num>,<type>,<name>,<Contact>,<Phb_group>
Note: Read entries with “Test” Note: Display locations with text field starting with “Test”,
extended entry
8.6.1 Description
This specific command orders the product to search in the phonebook for an
item with the same phone number as provided in the parameter.
The searched phone number is the FIRST one that a user can enter with
AT+CPBW:
For example, with this enter, we can only search the phone number
(+331290909):
AT+CPBW=13,”+331290909”,145,”Fred”,”0141284549”,129,”0600003210”,
129,”0141280000”, 129,”019876543210”,129, “fred@mail_address.com”,
“Becker Street London”,”0”
8.6.2 Syntax
Command syntax: AT+CPBP=<PhoneNumber>
Response syntax:
• The entry is stored in the ADN phonebook and AT+WCOS=0
<CR><LF>+CPBP: <loc>,<num>,<type>,<name>
• The entry is stored in the ADN phonebook and AT+WCOS=1
<CR><LF>+CPBP: <loc>,<num>,<type>,<name>,<Phb_group>
• The entry is stored in the ME phonebook and AT+WCOS=0
<CR><LF>+CPBP: <loc>,<num>,<type>,<name>
• The entry is stored in the ME phonebook and AT+WCOS=1
<CR><LF>+CPBP: <loc>, <num>, <type>, <name>, <Contact>,
<Phb_group>
8.7.1 Description
This specific command performs a forward or backward move in the
phonebook (in alphabetical order). It is not allowed for the “EN” phonebook
which does not contain alphanumeric fields.
8.7.2 Syntax
Command syntax: AT+CPBN=<mode>
Response syntax:
• The entry is stored in the ADN phonebook and AT+WCOS=0
<CR><LF>+CPBN: <loc>,<num>,<type>,<name>
• The entry is stored in the ADN phonebook and AT+WCOS=1
<CR><LF>+CPBN: <loc>,<num>,<type>,<name>,<Phb_group>
• The entry is stored in the ME phonebook and AT+WCOS=0
<CR><LF>+CPBN: <loc>,<num>,<type>,<name>
• The entry is stored in the ME phonebook and AT+WCOS=1
<CR><LF>+CPBN:
<loc>,<num>,<type>,<name>,<Contact>,<Phb_group>
AT+WCOS=0 OK
Note: Phonebook not extended
AT+CPBN=0 +CPBN: 15,”+331290101”,145,”Eric”
Note: Read the first location OK
Note: Display the first location
AT+WCOS=1 OK
Note: Phonebook extended
AT+CPBN=2 +CPBN: 5,”+33147658987”,145,”Frank”,0
Note: Read the next location OK
Note: Display the second location, extended
entry
AT+CPBN=2 +CPBN: 6,”+331290302”,145,”Marc”,0
Note: Read the next location OK
Note: Display the third location, extended entry
AT+WCOS=0 OK
Note: Phonebook not extended
AT+CPBN=3 +CPBN: 5,”+33147658987”,145,”Frank”
Note: Read the previous location OK
Note: Display the second location
AT+CPBN=1 +CPBN: 6,”+331290302”,145,”Marc”
Note: Read the last location OK
Note: Display the last location
AT+CPBN=2 +CPBP: 15,”+331290101”,145,”Eric”
Note: Read the next location OK
Note: Display the first location
8.8.1 Description
This command returns the subscriber MSISDN(s).
If the subscriber has several MSISDNs for various services, each MSISDN is
returned in a separate line.
8.8.2 Syntax
Command syntax: AT+CNUM
Response syntax: +CNUM: <alpha1>, <number1>, <type1>
<CR><LF> +CNUM: <alpha2>, <number2>, <type2> ….
8.9.1 Description
This specific command allows the initialization of all phonebooks to be
inhibited during subsequent boots.
8.9.2 Syntax
Command syntax: AT+WAIP=<mode>
AT+WAIP? +WAIP:0
OK
Note: Current values ? Note: Default value (init phonebooks)
AT+WAIP=? +WAIP: (0,1)
Note: Possible values ? OK
Note: Disable / enable
AT+WAIP=1 OK
Note: Inhibit initialization of phonebooks (next Note: no answer
boot)
AT&W
Note: Save modifications in EEPROM
Caution: the given value should be stored in EEPROM. Therefore, the AT&W
command must be used to save the new <mode> value.
Notes:
• No phonebook commands are allowed if +WAIP=1 (after boot).
• If a phonebook command is entered, a “+CME ERROR: 3” is returned.
8.10.1 Description
This specific command allows to delete the calls listed in some phonebooks.
8.10.2 Syntax
Command syntax: AT+WDCP=<calls phonebook>
AT+WDCP? OK
AT+WDCP=? +WDCP: ("LD","MC","RC")
OK
Note: Possible values ? Note: Identifiers of the phonebooks supporting a
list of calls
AT+WDCP=”LD” OK
Note: Delete all the content of Last Note: Last Dialing phonebook is now empty.
Dialing phonebook.
8.11.1 Description
This commands allows to set/get and enable/disable the voice mail number in
memory.
8.11.2 Syntax
Command syntax: AT+CSVM=<mode>[,<number>[,<type>]]
8.12.1 Description
This command allows to enable/disable the displaying the extended contact.
8.12.2 Syntax
Command syntax: AT+WCOS=<mode>
Command Possible responses
AT+WCOS? +WCOS: 1
Note: Test command OK
Note: Extended contact selected
AT+WCOS=? +WCOS: (0-2)
Note: Possible values ? OK
Note: Possible responses
AT+WCOS=0 OK
Note: Contact not selected
AT+WCOS=3 +CME ERROR: 3
Note: Mode not allowed
8.13.1 Description
This command creates or deletes a phonebook group.
8.13.2 Syntax
Command syntax: AT+WPGW=<index>[,<name>]
8.14.1 Description
This command reads the phonebook group entries, the phonebook group name
or the number of used records in a group.
8.14.2 Syntax
Command syntax: AT+WPGR=<mode>,<index>
Note: the entries list displayed with AT+WPGR=3,1 contains records from both
ME and SIM phonebook (MT phonebook).
8.15.1 Description
This command sets parameters of a group.
8.15.2 Syntax
Command syntax: AT+WPGS=<mode>,<index>[,<restrict call>]
9.2.1 Description
The supported services are originated (SMS-MO) and terminated short
message (SMS-MT) + Cell Broadcast Message (SMS-CB) services.
9.2.2 Syntax
Command syntax: AT+CSMS=<service>
9.3.1 Description
This command allows reception of a new message routed directly to the TE to
be acknowledged.
• In TEXT mode, only positive acknowledgement to the network (RP-ACK)
is possible.
• In PDU mode, either positive (RP-ACK) or negative (RP-ERROR)
acknowledgement to the network is possible.
Acknowledge with +CNMA is possible only if the +CSMS parameter is set to 1
(+CSMS=1) when a +CMT or +CDS indication is shown (see +CNMI
command).
If no acknowledgement is given within the network timeout, an RP-ERROR is
sent to the network, the <mt> and <ds> parameters of the +CNMI command
are then reset to zero (do not show new message indication).
9.3.2 Syntax
Command syntax in text mode: AT+CNMA
Command syntax in PDU mode: AT+CNMA [ = <n> [ , <length> [ <CR>
PDU is entered <ctrl-Z / ESC> ] ] ]
Note: PDU is entered using <ackpdu> format instead of <pdu> format (e.g..
SMSC address field is not present).
AT+CSMS=1 OK
Note: SMS AT commands
compatible with GSM 07.05
Phase 2 + version
AT+CMGF=1 OK
Note: Set TEXT mode Note: TEXT mode valid
AT+CNMI=2,2,0,0,0 OK
Note: <mt>=2
+CMT: “123456”,”98/10/01,12:30 00+00”, 129, 4,
32, 240, “15379”, 129, 5<CR><LF>
Received message
Note: message received
AT+CNMA OK
Note: acknowledge the message Note: send positive acknowledgement to the
received network
AT+CNMA +CMS ERROR: 340
Note: try to acknowledge again Note: no +CNMA acknowledgment expected
AT+CSMS=1 OK
Note: SMS AT commands compatible with
GSM 07.05 Phase 2 + version
AT+CMGF=0 OK
Note: Set PDU mode Note: PDU mode valid
AT+CNMI=2,2,0,0,0 OK
Note: <mt>=2
+CMT: ,29
07913366003000F1240B913366920547
F30000003003419404800B506215D42E
CFE7E17319
Note: message received
AT+CNMA=2,2<CR> OK
>00D3 <Ctrl-Z>
Note: Negative ACK to the SMS.
Reason is: memory capacity exceeded
AT+CNMA=2,2<CR> OK
>00D0 <Ctrl-Z>
Note: Negative ACK to the SMS.
Reason is: SIM memory storage is full
AT+CNMA=2,2<CR> OK
>00D2 <Ctrl-Z>
Note: Negative ACK to the SMS.
Reason is: Error in MS
AT+CNMA=2,2<CR> OK
>00FF <Ctrl-Z>
Note: Negative ACK to the SMS.
Unspecified error
9.4.1 Description
This command allows the message storage area to be selected (for reading,
writing, etc).
9.4.2 Syntax
Command syntax: AT+CPMS=<mem1>,[<mem2>,[<mem3>]]
9.5.1 Description
The message formats supported are text mode and PDU mode.
In PDU mode, a complete SMS Message including all header information is
given as a binary string (in hexadecimal format). Therefore, only the following
set of characters is allowed: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F}. Each
pair or character is converted to a byte (e.g.: ‘41’ is converted to the ASCII
character ‘A’, whose ASCII code is 0x41 or 65).
In Text mode, all commands and responses are in ASCII characters.
The selected format is stored in EEPROM by the +CSAS command.
9.5.2 Syntax
Command syntax: AT+CMGF=<mode>
AT+CMGF? +CMGF:1
OK
Note: Current message format Note: Text mode
AT+CMGF=? +CMGF: (0,1)
OK
Note: Possible message format Note: Text or PDU modes are available
AT+CMGF=0 OK
Note: Set PDU mode Note: PDU mode valid
AT+CMGS=14<CR> +CMGS: 4
0001030691214365000004C9E9340B OK
Note: Send complete MSG in PDU mode, Note: MSG correctly sent, <mr> is returned
no SC address
TPDU in hexadecimal format must be converted into two ASCII characters. For
example, the byte 0x2A is presented to the ME as two characters ‘2’ (ASCII 50)
and ‘A’ (ASCII 65).
9.6.1 Description
All settings specified by the +CSCA and +CSMP commands are stored in
EEPROM if the SIM card is a Phase 1 card or in the SIM card if it is a Phase 2
SIM card.
9.6.2 Syntax
Command syntax: AT+CSAS
9.7.1 Description
All settings specified in the +CSCA and +CSMP commands are restored from
EEPROM if the SIM card is Phase 1 or from the SIM card if it is a Phase 2 one.
9.7.2 Syntax
Command syntax: AT+CRES
9.8.1 Description
This command gives additional information on text mode result codes. These
information can be found in description of the +CMT, +CMGR, +CMGL
commands and responses.
9.8.2 Syntax
Command syntax: AT+CSDH=<n>
AT+CSDH=0 OK
Note: Set value to “do not show”
AT+CSDH? +CSDH: 0
Note: Current value OK
Note: Do not show header values
9.9.1 Description
This command selects the procedure for message reception from the network.
9.9.2 Syntax:
Command syntax: AT+CNMI=<mode>,<mt>,<bm>,<ds>,<bfr>
AT+CNMI=2,1,0,0,0 OK
Note: <mt>=1
AT+CMTI: “SM”,1
Note: message received
AT+CNMI=2,2,0,0,0 OK
Note: <mt>=2
+CMT: “123456”,”98/10/01,12:30
00+00”,129,4
,32,240, “15379”,129,5<CR><LF>
Note: message received
AT+CNMI=2,0,0,1,0 OK
Note: <ds>=1
AT+CMGS=”+33146290800”<CR> +CMGS: 7
Happy Birthday !<ctrl-Z> OK
Note: Send a message in text mode Note: Successful transmission
+CDS: 2, 116, ”+33146290800”, 145,
“98/10/01,12:30:07+04”, “98/10/01
12:30:08+04”, 0
Note: message was correctly delivered
<mt>: sets the result code indication routing for SMS-DELIVER indications.
Default is 1.
0: No SMS-DELIVER indications are routed.
1: SMS-DELIVERs are routed using unsolicited code: +CMTI:
“SM”,<index>
2: SMS-DELIVERs (except class 2 messages) are routed using
unsolicited code:
if PDU mode:
+CMT: [<alpha>], <length> <CR> <LF> <pdu>
if text mode:
+CMT: <oa>,[<alpha>], <scts> [,<tooa>, <fo>, <pid>, <dcs>,
<sca>, <tosca>, <length>] <CR><LF><data>
3: Class 3 SMS-DELIVERS are routed directly using code in <mt>=2 ;
Other classes messages result in indication <mt>=1
<bm>: defines the rules for storing the received CBMs (Cell Broadcast
Message) types. They depend also on the coding scheme (text or PDU) and the
setting of Select CBM Types (see +CSCB command). Default is 0.
0: No CBM indications are routed to the TE. The CBMs are stored.
1: The CBM is stored and an indication of the memory location is
routed to the customer application using unsolicited result code: +CBMI:
“BM”, <index>
2: New CBMs are routed directly to the TE using unsolicited result
code.
If PDU mode:
+CBM: <length><CR><LF><pdu> or
If text mode:
+CBM:<sn>,<mid>,<dcs>,<page>,<pages> <CR><LF>
<data>
3: Class 3 CBMs: as <bm>=2.
Other classes CBMs: as <bm>=1.
<bfr> Default is 0.
0: TA buffer of unsolicited result codes defined within this command is
flushed to the TE when <mode> = 1 to 3 is entered (OK response shall be
given before flushing the codes)
1: TA buffer of unsolicited result codes defined within this command is
cleared when <mode> 1…3 is entered.
9.10.1 Description
This command allows the application to read stored messages. The messages
are read from the memory selected by +CPMS command.
9.10.2 Syntax
Command syntax: AT+CMGR=<index>
Response syntax for text mode:
• for SMS-DELIVER only
+CMGR:<stat>,<oa>,[<alpha>,] <scts> [,<tooa>,<fo>, <pid>, <dcs>,
<sca>, <tosca>, <length>] <CR><LF> <data>
• for SMS-SUBMIT only
+CMGR: <stat>,<da>,[<alpha>,] [,<toda>, <fo>, <pid>, <dcs>, [<vp>],
<sca>, <tosca>, <length>]<CR><LF> <data>
• for SMS-STATUS-REPORT only
+CMGR: <stat>,<fo>,<mr>,[<ra>],[<tora>],<scts>,<dt>,<st> ()
Response syntax for PDU mode:
+CMGR: <stat>, [<alpha>] ,<length> <CR><LF> <pdu>
A message read with status “REC UNREAD” will be updated in memory with
the status “REC READ”.
Note: the <stat> parameter for SMS Status Reports is always “READ”.
AT+CMTI: “SM”,1
Note: New message received
AT+CMGR=1 +CMGR: “REC UNREAD”, ”0146290800”,
Note: Read the message ”98/10/01,18:22:11+00”, <CR><LF>
ABCdefGHI
OK
AT+CMGR=1 +CMGR: “REC READ”,”0146290800”,
Note: Read the message again ”98/10/01,18:22:11+00”, <CR><LF>
ABCdefGHI
OK
Note: Message is read now
AT+CMGR=2 +CMS ERROR: 321
Note: Read at a wrong index Note: Error: invalid index
AT+CMGF=0 ;+CMGR=1 +CMGR: 2,,<length> <CR><LF><pdu>
OK
Note: In PDU mode Note: Message is stored but unsent, no
<alpha>field
AT+CMGF=1;+CPMS=”SR”;+CNMI=,,,2 OK
Note: Reset to text mode, set read
memory to “SR”, and allow storage of
further SMS Status Report into “SR”
memory
AT+CMSS=3 +CMSS: 160
Note: Send an SMS previously stored OK
+CDSI: “SR”,1
Note: New SMS Status Report stored in
“SR” memory at index 1
9.11.1 Description
This command allows the application to read stored messages, by indicating
the type of the message to read. The messages are read from the memory
selected by the +CPMS command.
9.11.2 Syntax
Command syntax: AT+CMGL=<stat>
Response syntax for text mode:
+CMGL: <index>,<stat>,<da/oa>,[<alpha>], [<scts>, <tooa/toda>, <length>]
<CR><LF><data> (for SMS-DELIVER and SMS-SUBMIT, may be followed by
other <CR><LF>+CMGL:<index>…)
+CMGL: <index>,<stat>,<fo>,<mr>,[<ra>],[<tora>],<scts>,<dt>,<st> (for
SMS-STATUS-REPORT only, may be followed by other
<CR><LF>+CMGL:<index>…)
Note: for SMS Status Reports, only “ALL” / 4 and “READ” / 1 values of the
<stat> parameter will list messages ; other values will only return OK.
9.12.1 Description
The <address> field is the address of the terminal to which the message is
sent. To send the message, simply type, <ctrl-Z> character (ASCII 26). The
text can contain all existing characters except <ctrl-Z> and <ESC> (ASCII 27).
This command can be aborted using the <ESC> character when entering text.
In PDU mode, only hexadecimal characters are used (‘0’…’9’,’A’…’F’).
9.12.2 Syntax
Command syntax in text mode:
AT+CMGS=<da> [ ,<toda> ] <CR>
text is entered <ctrl-Z / ESC >
Command syntax in PDU mode:
AT+CMGS=<length> <CR>
PDU is entered <ctrl-Z / ESC >
9.13.1 Description
This command stores a message in memory (either SMS-SUBMIT or SMS-
DELIVERS). The memory location <index> is returned (no choice possible as
with phonebooks +CPBW).
Text or PDU is entered as described for the Send Message +CMGS command.
9.13.2 Syntax
Command syntax in text mode: (<index> is returned in both cases)
AT+CMGW=<oa/da> [,<tooa/toda> [,<stat> ] ] <CR>
enter text <ctrl-Z / ESC>
Command syntax in PDU mode:
AT+CMGW=<length> [,<stat>] <CR>
give PDU <ctrl-Z / ESC>
Response syntax:
+CMGW: <index> or +CMS ERROR: <err> if writing fails
AT+CMGW=”+33146290800”<CR> >
Hello how are you ?<ctrl-Z>
Note: Write a message in text mode
+CMGW: 4
OK
Note: Message stored in index 4
0 “REC UNREAD”
1 “REC READ”
2 “STO UNSENT”
3 “STO SENT”
<length> Length of the actual data unit in bytes
9.14.1 Description
This command sends a message stored at location value <index>.
9.14.2 Syntax
Command syntax: AT+CMSS=<index>[,<da> [,<toda>] ]
Response syntax:
+CMSS: <mr> or +CMS ERROR: <err> if sending fails
If a new recipient address <da> is given, it will be used instead of the one
stored with the message
9.15.1 Description
This command is used to select a value for <vp>, <pid>, and <dcs>.
9.15.2 Syntax ;
Command syntax: AT+CSMP=<fo>, <vp>, <pid>,<dcs>
<pid> is used to indicate the higher layer protocol being used or indicates
inter-working with a certain type of telematic device. For example, 0x22 is for
group 3 fax, 0x24 is for voice telephone, 0x25 is for ERMES (European Radio
Messaging System).
<dcs> is used to determine the way the information is encoded. Compressed
text is not supported. Only GSM default alphabet, 8 bit data and UCS2
alphabet are supported.
9.16.1 Description
This command is used to delete one or several messages from preferred
message storage (“BM” SMS-CB ‘RAM storage’, “SM” SMSPP storage ‘SIM
storage’ or “SR” SMS Status-Report storage).
Refer also to Preferred Message Storage +CPMS command.
9.16.2 Syntax
Command syntax: AT+CMGD=<Index> [,<DelFlag>]
+CMTI:”SM”,3
Note: New message received
AT+CMGR=3 +CMGR: “REC UNREAD”,”0146290800”,
Note: Read it “98/10/01,18:19:20+00” <CR><LF>
Message received!
Note: Unread message received from 0146290800 on the
01/10/1998 at 18H19m 20s
AT+CMGD=3 OK
Note: Delete it Note: Message deleted
AT+CMGD=1,0 OK
Note: The message from the preferred message storage at
the location 1 is deleted
AT+CMGD=1,1 OK
Note: All READ messages from the preferred message
storage are deleted
AT+CMGD=1,2 OK
Note: All READ messages and SENT mobile originated
messages are deleted
AT+CMGD=1,3 OK
Note: All READ, SENT and UNSENT messages are deleted
AT+CMGD=1,4 OK
Note: All messages are deleted
Note: when the preferred message storage is “SR”, as SMS status reports are
assumed to have a “READ” status, if <DelFlag> is greater than 0, all SMS
status reports will be deleted.
9.17.1 Description
This command is used to indicate to which service center the message must
be sent.
The product has no default value for this address. If the application tries to
send a message without having indicated the service center address, an error
will be generated.
Therefore, the application must indicate the SC address when initializing the
SMS. This address is then permanently valid. The application may change it if
necessary.
9.17.2 Syntax
Command syntax: AT+CSCA=<sca>
9.18.1 Description
This command selects which types of CBMs are to be received by the ME. It is
allowed in both PDU and text modes.
9.18.2 Syntax:
Command syntax: AT+CSCB=<mode>, [ <mids>, [ <dcss> ] ]
Important note: Test read command (AT+CSCB ?) is not supported.
AT+CSCB=0,”15-17,50,86”,”” OK
Note: Accept SMS-CB types, 15,16,17,50 Note: CBMs can be received
and 86 in any language
+CBM: 10<CR><LF>
00112233445566778899
Note: CBM length of a received Cell
Broadcast message (SMS-CB), CBM bytes
in PDU mode)
AT+CSCB=1 OK
Note: Deactivate the reception of CBMs Note: CBM reception is completely
stopped
9.19.1 Description
This specific command is used to read the EF-CBMI SIM file.
Remark: The EF-CBMI file is not used with the +CSCB command.
The application should read this file (using AT+WCBM?) and combine the
Message Identifiers with those required by the application.
9.19.2 Syntax
Command syntax: AT+WCBM=<mids>
AT+WCBM=”10,100,1000,10000” OK
Note: Write 4 messages identifiers in EF- Note: CBMIs are stored in EF-CBMI
CBMI
AT+WCBM? +WCBM=”10,100,1000,100000”
Note: Read the CBMIs in EF-CBMI OK
Note: 4 CBMIs are stored in EF-CBMI
9.20.1 Description
This commands allow the manipulation of a message status. The accepted
status changes are from READ to NOT READ and vice versa, and from SENT to
NOT SENT and vice versa.
9.20.2 Syntax:
Command syntax: AT+WMSC=<loc>,<status>
Possible responses:
OK if the location is valid
+CMS ERROR: 321 if <loc> is invalid or free
+CMS ERROR: 302 if the new <status> and the previous one are
incompatible (1)
Note: if all the parameters are correct, the product overwrites the whole SMS
in SIM. Only the first byte (Status byte) is changed.
0 “REC UNREAD”
1 “REC READ”
2 “STO UNSENT”
3 “STO SENT”
9.21.1 Description
The +WMGO command is used to specify a location in the SIM or Flash
memory, for the next SMS storing with +CMGW command. The defined
location is used only once: +WMGO has to be used again to perform another
overwrite.
Important notes:
• If the external application specifies a free location, and an incoming
message is received before the AT+CMGW command occurs, the
product may store the incoming message at the specified available
location. If the user then issues an AT+CMGW command without
changing the location with another AT+WMGO, the received message
will be overwritten.
• The location number is not kept over a software reset.
9.21.2 Syntax
Command syntax: AT+WMGO=<loc>
Note: if the storage area is changed with the AT+CPMS command, the value of
WMGO will be reset to 0.
9.22.1 Description
The +WUSS command allows to keep the SMS Status to UNREAD after
+CMGR or +CMGL.
9.22.2 Syntax
Command syntax: AT+WUSS=<mode>
9.23.1 Description
This command copy the SMS from the SIM to the Flash or from the Flash to
the SIM.
9.23.2 Syntax
Command syntax: AT+WMCP=<mode>[,<loc>]
Note: The SMS copied will have the first free location.
9.24.1 Description
This short message service-oriented AT command allows to keep the link
opened while sending several short messages within a short delay.
9.24.2 Syntax
Command syntax: AT+CMMS = <mode>
AT+ CMMS=0 OK
Note: Disable feature Note: feature is disabled
AT+ CMMS=1 OK
Note: Enable feature 1 time Note: feature is enabled, link is open
AT+ CMMS=2 OK
Note: Enable feature Note: feature is enabled, link is open
AT+ CMMS? +CMMS: 2
OK
AT+ CMMS=? +CMMS: (0-2)
OK
Notes:
• the delay of 5 seconds complies with Rec 3GPP 27.005 §3.5.6.
• before sending the last SMS in the link, you must use AT+CMMS=0
command. This command will indicate that the NEXT SMS will be the
last one.
10.1.1 Description
This commands allows control of the "call forwarding" supplementary service.
10.1.2 Syntax
Command syntax:
AT+CCFC= <reason>, <mode> [, <number> [,<type> [,<class> [,<subaddr> [,
<satype> [,<time> ] ] ] ] ] ]
Response syntax:
+CCFC: <status>, <class1> [, <number>, <type> [,<subaddr>,
<satype> [,<time> ] ] ] [ <CR><LF>+CCFC: <status>, <class2> [,
<number>, <type> [,<subaddr>, <satype> [,<time> ] ] ] [ … ] ]
AT+CCFC=0,3,”0146290800” OK
Note: Register to an Note: Command valid
unconditional call forwarding
AT+CCFC=0,2 +CCFC:1,1,”0146290800”,129
Note: Interrogate unconditional Note: Call forwarding active for voice
call forwarding <CR><LF>+CCFC:1,2,”0146290802”,129
Note: Call forwarding active for data
<CR><LF>+CCFC:1,4,”0146290804”,129
OK
Note: Call forwarding active for fax
AT+CCFC=0,4 OK
Note: Erase unconditional call Note: Command valid
forwarding
+CCFC responses are not sorted by <class> parameter, but only by the order
of network response.
10.2.1 Description
This command allows control of the call barring supplementary service.
Locking, unlocking or querying the status of call barring is possible for all
classes or for a specific class, but not a combination of some.
10.2.2 Syntax
Command Syntax: AT+CLCK= <fac>, <mode> [, <password> [, <class> ] ]
Response Syntax: (for <mode>=2 and command successful)
+CLCK: <status> [, <class1> [ <CR><LF>+CLCK: <status>, <class2> [… ] ]
AT+CLCK=”AO”,1,1234 OK
Note: Command valid
AT+CLCK=”AO”,0,5555 +CME ERROR: 16
Note: Wrong password
AT+CLCK=”AO”,0,1234 OK
Note: Command valid
10.3.1 Description
This command is used by the application to change the supplementary service
password.
10.3.2 Syntax
Command Syntax: AT+CPWD=<fac>,<OldPassword>, <NewPassword>
AT+CPWD=”AO”,1234,5555 OK
Note: Change Call Barring password Note: Password changed
AT+CPWD=”AO”,1234,5555 +CME ERROR: 16
Note: Change password Note: Wrong password
AT+CPWD=”AO”,5555,1234 OK
Note: Change password Note: Password changed
<OldPassword>, <NewPassword>
The password code is over up to 8 digits for P2 facility (4 to 8 digits).
The password code is over up to 4 digits for the other facilities (1 to 4
digits) .
10.4.1 Description
This command allows control of the call waiting supplementary service.
The product will send a +CCWA unsolicited result code when the call waiting
service is enabled.
10.4.2 Syntax
Command Syntax: AT+CCWA=<n>, [ <mode> [, <class> ] ]
Response Syntax: (for <mode>=2 and command successful)
+CCWA: <status> [, <class1> [ <CR><LF>+CCWA: <status>, <class2> [ … ] ]
Unsolicited result: +CCWA: <number>, <type>, <class> [ ,<alpha>]
(when waiting service is enabled)
AT+CCWA=1,1,1 OK
Note: Enable call waiting for voice calls Note: Command valid
AT+CCWA=1,2 +CCWA:1,1
Note: Interrogate call waiting OK
Note: Call waiting active for voice calls
+CCWA:”0146290800”,145,1,”FREDDY”
Note: Number and name of the waiting voice
call
or
+CCWA:”0146290800”,145,1,”8023459678F
FFF”
Note: Number and name of the waiting voice
call (UCS2 format)
AT+CCWA=1,0,7 OK
Note: Erase call waiting Note: Command valid
+CCWA:,,1
Note: voice call waiting (no number)
AT+CCWA? +CCWA: <n>
OK
AT+CCWA=? +CCWA: List of supported <n>
OK
0 Disable
1 Enable
<mode> 0 Disable
1 Enable
2 Query status
<type> Type of address byte in integer format (please refer to Rec GSM
04.08 [8] sub clause 10.5.4.7)
<class> 1 Voice
2 Data
4 Fax
8 Short Messages
7 All classes (voice, data and fax)
10.5.1 Description
This command allows control of the calling line identification restriction
supplementary service.
10.5.2 Syntax
Command syntax: AT+CLIR=<n>
Response syntax: +CLIR:<n>,<m> (for AT+CLIR?)
AT+CLIR=2 OK
Note: Command valid
AT+CLIR ? +CLIR:<n>,<m>
Note: Ask for current functionality OK
Note: <n> and <m> as defined here-
below
10.6.1 Description
This command allows control of the Calling Line Identifier presentation
supplementary service. When presentation of the CLI (Calling Line Identifier) is
enabled (and calling subscriber allows), +CLIP response is returned after every
RING (or +CRING) result code.
10.6.2 Syntax
Command syntax: AT+CLIP=<n>
Response syntax:
+CLIP: <n>,<m> (as response to AT+CLIP?)
+CLIP: <number>, <type>[ ,<subaddr>, <satype>, <alpha> ] (for an
incoming call, after each RING or +CRING indication)
AT+CLIP=1 OK
Note: Enable CLIP Note: CLIP is enabled
AT+CLIP? +CLIP:<n>,<m>
Note: Ask for current functionality OK
Note: <n> and <m> defined as below
RING
Note: Incoming call
+CLIP: “0146290800”,129,1,,”FRED”
Note: Incoming call with number and name
presentation
RING
Note: Incoming call
+CLIP: “0146290800”,129,1,,”8000204212FFFF”
Note: Incoming call with number and name
presentation (UCS2 format)
AT+CLIP=0 OK
Note: Disable CLIP presentation Note: Command valid
<m>: parameter shows the subscriber CLIP service status in the network
0: CLIP not provisioned
1: CLIP provisioned
2: Unknown (no network…)
10.7.1 Description
This command allows control of the connected line identification presentation
supplementary service - useful for call forwarding of the connected line.
10.7.2 Syntax
Command syntax: AT+COLP=<n>
Response syntax:
+COLP: <n>,<m> (as response to AT+COLP?)
+COLP: <number>,<type> [ ,<subaddr>, <satype>, <alpha> ]
after ATD command, before OK or CONNECT <speed>
AT+COLP=1 OK
Note: Activate COLP Note: Command valid
AT+COLP? +COLP:1,1
Note: Ask for current functionality OK
Note: COLP is enabled and provisioned
ATD146290928; +COLP:”0146290928”,129,,”JOE”
Note: Outgoing call or
+COLP:“0146290800”,129,1,,”8000204212FFFF”
(UCS2 format)
OK
Note: Connected outgoing line number and name
presentation
AT+COLP=0 OK
Note: Deactivate COLP Note: Command valid
<m>: parameter shows the subscriber COLP service status in the network
0: COLP not provisioned
1: COLP provisioned
2: Unknown (no network)
10.8.1 Description
This refers to the Advice of Charge supplementary service (GSM 02.24 and
GSM 02.86) which enables the subscriber to obtain information on call cost.
With <mode>=0, the command returns the current call meter value (CCM)
from the ME.
If AOC is supported, the command can also enable unsolicited event reporting
on CCM information.
The unsolicited result code +CCCM: <ccm> is sent when the CCM value
changes. Deactivation of unsolicited event reporting is performed with the
same command.
If AOC is supported, the Read command indicates whether unsolicited
reporting is activated or not.
10.8.2 Syntax
Command syntax: AT+CAOC= <mode>
10.9.1 Description
This command resets the Advice of Charge for accumulated call meter value in
SIM file EFACM. The ACM contains the total number of home units for both the
current and preceding calls. SIM PIN2 is required to reset the value. If setting
fails in an ME error, +CME ERROR: <err> is returned.
The Read command returns the current value of the ACM.
The ACM value (entered or displayed) is in hexadecimal format with 6 digits.
10.9.2 Syntax
Command syntax: AT+CACM=<pin2 passwd>
Possible response: +CACM: <acm value>
10.10.1 Description
The set command sets the Advice of Charge related to accumulated call meter
maximum value in SIM file EFACMmax. ACMmax contains the maximum number
of home units the subscriber is allowed to spend. When ACM (see +CACM)
reaches ACMmax, calls are prohibited. SIM PIN2 is required to set the value. If
setting fails in an ME error, +CME ERROR: <err> is returned.
The Read command returns the current value of ACMmax.
The ACMmax value (entered or displayed) is in hexadecimal format with 6
digits.
10.10.2 Syntax
Command syntax: AT+CAMM:<ACMmax>,<pin2 passwd>
10.11.1 Description
The set command sets the parameters for Advice of Charge related to price per
unit and the currency table in SIM file EFPUCT. PUCT information can be used
to convert the home units (as used in +CAOC, +CACM and +CAMM) into
currency units. SIM PIN2 is required to set the parameters. If setting fails in an
ME error, +CME ERROR: <err> is returned.
10.11.2 Syntax
Command syntax: AT+CPUC:<currency>,<ppu>,<pin2 passwd>
AT+CPUC=”FFR”,”0.82”,1234 OK
Note: Request Currency and Price per unit
update
AT+CPUC=”FFR”,”0.82”,1111 +CME ERROR: 16
Note: Request Currency and PPU update Note: Incorrect password
(wrong PIN2)
AT+CPUC? +CPUC:”FFR”,”0.82”
Note: Request Currency and Price OK
Note: Currency= “FFR”, Price per
unit= “0.82”
10.12.1 Description
This command is used to manage call hold and multiparty conversation
(conference call). Calls can be put on hold, recovered, released or added to a
conversation.
10.12.2 Syntax:
10.13.1 Description
This command is used to return a list of current calls.
10.13.2 Syntax:
Command syntax: AT+CLCC
Response syntax: OK (if no calls are available)
Else:
+CLCC: <id1>, <dir>, <stat>, <mode>, <mpty> [,<number>, <type>
[<alpha>]]
[<CR><LF>
+CLCC: <id2>, <dir>, <stat>, <mode>, <mpty> [ ,<number>, <type>
[<alpha>]][...]]]
<CR><LF>
OK
RING
Note: Incoming call
AT+CLCC +CLCC: 1,1,4,0,0,"0146294079",129
OK
ATA OK
Note: Answering the cal
AT+CLCC +CLCC: 1,1,1,0,0,"0146294079",129
OK
ATD0146299704; OK
Note: Outgoing call
AT+CLCC +CLCC: 1,0,2,0,0,"0146294079",129
Note: Before the phone called is ringing OK
AT+CLCC +CLCC: 1,0,3,0,0,"0146294079",129
Note: The phone called is ringing OK
AT+CLCC +CLCC: 1,0,0,0,0,"0146294079",129
Note: The call is being answered OK
10.14.1 Description
This command refers to supplementary service related network initiated
notifications.
10.14.2 Syntax:
Command syntax: AT+CSSN= <n>, <m>
When <n>=1 and a supplementary service notification is received after a
mobile originated call setup, intermediate result code
+CSSI:<code1>[,<index>] is sent before any other MO call setup result codes.
When <m>=1 and a supplementary service notification is received during a
call, unsolicited result code +CSSU:<code2>[,<index>[,<number>,<type>]] is
sent.
<code2>
0 This is a forwarded call (MT call setup)
1 closed User Group call, with CUG <index>
2 call has been put on hold (during a voice call, <number> & <type> fields
may be present)
3 call has been retrieved (during a voice call, <number> & <type> fields
may be present)
4 multiparty call entered (during a voice call, <number> & <type> fields
may be present)
5 call on hold has been released (during a voice call)
7 call is being connected (alerting) with the remote party in alerting state in
Explicit Call Transfer operation (during a voice call)
8 call has been connected with the other remote party in Explicit Call
Transfer operation (during a voice call, <number> & <type> fields may
be present)
10.15.1 Description
The USSD supplementary service is described in GSM 02.90.
It is based on sequences of digits which may be entered by a mobile user with
a handset. A sequence entered is sent to the network which replies with an
alphanumerical string, for display only, or for display plus request for the next
sequence.
This command is used to:
• enable or disable the CUSD indication sent to the application by the
product when an incoming USSD is received
• send and receive USSD strings
10.15.2 Syntax :
Command syntax: AT+CUSD = <n> [ ,<str> [ <dcs> ] ]
<m>
0 no further user action required (network initiated USSD-Notify,
or no further information needed after mobile initiated
operation)
1 further user action required (network initiated USSD-Request,
or further information needed after mobile initiated operation)
2 USSD terminated by network
4 Operation not supported
10.16.1 Description
The Closed User Group Supplementary Service enables subscribers to form
groups with restricted access (both access to and from).
The CUG supplementary service is described in GSM 02.85. This service is
provided on prior arrangement with the service provider. Subscription options
should be selected at implementation.
The +CCUG command is used to:
• activate/deactivate the control of CUG information for all following
outgoing calls,
• select a CUG index,
• suppress outgoing access (OA). OA allows or not a member of a CUG to
place calls outside the CUG.
• suppress the preferential CUG. Preferential is the default CUG used by
the network when it does not receive an explicit CUG index.
10.16.2 Syntax :
Command syntax: AT+CCUG = <n> [ ,<index> [ <info> ] ]
11 Data commands
11.2.1 Description
This command applies to both outgoing and incoming data calls, but in a
different way. For an outgoing call, the two parameters (e.g. <speed> and
<ce>) are meaningful, whereas for an incoming call, only the <ce> parameter
is used.
Note 1) For incoming calls, if <ce> is set to ‘T’ only and the network offers
only ‘NT’ or vice versa, then the call is released.
Note 2) Values 2 and 3 for <ce> parameter are equivalent to former values
100 and 101. Those values are managed for compatibility purpose, but they
shouldn’t be used in new code (2 as former 100, and 3 as former 101).
11.2.2 Syntax
Command syntax: AT+CBST= <speed>, <name>, <ce>
<name>
No data compression is provided and only asynchronous modem is supported:
<name> = 0.
<ce>: Connection element
0 Transparent only
1(default) Non transparent only
2 Transparent preferred
3 Non transparent preferred
11.3.1 Description
This command sets the product into a particular operating mode (data or fax).
11.3.2 Syntax
Command syntax: AT+FCLASS= <n>
11.4.1 Description
This command enables a detailed type of service reporting in the case of
incoming or outgoing data calls. Before sending the CONNECT response to the
application, the product will specify the type of data connection that has been
set up.
These report types are:
+CR: ASYNC For asynchronous transparent
+CR: REL ASYNC For asynchronous non-transparent
11.4.2 Syntax :
Command syntax: AT+CR=<mode>
AT+CR=0 OK
Note: Extended reports disabled Note: Command valid
AT+CR=1 OK
Note: Extended reports enabled Note: Command valid
AT+CR? +CR: 1
OK
AT+CR=? +CR: (0,1)
OK
11.5.1 Description
This command allows more detailed ring information for an incoming call
(voice or data). Instead of the string “RING”, an extended string is used to
indicate which type of call is ringing (e.g. +CRING: VOICE).
These extended indications are:
+CRING ASYNC for asynchronous transparent
+CRING: REL ASYNC for asynchronous non-transparent
+CRING: VOICE for normal speech.
+CRING: FAX for fax calls
11.5.2 Syntax :
Command syntax: AT+CRC=<mode>
AT+CRC=0 OK
Note: Extended reports disabled Note: Command valid
AT+CRC=1 OK
Note: Extended reports enabled Note: Command valid
AT+CRC? +CRC: 1
OK
AT+CRC=? +CRC: (0,1)
OK
11.6.1 Description
This parameter controls whether the extended-format “+ILRR: <rate>”
information text is transmitted from the DCE to the DTE or not. The <rate>
value reported represents the current (negotiated or renegotiated) DTE-DCE
speed rate.
If enabled, the intermediate result code is transmitted in an incoming or
outgoing data call, after any data compression report, and before any final
result code (CONNECT).
11.6.2 Syntax
Command syntax: AT+ILRR = <value>
AT+ILRR=0 OK
Note: Local port rate report disabled Note: Command valid
AT+ILRR=1 OK
Note: Local port rate report enabled Note: Command valid
AT+ILRR? +ILRR: 1
OK
AT+ILRR=? +ILRR: (0,1)
OK
<rate> can take the following values: 300, 600, 1200, 2400, 4800, 9600,
19200, 38400, 57600, 115200 (kbps).
11.7.1 Description
This command modifies the radio link protocol parameters used for non
transparent data transmission.
11.7.2 Syntax
Command syntax: AT+CRLP= <iws>, <mws>, <T1>, <N2>, <ver>
11.8.1 Description
This WAVECOM specific command modifies some supplementary radio link
protocol parameters.
11.8.2 Syntax
Command syntax: AT+DOPT=<reset_allowed>,<dtx_allowed>
AT+DOPT=1 OK
nd
Note: Set new parameters (2 value is the Note: Command valid
default one)
AT+DOPT=? (0,1),(0,1)
Note: Test command OK
Note: DTX is supported
AT+DOPT=1,1 OK
Note: Set new parameters Note: Command valid
AT+DOPT? 1,1
Note: Current values OK
Note: Command valid
11.9.1 Description
This command enables or disables data compression negotiation if this feature
is supported by the product.
11.9.2 Syntax
Command syntax: AT%C<n>
AT%C0 OK
Note: Command Note: Feature supported
AT%C2 OK
Note: Command Note: V42bis supported
AT%C? 2
Note: Current value OK
Note: Command valid
11.10.1 Description
This command enables or disables V.42bis data compression if this feature is
supported by the product. Beware that the product only allows the MNP2
protocol.
11.10.2 Syntax
Command syntax: AT+DS=<dir>,<neg>,<P1>,<P2>
11.11.1 Description
This command determines whether or not the use of V42bis is allowed for an
incoming or outgoing data call, if the feature is provided by the product.
The intermediate result code represents current DCE-DCE data compression
type. The format of this result code is as follows:
The +DR intermediate result code, if enabled, is issued before the final result
code, after the service report control +CR and before the +ILRR intermediate
report.
11.11.2 Syntax
Command syntax: AT+DR=<status>
11.12.1 Description
This command controls the preferred error correcting mode for a data
connection, if the feature is provided by the product. It can only be used for
transparent data transmission.
If the MNP2 feature is provided, the product authorizes MNP error correction
mode.
11.12.2 Syntax
Command syntax: AT\N<n>
AT\N0 OK
Note: no error correction
AT\N? 0
Note: Current value OK
Note: Command valid
AT\N4 +CME ERROR: 3
12 Fax commands
The fax service provided by the product is class 1 compatible. However, only
the core commands defined by ITU T.31 are supported. This means that
commands such as AT+FAR, +FCC, etc. are not supported.
Autobauding must be enabled to set up the product for fax.
All commands described hereafter will return an ERROR response code if they
are not issued during communication.
12.1.1 Description
This command sets the fax transmit speed.
12.1.2 Syntax
Command syntax: AT+FTM=<speed>
AT+FTM=? (24,48,72,73,74,96,97,98,121,122,145,146)
Note: Test command OK
Note: Fax 14.4 kbps supported
12.2.1 Description
This command sets the fax receive speed.
12.2.2 Syntax
Command syntax: AT+FRM=<speed>
AT+FRM=? (24,48,72,73,74,96,97,98,121,122,145,146)
Note: Test command OK
Note: Fax 14.4 kbps supported
12.3.1 Description
This command sets the fax transmit speed, using the HDLC protocol.
12.3.2 Syntax
Command syntax: AT+FTH=<speed>
12.4.1 Description
This command sets the fax receive speed, using the HDLC protocol.
12.4.2 Syntax
Command syntax: AT+FRH=<speed>
12.5.1 Description
This command stops transmission for the specified period.
12.5.2 Syntax
Command syntax: AT+FTS=<n>
AT+FTS=? (0-255)
Note: Test command OK
AT+FTS=50 OK
Note: Stops transmission and waits for 0.5s Note: Command valid
12.6.1 Description
This command causes the modem to stop listening to the network and report
back to the DTE after the specified period.
It is aborted if any character is received from the application.
12.6.2 Syntax
Command syntax: AT+FRS=<n>
AT+FRS=? (0-255)
Note: Test command OK
AT+FRS=50 OK
Note: Stops transmission and waits for 0.5s Note: Command valid
13.1.1 Description :
This command prefixes data transmission.
13.1.2 Syntax
Command syntax: AT+FDT
13.2.1 Description
This command initiates data reception.
13.2.2 Syntax
Command syntax: AT+FDR
13.3.1 Description
This command punctuates page and document transmission after the +FDT
command. It indicates that the current page is complete, and if there are
additional pages to send.
13.3.2 Syntax
Command syntax: AT+FET=<ppm>
The remote station should respond with +FPTS:<ppr>
13.4.1 Description
This command sets post page transfer response.
13.4.2 Syntax
Command syntax: AT+FPTS=<ppr>
13.5.1 Description
This command causes the product to terminate the session.
13.5.2 Syntax
Command syntax: AT+FK
13.6.1 Description
This command sets the bit order for negotiation and fax page transfer. The
order is related to the bit order on radio link.
13.6.2 Syntax
Command syntax: AT+FBOR=<n>
13.7.1 Description
This command requests the size of the exchange buffer between the modem
and the fax application.
Note: Only the read command is supported.
13.7.2 Syntax
Command syntax: AT+FBUF
Command Possible responses
AT+FBUF? 1024
Note: Current value OK
Note: Command valid
13.8.1 Description
This command controls Copy Quality checking for receiving faxes.
13.8.2 Syntax
Command syntax: AT+FCQ=<n>
Command Possible responses
AT+FCQ=? (0)
Note: Test command OK
13.9.1 Description
This commands controls the capability of the modem to accept incoming faxes.
13.9.2 Syntax
Command syntax: AT+FCR=<n>
13.10.1 Description
This command allows the DTE to parameter the capabilities used for the
current session.
13.10.2 Syntax
Command syntax: AT+FDIS=<vr>,<br>,<wd>,<ln>,<df>,<ec>,<bf>,<st>
(0,1),(0-5),(0-2),(0-2),(0-3),(0),(0),(0-7)
AT+FDIS=? OK
Note: Fax ECM not supported, Fax 14,4 kbps supported
(0,1),(0-3),(0-2),(0-2),(0-3),(0),(0),(0-7)
OK
Note: Fax ECM not supported, Fax 14,4 kbps not supported
0 (default) 0 ms 0 ms
1 5 ms 5 ms
2 10 ms 5 ms
3 10 ms 10 ms
4 20 ms 10 ms
5 20 ms 20 ms
6 40 ms 20 ms
7 40 ms 40 ms
13.11.1 Description
This command allows the DTE to parameter the capabilities used for any
session.
13.11.2 Syntax
Command syntax: AT+FDCC=<vr>,<br>,<wd>,<ln>,<df>,<ec>,<bf>,<st>
13.12.1 Description
This command allows the local ID string to be defined.
13.12.2 Syntax
Command syntax: AT+FLID=”<string>”
AT+FLID=? (20),(32-127)
Note: Test command OK
13.13.1 Description
This command sets the time interval during which the modem expects another
page before it assumes there are no more pages and aborts.
13.13.2 Syntax
Command syntax: AT+FPHCT0=<n>
AT+FPHCTO=? (0-255)
Note: Test command OK
The following messages are used to indicate DCE Responses. They are used in
communication only.
+FCON:
This response indicates connection with a fax machine.
+FDCS <vr>,<br>,<wd>,<ln>,<df>,<ec>,<bf>,<st>:
This response reports current session capabilities. The parameters are the
same than those of AT+FDIS command (see 0).
+FDIS <vr>,<br>,<wd>,<ln>,<df>,<ec>,<bf>,<st>:
This response reports remote capabilities. The parameters are the same
than those of AT+FDIS command (see 0).
<vr>
Combinations of the following values are also allowed.
<vr> Coding
0x01 R8 × 7.7 l/mm, Fine (196 lpi)
0x02 R8 × 15.4 l/mm
0x04 R16 × 15.4 l/mm
0x08 200 dpi × 100 l/25.4 mm
0x10 200 dpi × 200 l/25.4 mm
0x20 200 dpi × 400 l/25.4 mm
0x40 300 dpi × 300 l/25.4 mm
+FCFR:
This response indicates confirmation to receive.
+FTSI “<string>”:
This response reports the received transmit station ID string.
+FCSI “<string>”:
This response reports the received called station ID string.
+FPTS <ppr>:
This response reports received page transfer status. The parameter is the
same than the one of AT+FPTS command (see 13.4).
+FET <ppm>:
This response reports post page message response. The parameter is the
same than the one of AT+FET command (see 13.2.3).
+FHNG <cause>:
This response reports the hang-up cause. It indicates that the call has
been terminated.
<cause>
14 V24-V25 commands
Important note: all commands described hereafter will apply to the currently
selected (and used) UART.
14.1.1 Description
This commands specifies the data rate at which the DCE will accept
commands.
Notes:
• The serial autobauding feature is supported, and covers the following
serial speeds (only): 2400, 4800, 9600, 19200, 38400, 57600 bps.
Beyond those serial speeds, proper operation of the module is not
guaranteed.
• Any AT command issued by the DTE must start with both capital ‘A’
and ‘T’ (or ‘/’) or both lower case ‘a’ and ‘t’ (or ‘/’), otherwise the DCE
may return some garbage characters and become desynchronized.
Should this happen, the DTE simply issues ‘AT\r’ (at 2400 or 4800
bauds) once or twice or just ‘AT’ (at 9600 bauds) to resynchronize the
modem.
• The DTE waits for 1ms after receiving the last character of the AT
response (which is always ‘\n’ or 0x0A) to send a new AT command at
either the same rate or a new rate. Should this delay be ignored, the DCE
can become desynchronized. Once again, sending ’AT\r’ once or twice or
just ‘AT’ causes the DCE to recover.
Caution:
when starting up, if autobauding is enabled and no AT command has yet been
received, the product sends all unsolicited responses (like RING) at 9600
bauds.
14.1.2 Syntax
Command syntax: AT+IPR=<rate>
14.2.1 Description
This command is used to determine the local serial port start-stop
(asynchronous) character framing used by the DCE.
14.2.2 Syntax
Command syntax: AT+ICF= <format>[, <parity>]
<parity>
0: Odd (supported)
1: Even (supported)
2: Mark (supported)
3: Space (supported)
4: None (supported)
Notes:
• Setting a character framing different from 8N1 will disable autobauding
if it was activated. Setting it back to 8N1 will not re-enable auto-baud.
• Setting the framing to 8N1 will let the autobauding enabled, if it was
already enabled (implying framing was already 8N1).
14.3.1 Description
This command is used to control the operation of local flow control between
the DTE and DCE.
14.3.2 Syntax
Command syntax: AT+IFC=<DCE_by_DTE>,<DTE_by_DCE>
Important note:
when this parameter is set to 2 (DTE invokes flow control through RTS) DCE
behavior is as follows:
If the DCE has never detected RTS in the high (or ON) condition since
startup, then it ignores RTS (assuming this signal is not connected).
As soon as the DCE detects RTS high the signal acts on it. Therefore
subsequent RTS transition to OFF will prevent the DCE from sending any
further data in both online and offline modes.
This behavior allows the user to use the default settings (hardware flow
control) and leave RTS disconnected. In the case where RTS is connected
and is high at least once, it acts on the DCE.
14.4.1 Description
This commands controls the Data Carrier Detect (DCD) signal.
Note: WAVECOM products slightly differ from V25ter Recommendation. DCD
signal (“Circuit 109”) is turned ON at the same time the CONNECT message is
sent, whereas the specification states the DCD should be turned ON after the
CONNECT message was received.
14.4.2 Syntax
Command syntax: AT&C<n>
AT&C0 OK
Note: DCD always on Note: Command valid
AT&C1 OK
Note: DCD matches state of the remote Note: Command valid
modem’s data carrier
14.5.1 Description
This commands controls the Data Terminal Ready (DTR) signal.
14.5.2 Syntax
Command syntax: AT&D<n>
AT&D0 OK
Note: The DTR signal is ignored Note: Command valid
AT&D1 OK
Note: Modem switches from data to Note: Command valid
command mode when DTR switches from
ON to OFF
AT&D2 OK
Note: Upon DTR switch from ON to OFF, Note: Command valid
the call is released
14.6.1 Description
This commands controls the Data Set Ready (DSR) signal.
14.6.2 Syntax
Command syntax: AT&S<n>
AT&S0 OK
Note: DSR always on Note: Command valid
AT&S1 OK
Note: DSR off in command mode, DSR on Note: Command valid
in data mode
14.7.1 Description
If a connection has been established and the ME is in command mode, this
command allows you to return to online data mode.
14.7.2 Syntax
Command syntax: ATO
ATO OK
Note: Return from offline mode to online
mode
14.8.1 Description
This command determines whether the mobile equipment sends result codes
or not
14.8.2 Syntax
Command syntax: ATQ<n>
ATQ0 OK
Note: DCE transmits result codes Note: Command valid
ATQ1 Note: No response
Note: Result codes are suppressed and not
transmitted
14.9.1 Description
This command determines whether the DCE response format uses or not the
header characters <CR><LF>, and the result codes are provided as numeric or
verbose.
14.9.2 Syntax
Command syntax: ATV<n>
ATV0 0
Note: DCE transmits limited headers and Note: Command is valid (0 means OK)
trailers and numeric result codes
ATV1 OK
Note: DCE transmits full headers and Note: Command valid
trailers and verbose response text
<n>=0 <n>=1
Information responses <text><CR><LF> <CR><LF>
<text><CR><LF>
Result codes <numeric code><CR> <CR><LF>
<verbose code><CR><LF>
14.10.1 Description
This command restores the configuration profile. Any call is released.
14.10.2 Syntax
Command syntax: ATZ
ATZ Ok
Note: Command valid
14.11.1 Description
This commands writes the active configuration to a non-volatile memory
(EEPROM). Description of the stored parameters is given in appendix
Parameters storage (§19.10)
14.11.2 Syntax
Command syntax: AT&W
AT&W OK
Note: Writes current configuration to EEPROM Note: Command valid
14.12.1 Description
This command allows to trigger various auto-tests.
14.12.2 Syntax
Command syntax: AT&T<n>
AT&T0 OK
Note: Perform software auto-tests Note: No software problem detected, all
checksums are correct
AT&T1 OK
Note: Do the audio loop test (close) Note: Command valid
AT&T2 OK
Note: Stop the audio loop test (open) Note: Command valid
14.13 Echo E
14.13.1 Description
This command is used to determine whether the modem echoes characters
received by an external application (DTE) or not.
14.13.2 Syntax
Command syntax: ATE<n>
ATE0 OK
Note: Characters are not echoed Note: Done
ATE1 OK
Note: Characters are echoed Note: Done
14.14.1 Description
This command is used to restore the factory settings from EEPROM.
It only restores the parameters that can be found in paragraph 20 Codes and
values (Parameters Storage paragraph) with AT&F column checked. Those
parameters are restored in RAM and in E2P, overwriting the profile set with
AT&W.
14.14.2 Syntax
Command syntax: AT&F[<n>]
AT&F OK
Note: Ask for restoring the factory settings Note: Done
AT&F0 OK
Note: idem Note: Done
14.15.1 Description
This command is used to display the modem configuration.
14.15.2 Syntax
Command syntax: AT&V<n>
The parameters displayed are the following:
Q:val1, V:val2, S0:val3, S2:val4, S3:val5, S4:val6, S5:val7,
+CR:val8, +CRC:val9, +CMEE:val10, +CBST:val11,
+SPEAKER:val12, +ECHO:val13, &C:val14, &D:val15, %C:val16
+IPR:val17, +ICF:val18, +IFC:val19
14.16.1 Description
This command causes the product to transmit one or more lines of specific
information text.
14.16.2 Syntax
Command syntax: ATI<n>
14.17.1 Description
This specific command allows to manage the data / AT commands
multiplexing mode. See appendix 19.13 for the Data / Commands multiplexing
protocol description.
14.17.2 Syntax
Command syntax AT+WMUX=<mode>
15 Specific AT commands
15.1.1 Description
This command can be used by the application to retrieve the parameters of the
main cell and of up to six neighboring cells.
There are two possible methods for the external application to ascertain these
cell parameters:
• on request by the application or
• automatically by the product every 5 seconds.
Automatic mode is not supported during registration.
15.1.2 Syntax
Command syntax: AT+CCED=<mode>[, <requested dump>]
AT+CCED=0 +CCED:208,20,0002,0418,37,706,24,,,0,,,0,2
Note: last request was 08,20,0006,989b,37,835,20,208,20,0002,02a
AT+CCED=0,3 (main cell and 9,37,831,12,208,20,0101,7966,34,818,13,20
neighbors 1 to 6): you can see 8,20,0006,9899,39,713,9,208,20,0002,0a72,
MCC,MNC sequences (here 33,711,12,208,20,0101,03fb,36,824,10,1
208,20) OK
AT+CCED=0,1 +CCED:208,20,0002,0418,37,706,25,,,0,,,0
Note: Only Main cell request OK
AT+CCED=0,1 +CCED:208,10,189C,,19,85,,31,32,,0,0,
Note: Call in progress: RXLev and OK
RXQual are empty, RxLevFull,
RxLevSub, RxQualFull and
RxQualSub have data.
Notes:
• The response for the requested dump 1, 2 and 4 will be:
+CCED:<value1>, … , <valuen>
OK
where <value> is the ASCII string of the values (in decimal form except
the LAC and CI values which are in hexadecimal form) of the parameters.
If a field cannot be measured – or is meaningless – the parameter is not
filled in, and two consecutive commas are sent.
• The response for the requested dump 8 will be a +CSQ response and not
a +CCED response. The 07.07 format for +CSQ is respected. The <ber>
is not evaluated by this command, so the <ber> value will always be 99.
+CSQ:<rssi>, 99
OK
When automatic shots are selected, this +CSQ response is sent every
time the <rssi> measured by the product changes. Automatic shots are
supported in idle mode and during communication. The activation or
deactivation of this flow (8) does not affect the other flows.
• In idle mode, only RxLev measurements (on the main cell and on the
neighboring cells) are made.
15.2.1 Description
WAVECOM has introduced a general mechanism to send unsolicited non-
standardized indications to the application. These indications are:
• indication of a physical change on the SIM detect pin from the connector
(meaning SIM inserted, SIM removed)
• indication during mobile originated call setup that the calling party is
ringing.
• Indication of the availability of the product to receive AT commands after
boot.
• NITZ indication (Network Information and Time Zone).
For each indication, a “bit flow” has to be indicated.
15.2.2 Syntax:
Command syntax: AT+WIND= <IndLevel >
AT+WIND? +WIND: 0
OK
AT+WIND=255 OK
Note: The SIM has been removed +WIND: 0
Note: The SIM presence pin has been
detected as “SIM removed”
Note: The SIM has been inserted +WIND: 1
Note: The SIM presence pin has been
detected as “SIM inserted”
Note: The network service is available +WIND: 7
for an emergency call
Note: The initialization has been +WIND: 4
completed
The AT+WIND? command is supported and indicates the <allowed bit flows>.
AT+WIND settings are automatically stored in non volatile memory (EEPROM).
This means the &W command does not need to be used and the selected
flows are always activated after boot.
Default value is 0: no flow activated, no indication.
Event Meaning
0 The SIM presence pin has been detected as “SIM removed”
1 The SIM presence pin has been detected as “SIM inserted”
2 Calling party is alerting
3 Product is ready to process AT commands (except
phonebooks, AOC, SMS), at init or after AT+CFUN=1
4 Product is ready to process all AT commands, end of
phonebook init or swap (FDN to ADN)
5 Call <idx> has been created (after ATD or +CCWA…)
6 Call <idx> has been released, after a NO CARRIER, a +CSSU: 5
indication, or after the release of a call waiting
7 The network service is available for an emergency call.
8 The network is lost.
9 Audio ON.
10 Show reload status of each SIM phonebook after init phase
(after Power-ON or SIM insertion).
11 Show the checksum of SIM phonebooks after loading
12 An interruption has occurred
13 The rack has been detected as Closed.
14 The rack has been detected as Opened.
15 The modem received a NITZ information message from the
network.
15.3.1 Description
This command gets the (DC level * 1024) of ADC A, ADC B, and possibly ADC
C. These voltages are coded on 10 bits.
The command returns average values, computed every 10 seconds. The same
set of values will be returned between two computings. At initialization
(module start-up), <ADCValA> is set to value 3789, and <ADCValB> and
<ADCValC> are set with instant values read on physical ADCs. Measured
(instant read) values are then stored during 10 seconds until a new set of
average values is computed (with instant values measured during this period)
and returned in response to an AT+ADC? command. The stabilization of the
signals may take time, and the computed values will tend towards useable
values within some 10-seconds periods.
15.3.2 Syntax
Command syntax: AT+ADC=<n>
Response syntax: +ADC: <ADCValA>,<ADCValB>[,<ADCValC>]
15.4.1 Description
This command enables or disables sending of unsolicited result codes in the
case of a key press.
15.4.2 Syntax
Command Syntax: AT+CMER=<mode>,<keyp>,<disp>,<ind>,<bfr>
Response syntax (key press event report): +CKEV: <key>, <press>
Response syntax (indicator event report): +CIEV: <indresp>,<value>.
AT+CMER=,1 OK
Note: Ask key press event report
+CKEV:12,1
+CKEV:12,0
Note: Key 12 has been pressed and released.
AT+CMER? +CMER: 3,1,0,0,0
OK
15.5.1 Description
Read a Language Preference value of EF-LP. The first indices should have the
highest priority.
15.5.2 Syntax
Command syntax: AT+WLPR= <index >
Response syntax: +WLPR: <value>
AT+WLPR? +WLPR: 4
Note: Read command OK
Note: Four language preferences are
available in EF-LP
AT+WLPR=1 +WLPR: 5
Note: Read first EF-LP index value OK
Note: Language preference is 5
<value> Language
0 German
1 English
2 Italian
3 French
4 Spanish
5 Dutch
6 Swedish
7 Danish
8 Portuguese
9 Finnish
10 Norwegian
11 Greek
12 Turkish
13 Hungarian
<value> Language
14 Polish
32 Czech
33 Hebrew
34 Arabic
35 Russian
36 Icelandic
15.6.1 Description
Write a Language Preference value in EF-LP
15.6.2 Syntax
Command syntax: AT+WLPW=<index >,<value>
Response syntax: OK or +CME ERROR: <err>
AT+WLPW=1,5 OK
Note: Write Lang Pref equal to 5 in EF-LP Note: EF-LP correctly updated
with index 1
15.7.1 Description
Read the requested GPI or GPIO pin value.
• Note: by default (e.g. after a reset), the I/O ports configuration is set by
the +WIOM command.
• This command is allowed only on a GPIO not allocated by an Open-AT
embedded application or for bus operations.
15.7.2 Syntax
Command syntax: AT+WIOR=<index>
Response syntax: +WIOR: <value>
AT+WIOR=0 +WIOR: 0
Note: Read I/O (number 0) value OK
Note: GPIO number 0 is reset
15.8.1 Description
Set the requested GPO or GPIO pin value.
Note:
• by default (after a reset), the I/O ports configuration is set by the +WIOM
command.
• This command is allowed only on a GPIO not allocated by the Open-AT
embedded application or for bus operations.
15.8.2 Syntax
Command syntax: AT+WIOW=<index >,<value>
15.9.1 Description
This specific command allows to set the default GPIOs configuration (input or
output) after reset, and each GPIO default value (if set as an output) after reset.
Note:
• This command is allowed only on a GPIO not allocated by the Open-AT
embedded application or for bus operations.
• When UART 2 is activated, GPIOs 0 and 5, GPO2 and GPI are not
available anymore. When you try to do writable or readable operations
on these I/O +CME ERROR: 3 will be returned. This applies for modules
running AT X50 software and supporting multi-UART feature.
15.9.2 Syntax
Command Syntax AT+WIOM=[<GpioDir>],[<GpioVal>]
• GPIO3 is used for the Battery Charge on Q2501 product. This feature is
enabled or disabled using +WHCNF command. By default, the Battery
Charge on Q2501B module is disabled.
Battery Charge on GPIO3 state
Q2501B module
• Here is the corresponding table between Module GPIO Pin Names and
parameters values (<index>) for AT commands:
Parameter WISMO WISMO WISMO WISMO WISMO WISMO WISMO
value for AT Quik Pac Quik Pac Pac Quik Quik
Commands Q2xx3 Pin P3xx3 Pin Q24X6 P32X6 Pin P51x6 Pin Q31x6 Pin Q25xx
Names Names Pin Names Names Names Pin
Names Names
0 GPIO 0 GPIO 0 GPIO 0 GPIO 0 GPIO 0 GPI GPI
1 GPO 1 GPI GPO 1 GPI GPIO 4 GPO 1 GPO 0
2 GPO 2 GPIO 2 GPO 2 GPIO 2 GPIO 5 GPO 2 GPO 1
3 GPI GPIO 3 GPI GPIO 3 GPIO 8 GPIO 3 GPO 2
4 GPIO 4 GPIO 4 GPIO 4 GPIO 4 GPIO 9 GPIO 4 GPO 3
5 GPIO 5 GPIO 5 GPIO 5 GPIO 5 GPIO 10 GPIO 5 GPIO 0
6 (no GPIO (no GPIO GPO 0 GPO 0 GPIO 11 GPIO 6 GPIO 1
affected) affected)
7 (no GPIO (no GPIO GPO 3 GPIO 8 GPIO 12 GPIO 7 GPIO 2
affected) affected)
8 (no GPIO (no GPIO (no GPIO (no GPIO GPO 0 (no GPIO Depend
affected) affected) affected) affected) affected) ing of
Battery
Charge
9 (no GPIO (no GPIO (no GPIO (no GPIO GPO 1 (no GPIO GPIO 4
affected) affected) affected) affected) affected)
10 (no GPIO (no GPIO (no GPIO (no GPIO (no GPIO (no GPIO GPIO 5
affected) affected) affected) affected) affected) affected)
15.10.1 Description
This specific command allows SMS, SS and PLMN selection related
commands to be aborted.
15.10.2 Syntax
Command syntax: AT+WAC
Example:
15.11.1 Description
This specific command allows a tone to be played on the current speaker or on
the buzzer. Frequency, gain and duration can be specified.
Syntax
Command syntax:
AT+WTONE=<mode>[,<dest>,<freq>[,<gain>[,<duration>[,<freq2>,[<ga
in2>]]]]]
Response syntax: OK or +CME ERROR: <err>
AT+WTONE=1,1,300,9,50 OK
Note: Play a tone Note: Done
AT+WTONE=0 OK
Note: Stop playing Note: Done
AT+WTONE=? OK
Note: Test command Note: Done
AT+WTONE? ERROR
Note: Current value Note:
AT+WTONE=1,1,300,9,50,600,9 OK
Note: Play a tone with 2 frequencies (only Note: Done
allowed with the speaker)
AT+WTONE=1,2,300,9,50,600,9 +CME ERROR: 3
Note: Play a tone with 2 frequencies with Note: Dual frequency only for the speaker
the buzzer
<gain>: This parameter sets the tone gain for the <freq>. The default value is
9.
<gain2>: This parameter sets the tone gain for the <freq2>. The default value
is 9.
Range of values is 0 to 15.
0 0 -0.25
1 -0.5 -0.5
2 -1 -1
3 -1.5 -1.5
4 -2 -2
5 -3 -3
6 -6 -6
7 -9 -9
8 -12 -12
9 -15 -15
10 -18 -18
11 -24 -24
12 -30 -30
13 -36 -40
14 -42 -infinite
15 -infinite -infinite
<duration>: This parameter sets tone duration (in unit of 100 ms).
Range of values is 0 to 50 (0 is default value, 1 -> 0,1 s., 50 -> 5 s.)
Remark: when <duration> = 0, the duration is infinite, and the tone
should be stopped by AT+WTONE=0.
Note : The 2nd frequency <freq2> and the gain <gain2> are only allowed for
the speaker.
15.12.1 Description
This specific command allows a DTMF tone to be played on the current
speaker. DTMF, gain and duration can be specified.
Remark: This command is only used to play a DTMF tone. To send a DTMF
over the GSM network, use the +VTS command.
15.12.2 Syntax
Command syntax: AT+WDTMF=<mode>[,<dtmf>,<gain>,<duration>]
Response syntax: OK or +CME ERROR: <err>
AT+WDTMF=1,"*",9,50 OK
Note: Play a DTMF tone Note: Done
AT+WDTMF=0 OK
Note: Stop playing Note: Done
AT+WDTMF=? +WDTMF: (0-1),(0-9,*,#,A,B,C,D),(0-15),(0-50)
Note: Test command OK
Note: Done
AT+WDTMF? ERROR
Note: Current value
15.13.1 Description
This specific command switches the product to download mode.
AT+WDWL command allows to launch the download process only on the
UART1 port.
Downloading is performed using the 1K-XMODEM protocol.
Important note: Software damages may occur if power is lost or if an hardware
reset occurs during the downloading phase. This would seriously affect
modem behavior.
15.13.2 Syntax
Command syntax: AT+WDWL
AT+WDWL +WDWL: 0
Note: Switch on downloading mode Note: Start the downloading
…
Note: Downloading in progress
AT+CFUN=1
Note: Reset the product at the end
OK
Note: reset completed, new software running
AT+WDWL? +WDWL: V01.19
OK
15.14.1 Description
This specific command allows the voice rate for bearer voice to be configured
for outgoing and ingoing calls.
Note: According to the module capabilities, the following voice coding types
are allowed:
o Module supporting AMR: FR, EFR, AMR-FR, AMR-HR are supported.
o Module not supporting AMR: FR, EFR, HR are supported.
15.14.2 Syntax
Command syntax:
AT+WVR=<out_coding_type>[,<in_coding_type>]
AT+WVR=[<out_coding_type>],<in_coding_type>
AT+WDR? +WDR: <out_coding_type>,<in_coding_type>
OK
Note: <out_coding_type> is related to outgoing calls, and <in_coding_type> to
incoming calls.
AT+WVR=1 OK
Note: Configure voice type FR and Note: Bearer is configured for outgoing calls
EFR for outgoing calls only
AT+WVR=1,4 OK
Note: Configure voice type FR and Note: Bearer is configured for outgoing and
EFR for outgoing calls and HR and incoming calls
EFR for incoming calls
AT+WVR=,4 OK
Note: Configure voice type HR and Note: Bearer is unchanged for outgoing calls
EFR for incoming calls and configured for incoming calls
AT+WVR=6 +CME ERROR: 3
Note: Syntax error Note: Syntax error
AT+WVR? +WVR: 1,1
Note: Ask for the current values OK
15.15.1 Description
This specific command allows the data rate for bearer data to be configured for
outgoing and incoming calls.
15.15.2 Syntax
Command syntax:
AT+WDR=<out_coding_type>[,<in_coding_type>]
AT+WDR=[<out_coding_type>],<in_coding_type>
AT+WDR? +WDR: <out_coding_type>,<in_coding_type>
OK
Note: <out_coding_type> is related to outgoing calls, and <in_coding_type> to
incoming calls.
15.16.1 Description
This specific command gets the hardware version.
15.16.2 Syntax
Command syntax: AT+WHWV
15.17.1 Description
This specific command gets the date of production. Format of the date is
Week/Year (ww/yyyy).
15.17.2 Syntax
Command syntax: AT+WDOP
15.18.1 Description
The product has 2 voice gain controllers, this specific command selects the
microphone gain controller.
15.18.2 Syntax
Command syntax: AT+WSVG = <n>
AT+WSVG=<n>
AT+WSVG=0 OK
Note: Select Controller 1 (Default) Note: Controller 1 selected
AT+WSVG=1 OK
Note: Select Controller 2 (Default) Note: Controller 2 selected
AT+WSVG=? +WSVG: (0-1)
Note: Get the list of possible values Note: possible values 0 or 1
AT+WSVG? +WSVG: 1
Note: Get the current value Note: Controller 1 is selected
15.19.1 Description
This specific command returns some operation status. It can be used for
example to check the state of the initialization sequence; the different values
returned are Not started, Ongoing, Finished.
15.19.2 Syntax
Command syntax: AT+WSTR=<status>
Response syntax: +WSTR: <status>,<value>
AT+WSTR=<status> +WSTR:<status>,<value>
AT+WSTR=1 +WSTR: 1,2
Note: Select the status 1 (INIT SEQUENCE) OK
Note: Init finished
AT+WSTR=2 +WSTR: 2,1
Note: Select the status 2 (NETWORK OK
STATUS) Note: The network is available
AT+WSTR=? +WSTR: (1-2)
Note: Ask for the list of possible values
Note: possible values are 1 and 2
15.20.1 Description
This specific command displays the received signal strength indication (<rssi>)
for a specified frequency (in absolute format).
This command is not allowed during communication.
15.20.2 Syntax
Command syntax: AT+WSCAN=<absolute frequency>
Response syntax: +WSCAN: <rssi>
AT+WSCAN=50 +WSCAN: 23
OK
Note: Request <rssi> of absolute frequency Note: <rssi> is 23.
50
AT+WSCAN=1025 CME ERROR: 3
Note: Request power of absolute frequency Note: 1025 is not a valid absolute
1025 frequency
15.21.1 Description
This specific command sets the state of the Ring Indicator Mode.
• Up-down RI mode: no pulses are sent before unsolicited AT response.
Up-down signals are sent when receiving an incoming call.
• Pulse RI mode: an electrical pulse is sent on the Ring Indicator signal
just before sending any unsolicited AT response, in order to lose no AT
responses when client tasks are in sleep state. Still in RI mode, when
receiving incoming calls, electrical pulses are sent on the RI signal.
• Pulse RI Mode + Pulse On Packet Downloaded: based on Pulse RI mode
but an electrical pulse is also sent on the Ring Indicator signal just
before sending a downloaded data packet (GPRS or CSD) if the remote
client tasks has dropped down his RTS signal.
15.21.2 Syntax
Command syntax: AT+WRIM=<mode>[,<n>]
AT+WRIM=0 OK
Note: Select up-down RI mode Note: up-down RI mode selected
AT+WRIM=1 OK
Note: Select pulse RI mode Note: pulse RI mode selected
AT+WRIM=2,0 OK
Note: Select mode pulse RI + Pulse on Note: mode pulse RI + Pulse on
downloaded packet, pulse duration is 5 µs downloaded packet selected
AT+WRIM=? +WRIM: (0-2)
Note: Ask for the list of possible values OK
Note: possible values 0,1 or 2
AT+WRIM? +WRIM: 1
Note: Ask for the current value OK
Note: current RI mode is pulse RI.
15.22.1 Description
This specific command allows the 32kHz power down mode to be enabled or
disabled.
Note:
• When power down mode is entered, the product uses a 32kHz internal
clock during inactivity stages (despite of its nominal internal clock).
• When enabled, power down mode is active after 1 to 15 minutes. The
mode is not stored in EEPROM: the command has to be repeated after a
reset.
For additional information on power down mode, see Specification of Power
Down Control via RS232 in §22.
15.22.2 Syntax
Command syntax: AT+W32K=<mode>
AT+W32K=1 OK
Note: Enable 32kHz power down mode Note: 32kHz power down mode is enabled
AT+W32K=0 OK
Note: Disable 32kHz power down mode Note: 32kHz power down mode is disabled
15.23.1 Description
This specific command allows the selection of a manufacturer specific melody..
This default melody will be played for any new incoming voice call, either on
the buzzer or on the speaker.
15.23.2 Syntax
Command syntax: AT+WCDM=<melody>,<player>
AT+WCDM=0 OK
Note: Select no melody
AT+WCDM=5 OK
Note: Select melody n°5
AT+WCDM? +WCDM: 5,0
Note: Indicate the current melody OK
Note: Melody n°5 is currently selected,
and the buzzer is selected to play it.
RING
Note: An incoming call occurs, and the
melody n°5 is played on the buzzer.
AT+WCDM=,1 OK
Note: Select the speaker to play the melody
on.
AT+WCDM? +WCDM: 5,1
OK
Note: Now the speaker is selected to play
the melody if an incoming call occurs.
15.24.1 Description
This specific command displays some internal software reference.
15.24.2 Syntax
Command syntax: AT+WSSW
15.25.1 Description
This specific command allows to edit and display the custom character set
tables. These tables are used by the “CUSTOM” mode of +CSCS and the
+WPCS commands. In this CUSTOM mode, when the user enters a string, it is
converted into GSM alphabet using the Custom to GSM table. In a similar way,
when the user requests a string display, the string is converted from GSM
alphabet using the Custom alphabet and Custom alphabet extension tables.
In edition mode, the session is terminated by <ctrl-Z>, or aborted by <ESC>.
Only hexadecimal characters (‘0’…’9’, ‘A’…’F’) can be used. The number of
characters entered must be equal to the edition range requested, otherwise the
command will return “+CME ERROR: 24”.
The default Custom alphabet extension table contains the following extended
characters:
| ^ € { } [ ] ~ \
15.25.2 Syntax
Command syntax: AT+WCCS=<mode>,<table>,<char 1>[,<char 2>]
<table>
0 Custom To GSM conversion table (default table
is PCCP437 to GSM table)
1 Custom alphabet table (default table is GSM 7
bit default alphabet)
2 Custom alphabet extension table (default table
is GSM 7 bit default alphabet extended)
Note1: <char1> and <char2> are not ASCII codes, they stand for the range of
a given character in the tables.
Note2: If only <char1> is provided, only this char is displayed/edited.
See section 21 Examples for informative examples about the use of these
characters.
15.26.1 Description
This specific command allows the ME to be locked on a specific network
operator.
Note: Test SIM cards (with MCC=001 & MNC=01) doesn’t check these locks.
15.26.2 Syntax
Command syntax: AT+WLCK=<fac>,<passwd>,<NetId>[,<GID1>[,GID2]]
[,<CnlType>[,<CnlData>]]
Response syntax: +WLCK: <status>
AT+WLCK="PN",12345678,20810 OK
Note: Activate network lock on SFR Note: Network lock activated
(208,10)
AT+WLCK="PS",12345678,208105923568 OK
974 Note: SIM lock activated
Note: Activate SIM lock
AT+WLCK="PU",12345678,2081035 OK
Note: Activate Network Subset lock on SFR Note: Network Subset lock activated
(208, 10, 35).
AT+WLCK="PU",12345678,20810 +CME ERROR: 3
Note: Need 7 digits of IMSI to perform a
service provider lock
AT+WLCK=”PP”,12345678,20810,”E5” OK
Note: Activate Service Provider lock on SFR Note: Service Provider lock activated.
(208, 10) and GID1 (0xE5).
AT+WLCK=”PC”,12345678,20810,”E5”,”1 OK
0” Note: Corporate lock activated.
Note: Activate Corporate lock on SFR (208,
10), GID1 (0xE5) and GID2 (0x10).
AT+WLCK=”PN”,12345678,20810,0 OK
Note: Activate Network lock on SFR (208, Note: Network lock activated on SFR and
10) using co-operative network list from co-operative network list present in SIM
SIM file EFCNL (must be present in SIM)
AT+WLCK=”PN”,12345678,20801,1,”02F8 OK
02FFFFFF02F801FFFFFF” Note: Network lock activated on F
Note: Activate Network lock on F ORANGE ORANGE (primary network), SFR and
(208, 01) with manual co-operative Bouygues Telecom (co-operative
network list including SFR (208, 10) and networks)
Bouygues Telecom (208, 20)
15.27.1 Description
This specific command is used to activate, deactivate or interrogate a CPHS
feature (e.g. Voice Mail Indicator, Mail Box Number…)
Note: This command may answer +CME ERROR: 3 if the CPHS feature is
disabled (cf. +WFM command), or if the SIM card does not support this CPHS
feature.
15.27.2 Syntax
Command syntax: AT+CPHS=<Mode>,<FctId>[,<precision>]
AT+CPHS=<Mode>,<FctId>[,<precision>] OK
OK
AT+CPHS=? OK
<FctId>
1: Voice Mail Indicator
2: Mail Box Number
3: Alternate Line Service
4: Diverted Call Indicator
5: Network Operator Name
6: CPHS Information
7: Customer Service Profile
Note: The Customer Service Profile and Alternate Line Service features are
activated if the field is set in CPHS information and CSP files. The Network
Operator Name is activated if at least one of the two format names exist (Long
or Short format).This is done at initialization.
<precision>
only used if <Mode>=2 and <FctId>= 5 to 7
if <FctId>=5, this field is <type format> (See +WNON)
if <FctId>=6, this field is <data field> (See +WCPI)
if <FctId>=7, this field is <service> (See +WCSP)
<Status>
0: CPHS feature disabled
1: CPHS feature enabled
15.27.4 Examples
AT+CPHS? Interrogate the status of CPHS functionality
+CPHS: 1,0 The voice mail indicator functionality is deactivated
+CPHS: 2,0 The mail box number functionality is deactivated
+CPHS: 3,1 The Alternate Line Service functionality is activated
+CPHS: 4,0 The Divert Call Indicator functionality is deactivated
+CPHS: 5,1 The Network Operator Name functionality is activated
+CPHS: 6,1 The CPHS Information functionality is activated
+CPHS: 7,1 The Customer Service Profile functionality is activated
OK
15.28.1 Description
This unsolicited indication gives the status of the LINE 1, LINE 2, DATA or FAX
mailboxes. The +CPHS command can be used to know the status of voice mail
indicator for each line.
15.28.2 Syntax
Response syntax: +WVMI: <LineId>,<Status>
Response syntax (to AT+CPHS=2,1)
+WVMI = <LineId>,<Status>
AT+CPHS=1,1 OK
Note: Activate the Voice Mail indicator
feature.
AT+CPHS=2,1 +WVMI: 1,1 a message is waiting on LINE 1
Note: Get the current status of Voice +WVMI: 2,1 a message is waiting on LINE 2
mail indicator. +WVMI: 3,0 no Data waiting
+WVMI: 4,0 no Fax waiting
AT+CPHS=2,1 +CME ERROR: 3
Note: CPHS Feature is not allowed
AT+CPHS=1,1 OK
Note: Activation of Voice mail Note: The Voice mail indicator feature is
indicator feature. activated
+WVMI: 1,1
Note: A message is waiting on Line 1
15.29.1 Description
This indication provides the call forwarding flags. The +CPHS command can be
used to know the status of Divert call indicator for each line.
15.29.2 Syntax
Response syntax: +WDCI:<LineId>,<flag>
Response syntax (to AT+CPHS=2,4)
+WDCI = <LineId>,<Status>
AT+CPHS=1,4 OK
Note: Activate the Divert Call
indicator feature.
AT+CPHS=2,4 +WDCI: 1,1 divert call indicator is active on LINE 1
Note: Get the current status of +WDCI: 2,1 divert call indicator is active on LINE 2
Divert call indicator. +WDCI: 3,0 divert call indicator is deactivate on Data
+WDCI: 4,1 divert call indicator is active on Fax
AT+CPHS=2,4 +CME ERROR: 3
Note: CPHS Feature is not allowed
AT+CPHS=1,4 OK
Note: Activation of Divert call Note: The Divert call indicator feature is
indicator feature. activated
+WDCI: 1,1
Note: Call forwarding is activate on Line 1
15.30.1 Description
This indication provides the name of the network operator (as a character
string). This command is the response to the AT+CPHS 2,5[,<type format>]
command.
15.30.2 Syntax
Command: AT+CPHS=2,5[,<type format>]
Response syntax: +WNON:<type format>,<operator name>
15.31.1 Description
This indication provide CPHS information; i.e. which data field are present in
the SIM. This command is the response to the AT+CPHS 2,6[,<data field>]
command.
15.31.2 Syntax
Command: AT+CPHS=2,6[,<data field >]
Response syntax: +WCPI: <data field>,<status>
15.32.1 Description
This indication indicates if a service is accessible to the customer. This is the
response to the AT+CPHS 2,7,<service > command.
15.32.2 Syntax
Command: AT+CPHS=2,7,<service>
Response syntax: +WCSP: <service>,<status>
AT+WCSP=? ERROR
AT+WCSP? ERROR
AT+CPHS=2,7 +CME ERROR: 3
Note: Syntax error
AT+CPHS=2,7,9 +WCSP: 9,1
Note: Get the current status for Barring OK
of All Outgoing Calls. Note: Barring of All Outgoing Calls is
customer accessible.
AT+CPHS=2,7,11 +WCSP: 11,1
Note: Get the current status Barring of OK
Outgoing International Calls Note: Barring of Outgoing International
Calls is customer accessible.
AT+CPHS=2,7,2 +CME ERROR: 3
Note: Get the current status Call Note: CPHS Feature is not allowed
forwarding on user Busy.
AT+CPHS=0,7 OK
Note: Deactivation of CPHS Info. Note: No effect.
15.33.1 Description
This specific command allows the management of the battery charging
operations (start and stop the charge, enable or disable unsolicited +WBCI
Battery Charge Indications). It also sets the battery charge parameters.
Important remark: battery charge is not managed by WAVECOM’s software on
WISMO Q25 series modules.
15.33.2 Syntax
Command syntax: AT+WBCM=<Mode>[,[<ChargeInd>][,[<BattLevelMax>],
[<BattLevelMin>],[<TPulseInCharge>],
[<TPulseOutCharge>],[<BattIntRes>]]]
AT+WBCM=0 OK
Note: Stop the battery charging.
AT+WBCM=1,1 OK
Note: Start the battery charging with
charge indications.
+WBCI: 2,4060
Note: Unsolicited charge indication: the
current battery voltage is 4.06 V. (See
+WBCI description)
AT+WBCM=1,0 OK
Note: Start the battery charging
without charge indications.
AT+WBCM=2 +WBCI: 2,4110
Note: Get the battery voltage during the OK
charging. Note: See the description of +WBCI
unsolicited response. The current
battery voltage is 4.11 V.
+WBCI: 1
Note: The battery voltage has reached
the max level. The battery is
considered as charged and the
charging is stopped.
15.34.1 Description
This unsolicited indication returns information about the battery charge
(maximum level reached, current battery voltage).
15.34.2 Syntax
Unsolicited response syntax: +WBCI: <Status>[,<BattLevel>]
Note:
<Status> = 2 and 3 are solicited, by the AT+WBCM=2 command, or
unsolicited when the <ChargeInd> parameter of the +WBCM command is set
to 1. With these <Status> values, the <BattLevel> parameter is also present.
15.35.1 Description
This specific command allows some features to be enabled or disabled.
Note:
After a modification, the changes will be taken into account only after a reset of
the product.
15.35.2 Syntax
Command syntax AT+WFM=<mode>[,<FtrID>]
Response syntax +WFM: <FtrID>,<status>,<resetFlag>
Notes:
• The +WFM response only use alphabetical values for the <FtrID>
parameter.
• For <FtrID> values with two digits (like 1x, 6x or 8x), the <mode> 0
value is not allowed. When a « xa » feature is enabled, enabling an other
« xb » feature will automatically disable the « xa » feature.
For example, if the "MONO900" feature is enabled, if the "BI9001800"
feature is activated, the "MONO900" feature gets automatically disabled.
• The HR and ECHO features have a particular behavior, due to historical
reasons. The appropriate way to activate or deactivate this pair of
features is to use the corresponding <FtrId>:
“HR” HR only, no ECHO
“ECHO” ECHO only, no HR
“NOHR_NOECHO” Neither HR nor ECHO
“HR_ECHO” Both HR and ECHO
• “MONO900”, “MONO850”, “MONO1800”, “MONO1900”, “BI9001900”,
“BI9001800”, “BI8501900” and “QUADBAND” features are read-only. In
order to change the Band selection use AT+WMBS command, see §
15.51.
• When the SIMREMOVE feature is activated if the SIM is removed an
unsolicited response +WIND: 0 is received and if the SIM is inserted an
unsolicited response +WIND: 1 is received.
• When the NOINTERRUPT feature is activated if the pin interrupt is set no
action is taken.
• When the OFFWHENUNPLUG feature is activated if the pin interrupt is
set an AT+CPOF is executed.
• When the INTERRUPT feature is activated, if the pin interrupt is set, an
unsolicited response +WIND: 12 is received and the Open AT customer
application is resumed if it was previously suspended (see
AT+WOPEN=5).
• When the SWITCHATT feature is activated the SWITCHATT algorithm is
available to the AT+ECHO command.
• If feature SIM5VONLY or SIM3AND5V is used, the user must take care of
not using GPO0 pin: it is reserved for SIM level shifter.
• AMR feature is can only be activated for AMR product. If the AMR
function is not available, its activation or deactivation has no effect and
no ERROR response.
<status>
0: the <FtrID> feature is disabled
1: the <FtrID> feature is enabled
<resetFlag>
0: the feature has not been modified since the last boot of the product.
1: the feature has been modified since the last boot of the product; a reset
must be performed to take the modifications into account.
Note: If a feature is reset to its initial value after a modification, the
<resetFlag> parameter will be reset to 0.
15.36.1 Description
This command enables or disables WAVECOM specific features. Disabling a
feature can be done with no restriction, but a password is required to enable
features.
Note: Once a feature successfully enabled or disabled, the product needs to be
reset to take the modification into account.
15.36.2 Syntax
Command syntax AT+WCFM=<mode>,[<FtrMask>[,<Password>]]
AT+WCFM=0,”0A00” OK
Note: Disable some features
AT+WCFM=2 +WCFM:0000
Note: Display of the feature status OK
AT+WCFM=1,”0003”,”1234567890A OK
BCDEF1234567890ABCDEF12345678 Note: The features are enabled (the
90ABCDEF1234567890ABCDEF” password is correct)
Note: Enable features
AT+WCFM=1,”0050”,”1234567890A +CME ERROR: 3
BCDEF1234567890ABCDEF12345678 Note: Incorrect password
90ABCDEF1234567890FFFFFF”
Note: Enable features
15.37.1 Description
This specific command allows to make a mirror copy of the current
configuration parameters in the EEPROM. In case of memory problem for the
storage, if a customer mirror already exists, this one will be restored.
Otherwise, the WAVECOM default mirrored parameters are restored.
Warning: this command should only be used on special advice from
WAVECOM support team.
15.37.2 Syntax
Command syntax AT+WMIR
AT+WMIR=? OK
AT+WMIR OK
Note: Build the Customer Mirror
15.38.1 Description
This specific command allows the default melody player to be selected.
15.38.2 Syntax
Command syntax AT+WCDP = <player>
15.39.1 Description
This specific command sets the different mailbox numbers in SIM. The +CPHS
command can be used to know which mailbox numbers can be updated.
15.39.2 Syntax
Command syntax AT+WMBN = <LineId>,<number>,<type>,<name>
Response syntax (to AT+CPHS=2,2)
+WMBN = <LineId>,<number>,<type>,<name>,<status>
AT+WMBN=? OK
AT+WMBN? OK
AT+CPHS=2,2 +WMBN: 1,"0123456789",129,”Maison”,1
Note: Get the current Mail Box +WMBN: 2,”9876543210”,129,”Travail”,1
Numbers in SIM +WMBN: 3,,,,1
+WMBN: 4,,,,1
OK
AT+WMBN=1,”+33122334455”,145 OK
Note: Set mailbox number for line1. Note: Mailbox number for Line1 is set.
AT+WMBN=2 OK
Note: Erase mailbox number & name
for line2
AT+CPHS=2,2 +WMBN: 1,"+33122334455",145,,1
Note: Get the current Mail Box +WMBN: 2,,,,1
Numbers again +WMBN: 3,,,,1
+WMBN: 4,,,,1
OK
15.40.1 Description
This specific command allows to set and to get the active line. The +CPHS
command can be used to know which line is activated.
15.40.2 Syntax
Command syntax AT+WALS = <CmdType>[,<LineId>]
Response syntax (to AT+CPHS=2,3)
+WALS = <LineId>
AT+WALS? +WALS: 1
OK
Note: Display the current active line
AT+WALS=? +WALS: (0-1),(1-2)
OK
AT+WALS = 0,1 +WALS: 1
Note: Activate Line 1 OK
AT+WALS = 0,2 +CME ERROR: 3
Note: Activate Line 2 Note: When the ALS feature is not
allowed
AT+WALS = 1 +WALS: 1
Note: Get the current activate Line Note: Display the current active line
AT+WALS = 1,2 +CME ERROR: 3
Note: Syntax error
AT+CPHS=0,3 OK
Note: Deactivation of ALS feature. Note: No effect.
AT+CPHS=2,3 +WALS: 1
Note: Interrogate of ALS Feature Note: Display the current active line
+CME ERROR: 3
Note: in the case where the ALS feature
is not allowed
15.41.1 Description
This specific command allows to start, stop, delete and get information about
the current Open AT embedded application.
Note: This command is only available if the Open AT feature is enabled (see
+WCFM command).
15.41.2 Syntax
Command syntax AT+WOPEN=<Mode>
Response syntax +WOPEN: <Mode>[,<IntVersion>[<ExtVersion>]]
AT+WOPEN=4 OK
Note: the embedded application is
erased
AT+WOPEN? +CME ERROR: 3
Note: The Open AT feature is disabled.
AT+WOPEN=5 OK
Note: Suspend Open AT tasks
AT+WOPEN? +WOPEN:5
OK
15.42.1 Description
This specific command resets the module after the time specified by the
<delay> parameter.
15.42.2 Syntax
Command syntax: AT+WRST =<Mode>,<Delay>
Response syntax: +WRST: <Mode>,<Delay>,<RemainTime>
AT+WRST=? OK
AT+WRST=0 OK
Note: Disable timer
AT+WRST=1,”001:03” OK
Note: Enable timer and set delay at 1
hour 3 minutes
AT+WRST? +WRST: 1,”001:03”,”001:01”
OK
Note: Timer activated to reset after 1
hour and 3 minutes. At this point, 1
hour and 1 minute remain before next
reset.
15.43.1 Description
This specific command allows to set/get the sound level of the Standard Tones.
15.43.2 Syntax
Command syntax: AT+WSST=[<sound level>][,<ring tone level>]
AT+WSST=0 OK
Note: Set volume to Max.
AT+WSST=15 OK
Note: Set volume to Min.
AT+WSST=,5 OK
Note: Set ring tone level to 5
AT+WSST? +WSST: 15,5
Note: get current standard tones sound OK
level Note: current standard tones level is 15
(mini.), and ring tone level is 5.
AT+WSST=? +WSST: (0-15),(0-15)
Note: supported parameters OK
15.44.1 Description
This specific command can be used by the application to retrieve the following
local information: MCC-MNC, LAC, CI, Network measurement, BCCH channel
list, Timing Advance, Date and Time.
Two ways exist for the external application to get these information: on
request of the application, or automatically by the module every x seconds (x
has to be a multiple of 5 different from 0).
The location feature has to be activated to get information.
if the feature is not activated, ”ERROR” is sent.
If the data are not valid at the requested time, the network measurement,
BCCH list and Timing Advance cannot be displayed (“,,” is displayed instead).
15.44.2 Syntax
Command syntax: AT+WLOC =< mode > [,< time period/dump >]
AT+WLOC?
+WLOC: <mode>,<timeperiod>,<dump>
with <mode>:
0: no automatic mode
1: automatic mode
<timeperiod>, <dump>:see below.
AT+WLOC=0 OK
Note: stops the display of local information
AT+WLOC=3,255 OK
Note: set the wished information to display
(255 -> complete information)
AT+WLOC=1 +WLOC:
Note: displays once the local information 02f802,0006,7772,f13101b04cf51278
91138e95a846d160,8b49d08d0797c419e
272e10889a000009302170399020403c1
020a03c5020a03,00,010121111349ff
OK
AT+WLOC=2,6 +CME ERROR:3
Note: 6 is not a multiple of 5
AT+WLOC=2,10 OK
Note: displays OK then the current local +WLOC:
information immediately for the first time 02f802,0006,7772,ed3001af4cf492780
and then every 10 seconds. b040889c74acc23,8b49d08d0797c419e2
72e1
0889a000009302160399020503c1020a0
3c5020
a03,00,010121111354ff
+WLOC:
02f802,0006,7772,f02d01ae4cf41278
4b03c889c846dba5,8b49d08d0797c
419e272e10889a0000093021703990
20403c1020a03c5020903,00,010121
111404ff
…
AT+WLOC=? +CME ERROR:3
Note: The feature “loca” is not activated
AT+WLOC? +CME ERROR:3
Note: The feature “loca” is not activated
AT+WLOC=? OK
Note: The feature “loca” is activated
AT+WLOC? +WLOC: 0,5,255
OK
Note: The location is not in mode
automatic, the period value is set to 5
seconds, the configuration value is set to
255
AT+WLOC? +WLOC: 1,10,20
Note: The location is in mode automatic, OK
the period value is set to 10 seconds, the
configuration value is set to 20
for <mode> = 2:
<time period> optional parameter –
Range: [5 - 255] – in seconds
it has to be a multiple of 5.
default value of time period: 5 seconds
The automatic mode for location is saved in EEPROM, so will be taken into
account after an Init (+WLOC:… will be displayed).
Parameter Type
MCC-MNC 3 bytes
LAC 2 bytes
CI 2 bytes
Network measurement 16 bytes
BCCH channel list Maximum 48 bytes (if version V0 of GSM
Rec 11.14-800 )
Or 129 bytes (if version V1 of GSM Rec
11.14-800). The version number in
indicated in TERMINAL PROFILE
information in EEPROM. It is not user-
customizable. It is configured at
production-time.
Timing Advance 1 byte
Date and Time 7 bytes: Date, time and time zone at STLK
Format
For mode = 3:
<dump> optional parameter
Range: [1-255] (at least 1 bit set to 1).
if bit 0 set to 1 (value 1): DaT will be returned in the response
if bit 1 set to 1 (value 2): TA will be returned in the response
if bit 2 set to 1 (value 4): BCCH will be returned in the response
if bit 3 set to 1 (value 8): NetMeas will be returned in the response
if bit 4 set to 1 (value 16): CI will be returned in the response
if bit 5 set to 1 (value 32): LAC will be returned in the response
if bit 6 set to 1 (value 64): MNC-MCC will be returned in the response
Notes:
• After having downloaded the EEPROM configuration: default value of
<dump> is 0xFF (all information returned).
• The <dump> value set with the command “at+wloc= 3,xx” is saved in
EEPROM, so it will be taken into account after an Init.
• See Appendix C for details on BCCH channel list.
15.45.1 Description
This specific command allows to read a buffer from a specific bus (SPI, I2C
Soft or Parallel).
Note: Bus configuration is set by the +WBM command.
15.45.2 Syntax
Command syntax: AT+WBR=<BusId>,<Size>[,<Address>[,<Opcode>]]
Response syntax: +WBR: <Data><CR><LF>
OK
15.46.1 Description
This specific command allows to write a buffer on a specific bus (SPI, I2C soft
or parallel).
Note: Bus configuration is set by the +WBM command.
15.46.2 Syntax
Command syntax: AT+WBW=<BusId>,<Size>[,<Address>]<CR>
<Data Buffer> <ctrl-Z >
AT+WBW=0,10<CR> OK
0123456789ABCDEF0123<ctrl-Z> Note: Data buffer is written on SPI bus.
Note: Write 10 bytes on the SPI bus.
AT+WBW=1,5<CR> OK
0246801234<ctrl-Z> Note: Data buffer is written on I2C Soft
Note: Write 5 bytes on the I2C Soft bus. bus.
AT+WBW=2,2,0<CR> OK
434F<ctrl-Z> Note: Data buffer is written on PARALLEL
Note: Write 2 bytes on the Parallel bus bus.
with the A2 pin set to 0.
15.47.1 Description
This specific command allows to manage specific buses (SPI, I2C Soft, Parallel)
with a given configuration.
15.47.2 Syntax
• Command Syntax for SPI bus
AT+WBM=<BusId>,<Mode>,[<Clock_Speed>],[<Clock_Mode>],
[<ChipSelect>],[<ChipSelectPolarity>],[<LsbFirst>],
[<Gpio ChipSelect>],[<Gpio Handling>]
AT+WBM=0,1,1,3,1,0,1 OK
Note: Open SPI bus with configuration:
(on Q24X3 product)
Clock Speed: 812 kHz
Clock Mode: 3
ChipSelect: LCDEN
ChipSelectPolarity: LOW
LsbFirst: MSB
AT+WBM=1,1,0,4 OK
Note: Open I2C Soft bus with configuration:
Scl Gpio: 0
Sda Gpio: 4
AT+WBM=2,1,0,1,10, 31,0 OK
Note: Open PARALLEL bus with configuration:
(on P32X3 product)
ChipSelect: LCDEN
Order: Direct
LcdenAddressSetUpTime: 10
LcdenSignalPulseDuration: 31
PolarityControl: low
AT+WBM=0,2 +WBM: 0,1,1,3,1,0,1,0,0
OK
AT+WBM=1,0 OK
Note: Close I2C bus.
AT+WBM=1,2 +WBM: 0,0,0,4
OK
AT+WBM=1,1 OK
Note: Open I2C Soft bus with the last
configuration:
Scl Gpio: 0
Sda Gpio: 4
AT+WBM = 1,2 +WBM: 1,1,0,4
OK
<Clock Mode>
0: rest state is 0, the data is valid on rising edge (default value).
1: rest state is 0, the data is valid on falling edge.
2: rest state is 1, the data is valid on rising edge.
3: rest state is 1, the data is valid on falling edge.
<ChipSelect> (default 0)
0: GPIO (default value)
Note: See <GpioChipSelect> and <GpioHandling> parameters.
1: SPI_EN on Q24X3 and P32X3 products
Note:
on Q24X6 product, the SPI_EN pin is replaced by the GPO 3 output
(Gpio ChipSelect = 7, refer to +WIOM command)
on P32X6 product, the SPI_EN pin is replaced by the GPIO 8 output
(Gpio ChipSelect = 7, refer to +WIOM command)
2: SPI_AUX on Q24X3 and P32X3 products
Note: on Q24X6 and P32X6 products, the SPI_AUX pin is replaced by
the GPO 0 output (Gpio ChipSelect = 6, please refer to the +WIOM
command)
<ChipSelectPolarity>
0: LOW (Chip select signal is valid on low state). (Default value).
1: HIGH (Chip select signal is valid on high state)
<LsbFirst>
0: LSB (Data are sent with LSB first)
1: MSB (Data are sent with MSB first) (default value)
<Gpio ChipSelect > if ChipSelect = GPIO (default GPIO 0, see § 15.11.3)
The GPIO value is between 0 and 7.
It must be a GPIO or a GPO (not a GPI), and not allocated by any Open-AT
embedded application.
Please refer to +WIOM command
<Gpio Handling > if ChipSelect = GPIO
0: SPI BYTE (GPIO signal pulse on each written or read byte)
1: SPI FRAME (GPIO signal works as a standard Chip Select signal) (default
value)
Notes:
• If one or two IOs are needed by a bus, they are not available any more
for the +WIOR , +WIOW, +WIOM commands. When the
corresponding bus is closed, these commands resume the control of
the IOs.
• A bus may not be available for an open operation if an Open-AT
embedded application has opened it before with the same parameters.
In this case, the +WBM command will return +CME ERROR: 3.
15.48.1 Description
This specific command is used by the application to disconnect the remote
user, specifying a release cause and the location. In the case of multiple calls,
all calls are released (active, on-hold and waiting calls).
15.48.2 Syntax
Command Syntax AT+WATH=<RelCause>,<location>
AT+WATH=31 OK
Note: Ask for disconnection with release Note: Every call, if any, are released
cause=normal and location=USER
AT+WATH=? +WATH: (1-127),(0-5,7,10)
AT+WATH=17,2 OK
Note: Ask for disconnection with release Note: Every call, if any, are released
cause=user busy and location= public
network serving the local user
15.49.1 Description
The download of the IMEI is available through this specific command. This
operation is possible only if the module contains the default IMEI.
The IMEI can only be downloaded once.
No password is needed. If the download is not correct, only WAVECOM can
reset the IMEI.
15.49.2 Syntax
Command syntax AT+WIMEI=<IMEI>
Command Possible responses
15.50.1 Description
The update of the IMEI SVN is available through this specific command.
15.50.2 Syntax
Command syntax: AT+WSVN=<IMEISVN>
AT+WSVN? +WSVN: 10
OK
Note: Request IMEI SVN Note: IMEI SVN present in EEPROM
AT+WSVN=11 OK
Note: Update the IMEI SVN
AT+WSVN=256 +CME ERROR: 24
Note: wrong length of the string.
1 <= IMEI SVN <= 255
AT+WSVN=? +WSVN: (1-255)
OK
Note: Command valid
15.51.1 Description
This command allows to select the GSM bands on which the module has to
work. This command is allowed only if the selected bands are supported.
The user can choose if the change is immediate or not:
• either the module has to be reset to take this change into account
(this is the default case)
• or the GSM stack restarts immediately on the specified band(s). In
this mode, the command +WMBS is forbidden during the
initialization phase of the modem and during calls.
15.51.2 Syntax
Command syntax: AT+WMBS=<Band>[,<param>]
Response syntax: +WMBS: <Band>,<ResetFlag>
15.52.1 Description
This specific command returns the serial number of the module.
15.52.2 Syntax
Command syntax: AT+WMSN
15.53.1 Description
This command allows to activate and deactivate Cellular Text telephone
Modem (CTM) capability for outgoing voice call as specified in GSM 04.08
(3GPP 24.008).
CTM mode is used to send audio signals from an external text terminal (ex: a
TTY typewriter) within a voice call made by the ME. The text terminal must
have a special mobile phone input/output to work correctly.
When the ME indicates support of CTM text telephony for an outgoing voice
call, the network shall select a speech CODEC and additionally CTM text
telephony detection and conversion functions.
To guaranty optimal audio management of CTM signals, it is mandatory to
deactivate Acoustic Echo Cancellation (see Echo Cancellation +ECHO
command) and Side Tone (see Side Tone modification +SIDET command).
Voice gain of transmitter and receiver (see Gain control +VGR, +VGT
commands) have to be calibrated according to the external text terminal audio
characteristics.
15.53.2 Syntax
Command Syntax: AT+WCTM=<mode>
AT+WCTM=1 OK
+CME ERROR: <error>
AT+ WCTM? +WCTM:1
OK
AT+WCTM=? +WCTM: (0-1)
OK
15.54.1 Description
This command allows the user to configure the behavior of WAVECOM
modem.
If first parameter value is 0, the command configures the way the modem
responds on outgoing voice calls: when the call is established (default mode),
or when the audio path is opened.
If first parameter value is 1, the command configures the modem init mode :
normal, powerless (airplane mode) or low consumption. In the powerless case,
no calls (even emergency calls) are available.
If parameter1 = 2, the module will respond immediately OK after a dial (ATD
command).
15.54.2 Syntax
Command syntax: AT+WBHV = <parameter1>,<parameter2>
According to parameter1:
AT+WBHV = 0,<mode>
AT+WBHV = 1,<mode>
AT+WBHV = 2,<mode>
AT+WBHV=0,0 OK
Note: Set modem response to default mode Note: modem response is sent on call
establishment
AT+WBHV=0,1 OK
Note: Set modem response when audio Note: modem response is sent on audio
path is opened path opened
AT+WBHV=1,0 OK
Note: Modem normal (and default) mode
AT+WBHV=1,1 OK
Note: Modem powerless mode
AT+WBHV=1,2 OK
Note: Low consumption mode
AT+WBHV=2,1 OK
Note: modem response mode on a call : OK
just after +WIND : 5,x indication
15.55.1 Description
This command allows to change some hardware configuration.
This command allows to change configuration of v24 (V24-RI & v24-DCD) to
SPI (SPI-CLOCK & SPI-IO). This feature is available only on P5186 product.
Note: At start-up, the module uses the last configuration. There is no need to
perform an explicit saving of this parameter. Default configuration is V24.
This command allows to set off or switch off the battery charge on Q2501B
module.
15.55.2 Syntax
Command syntax: AT+WHCNF = <type>,<mode>[,<param1>]
AT+ WHCNF=3,0 OK
<param1>
For Type = 0
0: V24-RI & v24-DCD active (default value)
1: SPI-CLOCK & SPI-IO active
1: Open USB port
15.56.1 Description
This command manages Multi-Flows: activating or deactivating ports and
associating (or attaching, redirecting) incoming data to ports. By default, only
UART1 is active, and GSM and GPRS (if applicable) data direction is dynamic.
Notes:
• Since the UART2 port does not provide all the serial signals (only
RX/TX/RTS/CTS ones), it is not recommended to use this port for GSM or
GPRS data mode.
• On Q2501 WISMO modules, UART2 port is not available when GPS
mode is active.
15.56.2 Syntax
Command syntax:
AT+WMFM = <type_of_action>,<mode>[,<port_id>[,<data>]]
AT+WMFM = 0,<mode>[,<port_id>]
AT+WMFM = 1,<mode>[,<port_id>[,<data>]]
Response syntax:
+WMFM: 0,<mode>[,<port_id>,<state>]
+WMFM: 1,<mode>[,<port_id>[,<data>]]
AT+WMFM=0,2 +WMFM:0,2,1,0
+WMFM:0,2,2,1
OK
Note: UART2 is activated ; all ports are
Note: read state of all ports listed
AT+WMFM=0,0,2 OK
Note: deactivate UART2 Note: UART2 is deactivated
AT+WMFM=0,1,1 OK
Note: activate UART1 Note: UART1 is activated
AT+WMFM=0,2,1 +WMFM:0,2,1,1
OK
Note: read UART1’s state Note: UART1 is activated
AT+WMFM=1,2 +WMFM:1,2,2,0
+WMFM:1,2,2,1
OK
Note: GSM and GPRS data are attached
Note: read attachments of ports to which to UART2 ; only ports with attachments
data are redirected are displayed
AT+WMFM=1,0,,0 OK
Note: set GSM data dynamic mode Note: GSM data are directed dynamically
on call setup
AT+WMFM=1,0,,1 OK
Note: set GPRS data dynamic mode Note: GPRS data are directed dynamically
on session setup
AT+WMFM=1,1,1,0 OK
Note: attach GSM data to UART1 Note: GSM data are redirected to UART1
AT+WMFM=1,1,1,1 OK
Note: attach GPRS data to UART1 Note: GPRS data are redirected to UART1
AT+WMFM=1,2,1 +WMFM:1,2,1,0
+WMFM:1,2,1,1
OK
Note: GSM and GPRS data are redirected
Note: read attachments of UART1 to UART1
AT+WMFM? +WMFM:0,2,1,1
+WMFM:0,2,2,0
Note: read all states and attachments +WMFM:1,2,1,0
+WMFM:1,2,1,1
OK
Note: UART1 is activated and GSM and
GPRS data are redirected to it
AT+WMFM=? +WMFM:0,(0-2),(1-2)
+WMFM:1,(0-2),(1,2,4,80),(0-1)
OK
Note : USB not supported here
15.57.1 Description
This specific command allows to resume the suspended Open AT embedded
application.
Note: This command is only available if the Open AT feature is enabled (see
+WCFM command).
15.57.2 Syntax
Command syntax AT+WOPENRES
AT+WOPENRES OK
Note: The Open AT embedded application is suspended
AT+ WOPENRES =? OK
16 Agenda commands
<mode> Mode
<date / time string> String format: ”yy/MM/dd,hh:mm:ss”
Date: Year [00-99], Month [01-12], Day [01-31]
Time: Hour, Minute, Second. Years range is [2000-2099]
<category> Type of appointment
00: Meeting
01: Call
02: Restaurant
03: Entertainment
04: Birthday
05: Others-None
<alarm_offset> Offset of the alarm
00: none
01: immediately
02: 5 minutes before
03: 15 minutes before
04: 30 minutes before
05: 1 day before
<frequency> Alarm frequency
00: none
01: every day
02: every week
03: every month
04: every year
<description> Text description (ASCII or UCS2 format)
16.2.1 Description
This command returns agenda entries.
16.2.2 Syntax
Command syntax: AT+WAGR=<mode>[,<loc>]
Response syntax: <CR><LF>
+WAGR=<loc>, <date / time string>, <category>, <alarm_offset>,
<frequency>,<description>
16.3.1 Description
This command writes an appointment entry in the agenda.
16.3.2 Syntax
Command syntax:
AT+WAGW=<date / time string>,<category>,<alarm_offset>,<frequency>[,
<description>[, <index>]]
Response syntax: +WAGW: <index>
AT+WAGW =? OK
Note: Test command
AT+WAGW=”02/10/21,11:00:00”,00,00,01 +WAGW: 1
, ”Important meeting” OK
Note: Write an appointment (meeting, no Note: Appointment written in location 1
alarm offset, every day)
AT+WAGW=”02/15/21,21:00:00”,02,01,00 +WAGW: 2
, ”Dinner” OK
Note: Write an appointment (Restaurant, Note: Appointment written in location 2
immediately, no frequency)
AT+WAGW=”02/15/21,18:00:00”,01,00,00 +WAGW: 3
, ”804E004E01FFFF” OK
Note: Write an appointment (Restaurant, Note: Appointment written in location 3
no alarm offset, no frequency) with a
description in UCS2 (type 80)
AT+WAGW = ”02/10/21,11:00:00”, 00, 00, OK
01, ”Company meeting ”, 4 Note: <index> provided, no additional
Note: Write an appointment (meeting, no response.
alarm offset, every day) at location 4
+WAGI: “02/12/21,15:00:00”, 02, 01, 00,
”Call John”,2
Note: an appointment occurs (index 2)
Note: If you specify a location in the +WAGW command, the +WAGW:<index>
will not appear.
16.4.1 Description
This command is used to delete one or all appointments.
16.4.2 Syntax
Command syntax: AT+WAGD=<mode>[,<loc>]
AT+WAGD=1,5 OK
Note: Erase location 5
AT+WAGD =0 OK
Note: Erase all locations
17 SIM TOOLKIT
Important notice about SIM Toolkit
SIM Toolkit can be activated and used with two different sets of commands.
• RIL (Radio Interface Layer): +CRSM (§4.21), +CSIM(§4.20),
+STRIL(§17.3.2)
• WAVECOM commands, described in the following paragraphs.
These two behaviors are exclusive.
17.1.1 Summary
SIM ToolKit, also known as “SIM Application ToolKit” introduces
functionalities, which open the way to a broad range of value added services.
The principle is to allow service providers to develop new applications (e.g.. for
banking, travel, ticket booking, etc.) for subscribers and to download them into
the SIM.
This solution allows new services to be accessible to the user by adding new
SIM-based applications without modifying the handset.
17.1.2 Functionality
SIM Toolkit refers to the functionalities described in the GSM Technical
specification 11.14.
It introduces twenty five commands for the SIM. Three classes of increasing
ToolKit functionalities have been defined, with class 1 offering a subset of
commands and class 3 offering the full range of commands (See table 1 in
APPENDIX B).
The SIM Application Toolkit supports:
• profile download,
• proactive SIM,
• data download into SIM.
• menu selection,
• call control by SIM.
The AT command used for this operation is +STSF (SIM ToolKit Set Facilities).
The following scheme shows the SIM Toolkit commands and unsolicited
results that are exchanged.
+STSF=X,XXXXXXXX
+STIN=X
+STGI response
+STGR=X,XXXXXX
On the first step, the customer application informs the WAVECOM product
which facilities are supported. This operation is performed with the +STSF
(SIM ToolKit Set Facilities) command, which also allows to activate or
deactivate the SIM Toolkit functionality.
On the second step, an unsolicited result +STIN (SIM ToolKit indication) is sent
by the product, indicating to the customer application which command type
the SIM Application Toolkit is running on the SIM card. The last SIM Toolkit
indication can be requested by the +STIN? command.
On the third step, the customer application uses the +STGI (SIM ToolKit Get
Information) command to get all the information about the SIM ToolKit
command, returned by a +STIN message.
On the fourth step, the customer application uses the +STGR (SIM Toolkit Give
Response) to send its response (if any) to the SIM ToolKit Application.
The +STCR (SIM Toolkit Control response) indication is an unsolicited result
sent by the SIM when Call control functionality is activated and before the
customer application has performed any outgoing call, SMS, SS, or USSD.
17.3.1.1 Description
This command allows SIM ToolKit facilities to be activated, deactivated or
configured.
17.3.1.2 Syntax
Command syntax:
+STSF=<mode>[,<config>][,<Timeout>][,<AutoResponse>]
AT+STSF=<Mode>[,<Config>] OK
[,<Timeout>][,<AutoResponse>] +CME ERROR: <err>
+STSF: <Mode>, <Config>, <Timeout>,
AT+STSF?
<Autoresponse>
+STSF: (0-2), (160060C01F - 5FFFFFFF7F),(1-
AT+STSF=? 255),(0-1)
OK
Notes:
• The activation or deactivation of the SIM Toolkit functionalities
requires the use of the +CFUN (Set phone functionality)
command to reset the product. This operation is not necessary if
PIN is not entered yet.
• The <Config> parameter gives the coding of the TERMINAL
PROFILE, precisely the list of SIM Application Toolkit facilities
that are supported by the customer application.
• The <Timeout> parameter (multiple of 10 seconds) sets the
maximum time for the user action (to select an item, to input a
text, etc).
• When <Autoresponse> is activated, the +STIN indication for Play
Tone (5), Refresh (7), Send SS (8), Send SMS (9) or Send USSD
(10) is automatically followed by the corresponding +STGI
response.
Note: Some bits are related to the product only and not to the customer
application. The product automatically sets these bits to either 0 or 1 whatever
the user enters with the +STSF command. Those values are given in Technical
Appendixeschapter (see Appendixes to AT Commands Interface Guide).
Each facility is coded on 1 bit:
• bit = 1: facility is supported by the customer application.
• bit = 0: facility is not supported by the customer
application.
Only the first five bytes of the TERMINAL PROFILE (Class 2) can be configured,
the other are set to 0. (refer to § 3.3 Structure of TERMINAL PROFILE in
Technical Appendixes (see Appendixes to AT Commands Interface Guide).
17.3.1.5 Example
AT+CMEE=1 Enable the reporting of mobile equipment errors
OK
AT+WIND=15 Set WAVECOM indications
OK
AT+CPAS Query ME Status
+CPAS: 0 ME is ready.
OK
AT+STSF=? Test command SIM ToolKit Set Facilities
+STSF: (0-2), (160060C01F – 5FFFFFFF7F),(1-255)
OK
AT+STSF?
+STSF: 0,”160060C000”,3 No activation of SIM ToolKit functionality
OK
AT+STSF=2,”5FFFFFFF7F”Set all SIM ToolKit facilities (class 3).
OK
AT+STSF=3 Syntax Error
+CME ERROR: 3
AT+STSF=1 Activation of SIM ToolKit functionality
OK
AT+CFUN=1 Reboot Software.
OK
AT+CPIN? Is the ME requiring a password?
+CPIN: SIM PIN Yes, SIM PIN required
AT+CPIN=0000
OK PIN Ok
OK
<CmdType>
0 a ‘Setup Menu’ pro-active command has been sent from the SIM.
1 a ‘Display Text’ pro-active command has been sent from the SIM.
2 a ‘Get Inkey’ pro-active command has been sent from the SIM.
3 a ‘Get Input’ pro-active command has been sent from the SIM.
4 a ‘Setup Call’ pro-active command has been sent from the SIM.
5 a ‘Play Tone’ pro-active command has been sent from the SIM. (*)
6 a ‘Sel Item’ pro-active command has been sent from the SIM.
7 a ‘Refresh’ pro-active command has been sent from the SIM. (*)
8 a ‘Send SS’ pro-active command has been sent from the SIM. (*)
9 a ‘Send SMS’ pro-active command has been sent from the SIM. (*)
10 a ‘Send USSD’ pro-active command has been sent from the SIM. (*)
a ‘SETUP EVENT LIST’ pro-active command has been sent from the
11
SIM.
93 a ‘SMS-PP Data Download’ failed due to SIM BUSY
94 a ‘SMS-PP Data Download’ failed due to SIM ERROR
98 timeout when no response from user.
99 a “End Session” has been sent from the SIM.
AT+STIN? +STIN: 0
Note: Ask for the last SIM toolkit OK
indication sent by the SIM
Note: the last SIM toolkit indication was
a Setup Menu
17.3.3.1 Description
This command allows to get the information (text to display, Menu
information, priorities…) of a pro-active command sent from the SIM.
The information is returned only after receiving a SIM Toolkit indication
(+STIN).
17.3.3.2 Syntax
Command syntax: +STGI=<CmdType>
Table 1
+STGI:
Get information about <ToneType>[,<TimeUnit>,<TimeInterval>,<TextInfo>
5 ‘Play Tone’ pro-active ]
command.
No action.
+STGI: <DefaultItem>, <Alpha Identifier
menu><CR><LF>
+STGI: <Id1>,<NbItems>,<Alpha Id1 Label>,<Help
Get information about Info>[,<NextActionId>]<CR><LF>
6 ‘Sel Item’ pro-active
+STGI: <Id2>,<NbItems>,<Alpha Id2 Label>,<Help
command.
Info>[,<NextActionId>]<CR><LF>
[…]]
SIM expects an item choice (+STGR).
Get information about +STGI: <RefreshType>
7 ‘Refresh’ pro-active No action (Refresh done automatically by product).
command.
Get information about +STGI:<TextInfo>
8 ‘Send SS’ pro-active No action (Send SS done automatically by product).
command.
Get information about +STGI: <TextInfo>
9 ‘Send SMS’ pro-active No action (Send SMS done automatically by product).
command.
Get information about +STGI: <TextInfo>
10 ‘Send USSD’ pro- No action (Send USSD done automatically by
active command. product).
Get information about +STGI: <Evt>
11 ‘SETUP EVENT LIST’
pro-active command.
Note: For the UCS2 format texts are displayed in Hexa ASCII format. Example:
When the SIM sends a TextString containing 0x00 0x41 the text displayed is
“0041”.
17.3.3.5 Example
Initially, all facilities are activated, the PIN is not required and SIM toolkit
functionality is activated.
AT+CMEE=1 Enable the reporting of mobile equipment errors
OK
AT+WIND=15 Set WAVECOM indications
OK
AT+STSF?
+STSF: 1,”5FFFFFFF7F”,3 SIM ToolKit functionality activated with all facilities.
OK
+STIN: 0 The main menu has been sent from the SIM.
AT+STIN?
+STIN: 0
OK
AT+STGI=0 Get information about the main menu
+STGI: ”SIM TOOLKIT MAIN MENU” Main menu contains 3 items.
+STGI: 1,3,”BANK”,0
+STGI: 2,3,”QUIZ”,0
+STGI: 3,3,”WEATHER”,0
OK
AT+STIN?
+CME ERROR: 4
17.3.5.1 Description
This command allows the application/user to select an item in the main menu,
or to answer the following proactive commands:
• GET INKEY Key pressed by the user.
• GET INPUT Message entered by the user.
• SELECT ITEM Selected item.
• SETUP CALL User confirmation.
• DISPLAY TEXT User confirmation to clear the message.
• SETUP EVENT LIST Reporting events.
17.3.5.2 Syntax
Command syntax: +STGR=<CmdType>[,<Result>,<Data>]
OK
AT+STGR=<CmdType>[,<Result>,<Data>]
+CME ERROR: <err>
AT+STGR=? OK
Note:
For Inputs in UCS2 format, the data are entered in ASCII format. Example: For
“8000410042FFFF” entered, the SIM receives 0x00 0x41 0x00 0x42 with
UCS2 DCS. (See the Appendix E about the different UCS2 syntaxes).
17.3.5.5 Example
Initially, all facilities are activated, the PIN is not required and the SIM toolkit
functionality is activated.
+STIN: 0 The main menu has been sent from the SIM.
AT+STGI=0 Get information about the main menu
+STGI: 1,3,”BANK”,0 The main menu contains 3 items.
+STGI: 2,3,”QUIZ”,0
+STGI: 3,3,”WEATHER”,0
OK
AT+STGR=0,1,1 The item 2 of the main menu has been selected.
OK
+STIN: 6 The Sel item menu has been sent from the SIM.
AT+STGI=6 Get information about the BANK menu
+STGI: 1,”BANK” The BANK menu contains two items.
+STGI: 1,2,”PERSONAL ACCOUNT ENQUIRY”,1
+STGI: 2,2,”NEWS”,0
OK
AT+STGR=6,1,1 Select Item 1.
OK
+STIN: 3 User request to enter Password sent.
AT+STGI=3 Get information about this request.
+STGI: 0,0,4,4,0,”Enter Account Password:’
OK
AT+STGR=3,1<CR> The user enters the Password.
>0000<Ctrl Z>
OK
+STIN:1 A text info has been sent from the SIM.
AT+STGI=1 Get information about this text.
+STGI: 0,”Password correct, please wait for response”,0
OK
+STIN: 9 SIM requests a bank account update from bank server via the
network (SEND SMS)
AT+STGI=9 Get all information about the SEND SMS
+STGI: ”Send account balance of user, authorization ok”
OK
18 GPRS commands
GPRS commands are not available under GSM-only software.
18.1.1 Description
This command specifies PDP context parameter values for a PDP context
identified by the local context identification parameter, <cid>.
Four PDP contexts can be defined through WAVECOM software.
A special form of the set command, +CGDCONT= <cid> causes the values for
context number <cid> to become undefined.
The test command returns values supported as a compound value. If the MT
supports several PDP types, <PDP_type>, the parameter value ranges for each
<PDP_type> are returned on a separate line.
The read command returns the current settings for each defined context.
The test command returns values supported as a compound value. If the MT
supports several PDP types, <PDP_type), the parameter value ranges for each
<PDP_type> are returned on a separate line.
18.1.2 Syntax
AT+CGDCONT=[<cid> OK
[,<PDP_type> [,<APN> ERROR
[,<PDP_addr> [,<d_comp>
[,<h_comp>]]]]]]
AT+CGDCONT? +CGDCONT: <cid>, <PDP_type>,
<APN>,<PDP_addr>, <data_comp>,
<head_comp>
[<CR><LF>+CGDCONT: <cid>, <PDP_type>,
<APN>,<PDP_addr>, <data_comp>,
<head_comp>
[...]]
OK
AT+CGDCONT=? +CGDCONT: (range of supported <cid>s),
<PDP_type>,,,(list of supported <d_comp>s),
(list of supported <h_comp>s)
[<CR><LF>+CGDCONT: (range of supported
<cid>s), <PDP_type>,,,(list of supported
<d_comp>s),(list of supported <h_comp>s)
[...]]
OK
AT+CGDCONT: 1, "IP", "internet"; OK
+GCDCONT=2, "IP", "abc.com"
AT+CGDCONT=? +CGDCONT: (1-4),“IP”,,,(0-1),(0-1)
+CGDCONT: (1-4),”PPP”,,,0,0
OK
AT+CGDCONT? +CGDCONT: 1, "IP", "internet",,0,0
+CGDCONT: 2, "IP", "abc.com",,0,0
OK
18.2.1 Description
This command allows the TE to specify a Quality of Service Profile that is used
when the MT sends an Activate PDP Context Request message to the network.
The set command specifies a profile for the context identified by the local
context identification parameter, <cid>. Since this is the same parameter that
18.2.2 Syntax
Reliability GTP Mode LLC Frame LLC Data RLC Block Traffic Type
Class Mode Protection Mode
0 Subscribed Subscribed by the Nwk / default if value is omitted
NOTE: For real-time traffic, the QoS profile also requires appropriate settings for delay and
throughput.
18.3.1 Description
This command allows the TE to specify a minimum acceptable profile which is
checked by the MT against the negotiated profile returned in the Activate PDP
Context Accept message.
The set command specifies a profile for the context identified by the local
context identification parameter, <cid>. Since this is the same parameter that
is used in the +CGDCONT command, the +CGQMIN command is an extension
to the +CGDCONT command. The QoS profile consists of a number of
parameters, each of which may be set to a separate value.
A special form of the set command, +CGQMIN= <cid> causes the minimum
acceptable profile for context number <cid> to become undefined. In this case
no check is made against the negotiated profile.
The read command returns the current settings for each defined context.
The test command returns values supported as a compound value. If the MT
supports several PDP types, the parameter value ranges for each PDP type are
returned on a separate line.
18.3.2 Syntax
18.4.1 Description
The execution command is used to attach the MT to, or detach the MT from
the GPRS service. After the command has completed, the MT remains in
V.25ter command state. If the MT is already in the requested state, the
command is ignored and the OK response is returned. If the requested state
cannot be achieved because the GPRS is not supported by the MT, an ERROR
or +CME ERROR response is returned. Extended error responses are enabled
by the +CMEE command.
Any active PDP contexts will be automatically deactivated when the
attachment state changes to detached.
The read command returns the current GPRS service state.
The test command is used for requesting information on the supported GPRS
service states.
18.4.2 Syntax
18.5.1 Description
The execution command is used to activate or deactivate the specified PDP
context(s). After the command has completed, the MT remains in V.25ter
command state. If any PDP context is already in the requested state, the state
for that context remains unchanged.
If the requested state for any specified context cannot be achieved, an ERROR
or +CME ERROR response is returned. Extended error responses are enabled
by the +CMEE command.
If the MT is not GPRS attached when the activation form of the command is
executed, the MT first performs a GPRS attach and them attempts to activate
the specified contexts. If the attach fails then the MT responds with ERROR or,
if extended error responses are enabled, with the appropriate failure-to-attach
error message.
If no <cid>s are specified the activation form of the command activates the
first possible within the defined contexts.
If no <cid>s are specified the deactivation form of the command deactivates all
active contexts.
One PDP contexts can be activated through WAVECOM software at the same
time.
The read command returns the current activation states for all the defined PDP
contexts.
The test command is used for requesting information on the supported PDP
context activation states.
18.5.2 Syntax
AT +CGACT=1,1 OK
AT+CGACT? +CGACT: 1, 1
OK
AT+CGACT=? +CGACT: (0-1)
OK
18.6.1 Description
This command causes the MT to perform the necessary actions to set up
communication between the TE and the network. This may include performing
a GPRS attach and one PDP context activation.
If the <cid> value is not defined to the MT, it will return an ERROR or +CME
ERROR response. Otherwise, the MT issues the intermediate result code
CONNECT and enters V.25ter online data state.
GPRS attachment and PDP context activation procedures may take place prior
to or during the PDP startup if they have not already been performed using the
+CGATT and +CGACT commands.
If no <cid> is given, the MT attempts to activate the context with available
information. The other context parameters are set to their default values (No
APN, default QOS parameters, dynamic IP address requested).
If the activation is successful, data transfer may proceed.
After data transfer and layer 2 protocol termination procedure completion, the
V.25ter command state is re-entered and the MT returns the final result code
OK.
In case of abnormal termination or start up, the V.25ter command state is re-
entered and the MT returns the final result code NO CARRIER or, if enabled,
+CME ERROR. Attach, activate and other errors may be reported.
This command may be used in both normal and modem compatibility modes.
Notes:
• This command has the same effects than ATD*99***.
• If a GPRS PPP session is already running, the setting of a CSD (GSM
data call) is not supported.
18.6.2 Syntax
18.7.1 Description
The set command is used to set the MT to operate according to the specified
GPRS mobile class. If the requested class is not supported, an ERROR or +CME
ERROR response is returned.
The read command returns the current GPRS mobile class.
The test command is used for requesting information on the supported GPRS
mobile classes.
18.7.2 Syntax
If the MT is GSM attached when the set command is issued with a <class> =
CG specified, a GSM detach request is sent to the network.
Class A is not supported by WAVECOM GPRS software.
Remark: During switch-On in CG class, the MS always performs an automatic
GPRS attach (the ATTACH-STATUS parameter of +WGPRS is ignored).
But if the MS is not already GPRS attached when switching from B/CC class to
CG class then no automatic GPRS attach is performed.
Example about automatic attachment (see remark above):
AT+CGCLASS?
+CGCLASS: “B”
OK
AT+CGATT?
+CGATT: 0
OK
AT+CGCLASS=”CG”
OK
AT+CGATT?
+CGATT: 0
OK
AT+CGATT=1
OK
AT+CPOF
OK
AT+CFUN=1
OK
AT+CGCLASS?
+CGCLASS: “CG”
OK
AT+CGATT?
+CGATT: 1
OK
18.8.1 Description
The set command is used to specify the service or service preference that the
MT will use to send MO SMS messages.
The read command returns the currently selected service or service preference.
The test command is used for requesting information on the currently available
services and service preferences.
18.8.2 Syntax
18.9.1 Description
Set command enables or disables sending of unsolicited result codes, +CGEV:
XXX from MT to TE in the case of certain events occurring in the GPRS MT or
the network.
<mode> controls the processing of unsolicited result codes specified within
this command.
Read command returns the current mode and buffer settings
Test command returns the modes and buffer settings supported by the MT as
compound values.
18.9.2 Syntax
+CGEREP=[<mode>] OK
ERROR
+CGEREP? +CGEREP: <mode>,<bfr>
OK
+CGEREP=? +CGEREP: (list of supported <mode>s), (list of
supported <bfr>s)
OK
Defined events
The following unsolicited result codes and the corresponding events are
defined:
+CGEV: REJECT <PDP_type>, <PDP_addr>
A network request for PDP context activation occurred when the MT was
unable to report it to the TE with a +CRING unsolicited result code and
was automatically rejected.
+CGEV: NW REACT <PDP_type>, <PDP_addr>, [<cid>]
The network has requested a context reactivation. The <cid> that was
used to reactivate the context is provided if known to the MT.
+CGEV: NW DEACT <PDP_type>, <PDP_addr>, [<cid>]
The network has forced a context deactivation. The <cid> that was used
to activate the context is provided if known to the MT.
+CGEV: ME DEACT <PDP_type>, <PDP_addr>, [<cid>]
The mobile equipment has forced a context deactivation. The <cid> that
was used to activate the context is provided if known to the MT.
+CGEV: NW DETACH
The network has forced a GPRS detach. This implies that all active
contexts have been deactivated. These are not reported separately.
+CGEV: ME DETACH
The mobile equipment has forced a GPRS detach. This implies that all
active contexts have been deactivated. These are not reported separately.
+CGEV: NW CLASS <class>
The network has forced a change of MS class. The highest available class
is reported.
+CGEV: ME CLASS <class>
The mobile equipment has forced a change of MS class. The highest
available class is reported.
18.10.1 Description
The set command controls the presentation of an unsolicited result code
+CGREG: <stat> when <n>=1 and there is a change in the MT's GPRS
network registration status, or code +CGREG: <stat>[,<lac>,<ci>] when
<n>=2 and there is a change of the network cell.
The read command returns the status of result code presentation and an
integer <stat> which shows whether the network has currently indicated the
registration of the MT. Location information elements <lac> and <ci> are
returned only when <n>=2 and MT is registered in the network.
18.10.2 Syntax
AT+CGREG=[<n>] OK
+CGREG: stat>[,<lac>,<ci>]
AT+CGREG? +CGREG: <n>,<stat>[,<lac>,<ci>]
OK
+CME ERROR: <err>
AT+CGREG=? +CGREG: (list of supported <n>s)
OK
18.11.1 Description
This command causes the MT to perform whatever actions are necessary to
establish communication between the TE and the external PDN.
The V.25ter 'D' (Dial) command causes the MT to enter the V.25ter online data
state and, with the TE, to start the specified layer 2 protocol. The MT return
CONNECT to confirm acceptance of the command prior to entering the V.25ter
online data state. No further commands may follow on the AT command line.
The detailed behavior after the online data state has been entered is described
briefly in clause 9, for IP, of GSM 07.60. GPRS attachment and PDP context
activation procedures may take place prior to or during the PDP startup if they
have not already been performed using the +CGATT and +CGACT commands.
If <cid> is supported, its usage is the same as in the +CGDATA command. The
+CGDCONT, +CGQREQ, etc. commands may then be used in the modem
initialization AT command string to set values for PDP type, APN, QoS etc…
If <cid> is not supported or is supported but omitted, the MT attempt to
activate the context using the 'Empty PDP type' (GSM 04.08). (No PDP address
or APN is sent in this case and only one PDP context subscription record is
present in the HLR for this subscriber.)
Note: If a GPRS PPP session is already running, the setting of a CSD (GSM data
call) is not supported.
18.11.2 Syntax
18.13.1 Description
The set command disables or enables an automatic positive response (auto-
answer) to the receipt of a Request PDP Context Activation message from the
network. It also provides control over the use of the V.25ter basic commands
'S0', 'A and 'H' for handling network requests for PDP context activation. The
setting does not affect the issuing of the unsolicited result code RING or
+CRING.
The test command returns values of <n> supported by the MT as a compound
value.
When the +CGAUTO=0 command is received, the MT will not perform a GPRS
detach if it is attached. Subsequently, when the MT announces a network
request for PDP context activation by issuing the unsolicited result code RING
or +CRING, the TE may manually accept or reject the request by issuing the
+CGANS command or may simply ignore the network request.
When the +CGAUTO=1 command is received, the MT will attempt to perform
a GPRS attach if it is not already attached. Failure will result in ERROR or, if
enabled, +CME ERROR being returned to the TE. Subsequently, when the MT
announces a network request for PDP context activation by issuing the
unsolicited result code RING or +CRING to the TE, this is followed by the
intermediate result code CONNECT. The MT then enters V.25ter online data
state and follows the same procedure as it would after having received a
+CGANS=1 with <cid> values specified.
18.13.2 Syntax
+CGAUTO=[<n>] OK
ERROR
+CGAUTO? +CGAUTO: <n>
OK
+CGAUTO=? +CGAUTO: (0-3)
OK
For <n> = 0 GPRS network requests are manually accepted or rejected by the
+CGANS command.
For <n> = 1 GPRS network requests are automatically accepted according to
the description above.
For <n> = 2, automatic acceptance of GPRS network requests is controlled by
the 'S0' command. Manual control uses the 'A' and 'H' commands, respectively,
to accept and reject GPRS requests. (+CGANS may also be used.) Incoming
circuit switched calls can be neither manually nor automatically answered.
For <n> = 3, automatic acceptance of both GPRS network requests and
incoming circuit switched calls is controlled by the 'S0' command. Manual
control uses the 'A' and 'H' commands, respectively, to accept and reject GPRS
requests. (+CGANS may also be used.) Circuit switched calls are handled as
described elsewhere in this specification.
Note: In class C GPRS the modem can’t receive simultaneously GPRS and GSM
incoming calls.
Example
AT+CGAUTO=?
+CGAUTO: (0-2)
OK
AT+CGAUTO?
+CGAUTO: 2
OK
AT+CGAUTO=0
OK
18.14.1 Description
The execution command requests the MT to respond to a network request for
GPRS PDP context activation which has been signaled to the TE by the RING or
+CRING: unsolicited result code. The <response> parameter allows the TE to
accept or reject the request.
If <response> is 0, the request is rejected and the MT returns OK to the TE.
If <response> is 1, the following procedure is followed by the MT.
PDP context activation procedures take place prior to or during the PDP
startup.
One <cid> may be specified in order to provide the values needed for the
context activation request.
During the PDP startup procedure the MT has the PDP type and the PDP
address provided by the network in the Request PDP Context Activation
message.
If a <cid> is given his information must matching with the PDP type and PDP
address in the network request as follows -
The PDP type must match exactly.
The PDP addresses are considered to match if they are identical or if the
address in the context definition is unspecified.
If any of this information is in conflict, the command will fail.
The context is activated using the values for PDP type and PDP address
provided by the network, together with the other information found in the PDP
context definition. An APN may or may not be required, depending on the
application.
If no <cid> is given, the MT will attempt to activate the context using the
values for PDP type and PDP address provided by the network, together with
any other relevant information known to the MT. The other context parameters
will be set to their default values.
If the activation is successful, data transfer may proceed.
After data transfer is complete, and the layer 2 protocol termination procedure
has completed successfully, the V.25ter command state is re-entered and the
MT returns the final result code OK
In the event of an erroneous termination or a failure to startup, the V.25ter
command state is re-entered and the MT returns the final result code
NO CARRIER or, if enabled, +CME ERROR. Attach, activate and other errors
may be reported. It is also an error to issue the +CGANS command when there
is no outstanding network request.
This command may be used in both normal and modem compatibility modes.
18.14.2 Syntax
+CGANS=[<response>, [<cid>]] OK
ERROR
+CGANS=? +CGANS: (list of supported
<response>s), (list of supported
<L2P>s)
OK
Example
+CRING: GPRS "IP", "122.41.74.238"
AT+CGANS=1
CONNECT
AT+CGANS=?
+CGANS: (0-1)
OK
18.15.1 Description
The execution command returns a list of PDP addresses for the specified
context identifiers. The test command returns a list of defined <cid>s
18.15.2 Syntax
Example
In this example 3 CIDs are defined.
AT+CGPADDR=1
+CGPADDR=1,"107.210.5.4"
OK
AT+CGPADDR=?
+CGAPDDR: (1,2,4)
OK
AT+CGPADDR
+CGPADDR: 1,
+CGPADDR: 2,"10.3.73.151"
+CGPADDR: 4,
18.16.1 Description
This command enables a more detailed ring indication, in case of incoming call
(voice or data). Instead of the string “RING”, an extended string is used to
indicate which type of call is ringing (e.g. +CRING: VOICE).
These extended indications are:
+CRING: ASYNC for asynchronous transparent
+CRING: REL ASYNC for asynchronous non-transparent
+CRING: VOICE for normal speech.
+CRING: FAX for fax calls
+CRING: GPRS GPRS network request for PDP context activation
18.16.2 Syntax
See 11.5
18.17.1 Description
This command enables a more detailed service reporting, in case of data
incoming or outgoing call. Before sending the CONNECT response to the
application, the GSM module will precise the type of data connection that have
been established.
These report types are:
+CR: ASYNC For asynchronous transparent
+CR: REL ASYNC For asynchronous non-transparent
+CR: GPRS For GPRS
18.17.2 Syntax
Command syntax: AT+CR
AT+CR=0 OK
Note: Extended reports disabled Note: Command valid
AT+CR=1 OK
Note: Extended reports enabled Note: Command valid
18.18.1 Description
This command gives the reason of the call release when the last call setup
(originating or answering) failed.
New indication for GPRS is the reason of the last unsuccessful PDP context
activation and the last GPRS detach or PDP context activation.
18.18.2 Syntax
Command syntax: AT+CEER
The cause information element from GSM 04.08 is given below in §20 Codes
and values for specific GPRS failure causes (values 224 to 238).
The “NO CARRIER” indicates that the AT+CEER information is available for a
failure diagnostic.
18.19.1 Description
This command modifies some WAVECOM GPRS parameters:
• the ATTACH-STATUS (the ME does or not perform automatically a
GPRS attachment after initialization),
• the PDP-INIT-STATUS (activates automatically or not some
defined PDP contexts after initialization) and
• the user-defined multislot class. This parameter represents the
GPRS class chosen by the user to perform power saving (by
reducing TX (or uplink) time slots).
In addition, this command allows to
• set automatically “ACTIVABLE” some defined PDP contexts after
initialization
• set some parameters for PALM® OS software: PPP Silent Mode
(PPP waits for PPP Client to start the dialog) and Slow CONNECT
(due to the delay of the processing of PALM® OK, the CONNECT is
sent one second after the dialing command request)
IMPORTANT NOTE: The WISMO module must be rebooted to activate the new
setup except for <mode> 3, 5 and 6 (please refer to Defined Values paragraph).
18.19.2 Syntax
Command syntax: AT+WGPRS=<mode>,<parameter>,[<cid>],[<class>]
Notes:
• If <mode>=0, 1, 3, 4, 5 or 6, <cid> and <class> values will be ignored.
• If <mode>=0, 1, 2, 3, 5 or 6, <class> value will be ignored.
• If <mode>=4, <parameter> and <cid> values will be ignored. WISMO
module must be restarted to take the modification into account.
• PPP Filtering is a test-purpose functionality. It avoids sending on the
radio link some OS-specific frames, for accurate transfer rate
measurements.
<class>
GPRS multislot class number. It may be lower than the maximum possible
class. Possible values are 2, 8, 10. Refer to doc ref [6] for more information
about GPRS multislot classes. Note that the range of values is also WISMO-
module-dependant.
Multislot Maximum number of Minimum number of slots Type
class slots of MS
Rx Tx Sum Tta Ttb Tra Trb
2 2 1 3 3 2 3 1 1
8 4 1 5 3 1 2 1 1
10 4 2 5 3 1 2 1 1
NB: Type 1 MS are not required to transmit and receive at the same time.
Remark
When the module is set in “CG” class, the ME always make automatically a
GPRS attachment after init, so AT+WGPRS? always give +WGPRS: 0,0 for the
parameter 0.
Example 2:
AT +CGCLASS=”CG”
OK
+CGREG: 1
AT +CGDCONT=1, "IP", "internet"
OK
AT +CGQREQ=1,1,4,5,2,14
OK
AT +CGQMIN=1,1,4,5,2,14
OK
AT +CGATT=1
OK
AT +CGACT=1,1
OK
Remark about +CGDATA: the goal of this command is the same than
ATD*99***
AT +CGDATA=1
CONNECT
…….
Data transfer
…….
+CGEV: NW DETACH
OK
+CRING: GPRS "IP", "211.45.89.152"
AT+CGANS=1
CONNECT
…….Data transfer
19 Other AT commands
The commands not listed in this document are not supported. For these
commands, the product will then answer with "ERROR".
All modulation control, error control and data compression commands are not
recognized. An "ERROR" string will be returned.
All the 07.05 commands not described in this manual are not implemented.
The product will then answer "ERROR" to these commands.
All the 07.07 commands not described in this manual are not implemented.
The product will then answer "ERROR" to these commands.
21 Examples
See appendixes document.
22 Technical appendixes
See appendixes document.
24 Interoperability
See appendixes document.
\N Data 11.12
%C Data 11.9
%D Call Control 5.8
&C V24-V25 14.4
&D V24-V25 14.5
&F V24-V25 14.14
&S V24-V25 14.6
&T V24-V25 14.12
&V V24-V25 14.15
&W V24-V25 14.11
+ADC Specific 15.3
+CACM Supplementary services 10.9
+CALA General 4.17
+CAMM Supplementary services 10.10
+CAOC Supplementary services 10.8
+CBST Data 11.2
+CCED Specific 15.1
+CCFC Supplementary services 10.1
+CCID General 4.8
+CCLK General 4.16
+CCUG Supplementary services 10.16
+CCWA Supplementary services 10.4
+CEER Call Control, GPRS 5.5, 19.18
+CIEV Specific 15.4
+CFUN General 4.12
+CGACT GPRS 19.5
+CGANS GPRS 19.14
+CGATT GPRS 19.4
+CGAUTO GPRS 19.13
+CGCLASS GPRS 19.7
+CGDATA GPRS 19.6
+CGDCONT GPRS 19.1
+CGEREP GPRS 19.9
+CGMI General 4.1
+CGMM General 4.2
®, WAVECOM®, WISMO®, MUSE Platform®, and certain other trademarks and logos appearing on this document, are filed or registered trademarks of Wavecom S.A. in France or in other countries.
All other company and/or product names mentioned may be filed or registered trademarks of their respective owners.
WAVECOM S.A. - 3, esplanade du Foncet - 92442 Issy-les-Moulineaux Cedex - France - Tel: +33 (0)1 46 29 08 00 - Fax: +33 (0)1 46 29 08 08
WAVECOM, Inc. - 4810 Eastgate Mall - Second Floor - San Diego, CA 92121 - USA - Tel: +1 858 362 0101 - Fax: +1 858 558 5485
WAVECOM Asia Pacific Ltd. - 5/F, Shui On Centre - 6/8 Harbour Road - Hong Kong, PRC - Tel: +852 2824 0254 - Fax: +852 2824 0255
www.wavecom.com