Neo_N710E LTE Module AT Command Set. Version 1.0

Size: px
Start display at page:

Download "Neo_N710E LTE Module AT Command Set. Version 1.0"

Transcription

1 Neo_N710E LTE Module AT Command Set Version 1.0

2 Copyright Neoway Technology Co., Ltd All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Shenzhen Neoway Technology Co., Ltd. is the trademark of Shenzhen Neoway Technology Co., Ltd. All other trademarks and trade names mentioned in this document are the property of their respective holders. Notice This document provides guide for users to use the N710. This document is intended for system engineers (SEs), development engineers, and test engineers. The information in this document is subject to change without notice due to product version update or other reasons. Every effort has been made in preparation of this document to ensure accuracy of the contents, but all statements, information, and recommendations in this document do not constitute a warranty of any kind, express or implied. Shenzhen Neoway provides customers complete technical support. If you have any question, please contact your account manager or to the following addresses: Sales@neoway.com Support@neoway.com Website: Copyright Neoway Technology Co., Ltd i

3 Revision Record Issue Changes Date V1.0 Initial draft Copyright Neoway Technology Co., Ltd ii

4 Contents Boot LOG Instruction General Commands Querying the Manufacturer Information: +I Querying Software Version: +GMR Querying Signal Quality: +CSQ Querying the Network Registration Status: +CREG Selecting and Registering a GSM Network: +COPS Querying the IMSI: +CIMI Querying IMEI: +CGSN Obtaining the ICCID of the SIM Card: +CCID Querying the Module Model: +CGMM Setting the Baudrate of the Module: +IPR Setting Module Functions: +CFUN Activating Multiplexing Mode: +CMUX Clock: +CCLK Entering the PIN Codes: +CPIN Enabling PIN and Querying MT and Network Device: +CLCK Modifying the Password of the PIN: +CPWD Setting PDP : CGDCONT User Authentication: +XGAUTH Setting GPRS Attach and Detach: +CGATT Dialing Command: ATD*99# SMS Commands Selecting SMS Services: CSMS Setting Preferred SMS Storage: +CPMS Setting SMS Inputting Mode: +CMGF Setting the TE Character Set: +CSCS Setting the SMS Indication Mode: +CNMI Reading SMS Messages: +CMGR SMS Message List: +CMGL Sending SMS Messages: +CMGS Writing SMS Messages: +CMGW Sending Stored SMS Messages: +CMSS Deleting SMS Messages: +CMGD Setting the SMS Center Number: +CSCA Setting the s of the Text Mode: +CSMP Displaying the s of the Text Mode: +CSDH Save Settings: +CSAS TCP/UDP Data Service Setting Up a PPP Connection: +XIIC Copyright Neoway Technology Co., Ltd iii

5 3.2 Setting Up TCP Connection: +TCPSETUP Sending TCP Data: +TCPSEND Receiving TCP Data: +TCPRECV Closing TCP Connection: +TCPCLOSE Setting Up UDP Connection: +UDPSETUP Sending UDP Data: +UDPSEND Receiving UDP Data: +UDPRECV Closing UDP Connection: +UDPCLOSE Querying TCP/UDP Socket Status: +IPSTATUS Querying the Status of Data Sent by the TCP Socket: +TCPACK TCP Server AT Commands Setting TCP Listening for the Server: +TCPLISTEN Closing the Listening Socket: +CLOSELISTEN Closing Client Socket: +CLOSECLIENT Receiving Data from the Client: +TCPRECV(S) Sending Data to the Client: +TCPSENDS Querying the Socket Status on the Client: +CLIENTSTATUS FTP AT Commands Logging In to the FTP Server: +FTPLOGIN Logging Out from the FTP Server: +FTPLOGOUT Downloading Data from the FTP Server: +FTPGET Uploading Data from the FTP Server: +FTPPUT Querying FTP Connection Status: +FTPSTATUS HTTP Commands Setting HTTP s: +HTTPPARA Setting Up HTTP Connection: +HTTPSETUP Executing HTTP Request: +HTTPACTION Closing HTTP Connection: +HTTPCLOSE Receiving HTTP Data: +HTTPRECV HTTP Connection Closing: +HTTPCLOSED HTTPS Command Setting HTTPS s: +HTTPSPARA Setting up HTTPS Connection: +HTTPSSETUP Executing HTTPS Request: +HTTPSACTION Closing HTTPS Connection: +HTTPSCLOSE Receiving HTTPS Data: +HTTPSRECV HTTPS Closing: +HTTPSCLOSE Other Commands Obtaining the Location of the Module: +CIPGSMLOC A Reference Process of AT Command Programming A.1 Content of PDU SMS Messages Copyright Neoway Technology Co., Ltd iv

6 A.2 Flowchart of Sending Text SMS Messages (Through UART) A.3 Flowchart of Sending PDU SMS Messages (Through UART) Copyright Neoway Technology Co., Ltd v

7 Boot LOG Instruction If you use a fixed baudrate, the UART sends MODEM STARTUP after the module is booted and +PBREADY after the phonebook is available. If you boot the module in automatic baudrate detection mode, enter AT to check if the AT function is initialized or not. The UART responds with if AT is initialized and outputs +PBREADY after the phoneboos is available. Copyright Neoway Technology Co., Ltd 1

8 1 General Commands 1.1 Querying the Manufacturer Information: +I To query the manufacturer information, including manufacturer, model, and version ATI<CR> <CR><LF><module_info> <CR><LF><CR><LF> <module_info>: Manufacturer information ATI NEOWAY N710E REVISION V010 Manufacturer Module model Version 1.2 Querying Software Version: +GMR To query the software version AT+GMR<CR> <CR><LF>+GMR: <revision> <CR><LF><CR><LF> <revision>: Software version information AT+GMR +GMR: N710E_C1463FF_T1033_V Querying Signal Quality: +CSQ To check the receiving signal strength indication (RSSI) AT+CSQ<CR> <CR><LF> +CSQ:< signal >, <ber> <CR><LF> <CR><LF> < signal> Copyright Neoway Technology Co., Ltd 2

9 The following table shows the relationship between the signal and the RSSI. signal rssi 0 <4 or 99 <-107 dbm or unknown 1 <10 <-93dBm 2 <16 <-71 dbm 3 <22 <-69dBm 4 <28 <-57dBm 5 >=28 >=-57 dbm <ber> Refer to the value of RXQUAL in the table of GSM Not known or not detectable AT+CSQ +CSQ: 19,2 1.4 Querying the Network Registration Status: +CREG To query the network registration status of the module AT+CREG=[<n>]<CR> AT+CREG?<CR> AT+CREG=?<CR> <n>: Specified whether to enable network registration unsolicited result codes. 0: Disable network registration unsolicited result codes (default setting). 1: Enable network registration unsolicited result codes +CREG: <stat>. 2: Enable network registration and location information (Cell ID, Local ID) unsolicited result code +CREG: <stat>[,[<lac>],[<ci>],[<act>]] <stat>: network status 0: Not registered, the module is not currently searching an operator to register to 1: Registered the home network 2: Not registered, but the module is currently trying to attach or searching an operator to register to 3: Registration denied 4. Unknown code 5: Registered, roaming <lac>: Two byte location area code in hexadecimal format, string type <ci>: Four byte GERAN/UTRAN cell ID in hexadecimal format, string type <Act>: The access technology of the serving cell, integer type 0: GSM Copyright Neoway Technology Co., Ltd 3

10 2: UTRAN 3: GSM w/egprs 4: UTRAN w/hsdpa 5: UTRAN w/hsupa 6: UTRAN w/hsdpa and HSUPA 7: E-UTRAN <CR><LF><CR><LF> <CR><LF>+CREG: <n>,<stat>[,<lac>,<ci>[,<act>]] <CR><LF><CR><LF> <CR><LF>+CREG: (list of supported <n>s) <CR><LF><CR><LF> AT+CREG=1 AT+CREG? +CREG: 0,1 AT+CGREG=2 +CGREG: 1,"2543","B046",0 AT+CREG=? +CREG: (0-2) Enable network registration unsolicited codes. Query the network registration status of the module. Enable network registration and location information (Cell ID, Local ID) unsolicited result code Query the value range of the network registration status parameter. 1.5 Selecting and Registering a GSM Network: +COPS To select and register a GSM network AT+COPS=<mode>[,<format>[,<oper>>[,<AcT>]]]<CR> AT+COPS?<CR> <mode>: To set automatic network selection or manual selection 0: Automatic selection (ignore the parameter <oper>) 1: Manual selection 2: Deregister from the network 3: Set <format> only 4: Manual/automatic selection (if the manual selection fails, automatic mode starts) <format>: 0: Long alphanumeric <oper> (default value) Copyright Neoway Technology Co., Ltd 4

11 1: Short format alphanumeric <oper> 2: Numeric <oper> <oper>: It is given in <format>. This field may be in 16-character long alphanumeric format, 8-characters short alphanumeric format, or 5-character numeric format (MCC/MNC). <AcT>: Indicates the radio access technology and its value can be 0, 1, and 2. 0: GSM 1: GSM compact 2: UTRAN 3: GSM w/egprs 4: UTRAN w/hsdpa 5: UTRAN w/hsupa 6: UTRAN w/hsdpa and HSUPA 7: E-UTRAN 9: CDMA <CR><LF><CR><LF> <CR><LF>+COPS: <mode>,<format>,<oper>,<act> <CR><LF><CR><LF> AT+COPS=0,0 AT+COPS=0,2 AT+COPS? +COPS: 0,0,"CHINA MOBILE",7 AT+COPS? +COPS: 0,2,"46000",0 AT+COPS? +COPS: 0,0,"CHN-UNICOM ",7 AT+COPS? +COPS: 0,2,"46001",7 AT+COPS? +COPS: 0,0,"CHINA TELECOM",9 Set to the long alphanumeric format Set to digital mode China Mobile If it is set to digital mode, get the number China Unicom If it is set to digital mode, then get the number China Telecom Copyright Neoway Technology Co., Ltd 5

12 AT+COPS? +COPS: 0,2,46011,9 AT+COPS=2 If it is set to digital mode, then get the number Unregister the network. 1.6 Querying the IMSI: +CIMI To query the international mobile subscriber identification (IMSI) AT+CIMI<CR> AT+CIMI?<CR> <CR><LF><IMSI> <CR><LF><CR><LF> or <CR><LF>ERROR<CR><LF> AT+CIMI AT+CIMI ERROR Obtain the IMSI number. Query the IMSI. No SIM card is installed. IMSI is a character string of 15 digits and starts with 3-bit MCC and 2-bit MNC. It is used to authenticate the SIM card. 1.7 Querying IMEI: +CGSN To query the International Mobile Equipment Identity (IMEI) of the module AT+CGSN<CR> <CR><LF>+CGSN: <IMEI> <CR><LF><CR><LF> AT+CGSN +CGSN: " " The IMEI is a character string of 15 digits. If the module runs on a CDMA network, you can get the ESN number by this command. Copyright Neoway Technology Co., Ltd 6

13 1.8 Obtaining the ICCID of the SIM Card: +CCID To obtain the integrated circuit card identifier (ICCID) of the SIM card AT+CCID<CR> <CR><LF>+CCID: <ICCID><CR><LF> <CR><LF><CR><LF> Or <CR><LF>ERROR<CR><LF> AT+CCID Read command +CCID: AT+CCID ERROR The ICCID number is a character string of 20 digits. Read command The SIM card is not inserted. 1.9 Querying the Module Model: +CGMM To query the module model AT+CGMM<CR> <CR><LF>+CGMM: <model> <CR><LF><CR><LF> AT+CGMM +CGMM: N710E Query the product model Setting the Baudrate of the Module: +IPR To set the baudrate of the module AT+IPR=<baud rate><cr> AT+IPR?<CR> AT+IPR=?<CR> <baud rate>: The value can be 0, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, , , , See the. Copyright Neoway Technology Co., Ltd 7

14 AT+IPR= AT+IPR=100 +IPR:wrong baudrate AT+IPR=? +IPR: 0, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, , , , AT+IPR? +IPR: Set the baudrate to Set the baudrate to 100. The value is not allowed. Query the available baudrate range. Query the current baudrate. The default baudrate is 0. The settings will be saved after the module is powered off Setting Module Functions: +CFUN To select the functions of the module by setting <fun> AT+CFUN=<fun>,<rst><CR> AT+CFUN?<CR> AT+CFUN=?<CR> <fun>: Module work mode 0: sleep mode 1: work mode <rst>: Specifies whether to restart the module 0: Do not restart the module 1: Restart the module <CR><LF><CR><LF> or <CR><LF>ERROR<CR><LF> <CR><LF>+CFUN: <fun> <CR><LF><CR><LF> <CR><LF>+CFUN: (list of supported <fun>s), (list of supported <rst>s) <CR><LF><CR><LF> AT+CFUN=1,1 Copyright Neoway Technology Co., Ltd 8

15 AT+CFUN? +CFUN: 1 AT+CFUN=? +CFUN: (0,1),(0,1) 1.12 Activating Multiplexing Mode: +CMUX To activate multiplexing mode AT+CMUX=<mode>[,<subset>[,<port_speed>[,<N1>[,<T1>[,<N2>[,<T2>[,<T3>[, s <k>]]]]]]]]<cr> AT+CMUX=?<CR> <mode>: The mode of MUX that is enabled, integer type 0: Basic option (default value) 1: Advanced option (not supported) <subnet>: Subset of frame format, integer type 0: UIH frames used only (default value) 1: UI frames used only (not supported currently) <port_speed>: UART port rate, integer type 1: 9600bit/s 2: 19200bit/s 3: 38400bit/s 4: 57600bit/s 5: bit/s 6: bit/s 7: bit/s 8: bit/s <N1>: Maximum frame size. Integer type, ranging from 1 to The default value is 512. <T1>: Acknowledgement timer in unite of ten milliseconds, integer type, ranging from 1 to 255, where 10 is default (100 ms). <N2>: Maximum number of re-transmission, integer type. Not supported <T2>: response timer for the multiplexer control channel in units of ten milliseconds, integer type. Not supported <T3>: Wake up response timer in seconds, integer type. Not supported <k>: window size, integer type. Not supported <CR><LF><CR><LF> AT+CMUX=0 Basic option. Other parameters are left out. Copyright Neoway Technology Co., Ltd 9

16 AT+CMUX=? +CMUX: (0-1),(0-2),(1-8),( ),(1-255),(0-100),(2-255),(1-255),(1-7 ) Query the available range of parameters. Only basic option is supported Clock: +CCLK To set and query the real-time clock AT+CCLK=<time><CR> AT+CCLK?<CR> < time >: Character string in format of "YY/MM/DD,hh:mm:ss[+TZ]". TZ: Two digits, indicating the time lag between the local time and the GMT time. This information is optional because it can be displayed only when the network supports it. <CR><LF><CR><LF> <CR><LF>+CCLK: <time> <CR><LF> <CR><LF> AT+CCLK="08/07/01,14:54:01" Set the real-time clock of the module. AT+CCLK? Query the setting of the real-time clock. +CCLK: "08/07/01,14:54:10" AT+CCLK=14/07/02,10:48:50 Command format is incorrect. ERROR The settings will not be saved after the module is powered off Entering the PIN Codes: +CPIN To query the PIN status and enter the PIN codes AT+CPIN=<pin>[,<newpin>]<CR> AT+CPIN?<CR> <pin>, <newpin>: string type <CR><LF>+CPIN:<code> <CR><LF><CR><LF> <code>: READY: No password SIM PIN: Enter PIN code. SIM PUK: Enter PUK code. Copyright Neoway Technology Co., Ltd 10

17 SIM PIN2: Enter PIN2 code. SIM PUK2: Enter PUK2 code. AT+CPIN? +CPIN:READY AT+CPIN="0000" ERROR AT+CPIN="1234" Query the PIN code status of the module. PIN code is incorrect. The input PIN code is correct. To enter PIN code, you must lock the current SIM card (running AT+CLCK="SC",1,"1234") and then restart the module. If you enter wrong PIN code for three times, you must enter PUK to unlock Enabling PIN and Querying MT and Network Device: +CLCK To lock, unlock or interrogate an MT or a network facility AT+CLCK=<fac>,<mode>[,<passwd>[,<class>]]<CR> AT+CLCK=?<CR> <fac>: A pair of quotation marks is required for the value. "OI": Outgoing international calls "AI": All incoming calls "IR": Incoming calls when roaming outside the home country "SC": SIM card "AO": All outgoing calls "OX": All outgoing international calls except to the home country "AB": All barring services "AG": All outgoing barring services "AC": All incoming barring services "FD": SIM fixed dialing memory feature "PS": PH-SIM (lock Phone to SIM card) "PN": Network authentication "PU": Network subsystem authentication "PP": Service provider authentication "PC": Corporate authentication <mode>: 0: Unlock 1: Lock 2: Query the status <status>: Copyright Neoway Technology Co., Ltd 11

18 0: not active 1: active <passwd>: Password or code, string type. A pair of quotation marks is required for the value. <class>: 1: Voice service 2: Data service 4: Fax service 8: SMS 16: Synchronous data service 32: Asynchronous data service 64: Dedicated packet access 128: Dedicated PAD access When <mode>=2 and command successful: <CR><LF>+CLCK:<status> [, <class1> [<CR><LF>+CLCK:<status>, <class2> [...]] <CR><LF> <CR><LF> AT+CLCK="SC",2 +CLCK: 0 AT+CLCK=? +CLCK: ("AB","AC","AG","AI","AO","IR","OI","O X","SC","FD","PN","PU","PP","PC","PF") AT+CLCK="SC",1,"1234" AT+CLCK="SC",0,"1234" AT+CLCK="SC",1,"2222" ERROR Query the network information related to the module. Lock the current SIM card. "1234" is the PIN code of current SIM card. Unlock the current SIM card. "1234" is the PIN code of current SIM card. The PIN code is incorrect. The settings of this command take effect after the module is restarted Modifying the Password of the PIN: +CPWD To modify the password of the lock function of the module AT+CPWD=<fac>,<oldpwd>,<newpwd><CR> AT+CPWD=?<CR> <fac>: A pair of quotation marks is required for the value. "P2":SIM PIN2 "OI": Outgoing international calls Copyright Neoway Technology Co., Ltd 12

19 "AI": All incoming calls "IR": Incoming calls when roaming outside the homing place "SC": SIM card "AO": All outgoing calls "OX": All outgoing international calls except to the home country "AB": All calling services "AG": All outgoing call services "AC": All incoming call services "FD": Fixed dialing of the SIM card "PN": Network authentication "PU": Network subsystem authentication "PP": Service provider authentication "PC": Corporate authentication <oldpwd>: Old password or code, string type. A pair of quotation marks is required for the value. <newpwd>: New password or code, string type. A pair of quotation marks is required for the value. <CR><LF><CR><LF> <CR><LF>+CPWD: list of supported (<fac>,<pwdlength>)s <CR><LF><CR><LF> <CR><LF> ERROR<CR><LF> AT+CPWD=? +CPWD: ("AB",4),("AC",4),("AG",4),("AI",4),("AO",4), ("IR",4),("OI",4),("OX",4),("SC",8),("P2",8) AT+CPWD="SC","1234","0000" AT+CPWD=SC,1234,0000 ERROR Query the service range of the PIN password allowed by the module. Modify the PIN code of the current SIM card. "1234" is the old PIN code and "0000" is the new PIN code. The command format is incorrect. A pair of quotation marks ("") is required for each parameter. To modify the PIN code, you must lock the SIM card (running AT+CLCK="SC",1,"1234") Setting PDP : CGDCONT To set the packet data protocol (PDP) format of the GPRS AT+CGDCONT=<cid>,<type>,<APN><CR> <cid>: (PDP Context Identifier) a numeric parameter that specifies a particular PDP context definition. Minimum value = 1. <type>:(packet Data Protocol type) a string parameter. IP Internet Protocol (IETF STD 5) Copyright Neoway Technology Co., Ltd 13

20 <APN>: Access Point Name See the. AT+CGDCONT=1,"IP", "CMNET" AT+CGDCONT=1, IP, UNINET AT+CGDCONT? +CGDCONT: 1,"IPV4V6",""," ",0,0,,0 +CGDCONT: 2,"IP","UNINET"," ",0,0,,0 APN of each carrier is different from each other. Set APN to China Mobile. Set APN to China Unicom. Query the APN User Authentication: +XGAUTH PDP authentication AT+XGAUTH=<cid>,<auth>,<name>,<pwd><CR> +XGAUTH: (<cid>s),(<auth>s),lname,lpwd <cid>: PDP context identifier 1: first PDP context identifier 2: second PDP context identifier <auth> authentication may be: 0: meaning authentication protocol not used (NONE) 1: meaning personal authentication protocol (PAP) 2: meaning handshake authentication protocol (CHAP) <name> user name as string with length <lname> <pwd> password as string with maximum length <lpwd> See the. AT+XGAUTH=1,1, gsm, 1234 AT+XGAUTH=2,2,"gsm","1234" AT+XGAUTH=? +XGAUTH: (1-2),(0-2),, Set the authentication of the first PDP context identifier. Set the authentication of the second PDP context identifier. Query the parameter value range. Before executing this command, you must run AT+CGDCONT. <cid> is the same as the one in +CGDCONT. Copyright Neoway Technology Co., Ltd 14

21 1.19 Setting GPRS Attach and Detach: +CGATT To set GPRS attach and detach AT+CGATT=<state><CR> AT+CGATT?<CR> <state>: 0, 1 AT+CGATT=?<CR> 0: indicates detach 1: indicates attach See the. AT+CGATT=1 AT+CGATT=0 AT+CGATT=1 ERROR AT+CGATT? +CGATT: 0 AT+CGATT=? +CGATT:(0,1) GPRS attach is set successfully. GPRS detach is set successfully. No SIM card is installed, so the module returns ERROR. Query the GPRS status. Query the valid parameter values for the command. By default, the module can automatically perform GPRS attach. Ensure that the GPRS attach is set before the PPP connection is set up. It is recommended that you add the AT+CGATT? command to the process to query the GPRS status. If the module returns 1, you can set up PPP connection directly; otherwise, you need to set GPRS attch manually by executing the command AT+CGATT= Dialing Command: ATD*99# To initialize a GPRS connection ATD*99#<CR> <CR><LF>CONNECT<CR><LF> ATD*99# CONNECT This command is applicable only to external protocol stack. Copyright Neoway Technology Co., Ltd 15

22 Ensure that the module has registered the network and you have set APN before dialing any number. Copyright Neoway Technology Co., Ltd 16

23 2 SMS Commands 2.1 Selecting SMS Services: CSMS To select an SMS service among SMS-MO, SMS-MT, and SMS-CB AT+CSMS=<service><CR> AT+CSMS?<CR> AT+CSMS=?<CR> <service>: 0: GSM03.40 and GSM SMS-related AT commands support GSM07.05 Phase 2. 1: GSM03.40 and GSM SMS-related AT commands support GSM07.05 Phase 2+. <mt>,<mo>,<bm>: 0: Not support 1: Support <CR><LF>+CSMS: <mt>,<mo>,<bm> <CR><LF><CR><LF> <CR><LF>+CSMS: <service>,<mt>,<mo>,<bm> <CR><LF><CR><LF> <CR><LF>+CSMS: (list of supported <service>s) <CR><LF><CR><LF> AT+CSMS=1 +CSMS: 1, 1, 1 AT+CSMS? +CSMS: 1, 1, 1, 1 AT+CSMS=? +CSMS: (0-1) The default settings of this command are 0, 1, 1, 1. Set SMS service to 1. Query the current parameter value. Query the value range of SMS service. 2.2 Setting Preferred SMS Storage: +CPMS To set preferred SMS storage AT+CPMS=<mem1><CR> AT+CPMS?<CR> AT+CPMS=?<CR> <mem1>: String type, for example, "SM", "ME", "MT" <used>: Used quantity <total>: Total capacity of the storage Copyright Neoway Technology Co., Ltd 17

24 <mem1>: "SM": SIM only "ME": ME only "MT": any of storages associated with ME(SIM first) "SR": SR <CR><LF>+CPMS:<used1>,<total1>,<used2>,<total2>,<used3>,<total3><CR><LF> <CR><LF><CR><LF> OR <CR><LF>+CPMS: <mem1>,<used1>,<total1>,<mem2>,<used2>,<total2>,<mem3>,<used3>,<total3><cr> <LF> <CR><LF><CR><LF> OR <CR><LF>+CPMS: (list of supported <mem1>s),(list of supported <mem2>s), (list of supported <mem3>s) <CR><LF><CR><LF> AT+CPMS="SM" +CPMS: 4,50,0,11,4,50 Set the SMS storage to "SM", that is, store SMS messages in SIM card. AT+CPMS? +CPMS: "SM",4,50,"ME",0,11,"SM",4,50 Query the capacity of current SMS storage. AT+CPMS=? +CPMS: ("ME","MT","SM","SR"),("ME","MT","SM","S R"),("ME","MT","SM","SR") AT+CPMS="SM" +CMS ERROR: 500 Query the available storages. No SIM card is installed. 2.3 Setting SMS Inputting Mode: +CMGF To set the SMS inputting mode AT+CMGF=[<mode>]<CR> AT+CMGF?<CR> AT+CMGF=?<CR> <mode>: 0: PDU mode Copyright Neoway Technology Co., Ltd 18

25 1: Text mode <CR><LF><CR><LF> <CR><LF>+CMGF: <mode> <CR><LF><CR><LF> <CR><LF>+CMGF: (list of supported <mode>s) <CR><LF><CR><LF> AT+CMGF=1 AT+CMGF? +CMGF: 1 Set the SMS to text mode. Query the current mode of SMS message input. AT+CMGF=? +CMGF: (0-1) Query the value range of SMS mode setting. Only Unicode is supported in the PDU mode on a CDMA network. 2.4 Setting the TE Character Set: +CSCS To set the format of the TE character set AT+CSCS=[<chest>]<CR> < chset >: AT+CSCS?<CR> AT+CSCS=?<CR> "GSM": Default GSM alphabet (GSM ) "IRA": International reference alphabet (ITU-T T.50) "UCS2": 16-bit universal multiple-octet coded character set (USO/IEC10646). The UCS2 character string is converted into a hexadecimal number (ranging from 0x0000 to 0xFFFF). UCS2 encoding is used only in some character string of the statement. <CR><LF><CR><LF> <CR><LF>+CSCS: <chset> <CR><LF><CR><LF> <CR><LF>+CSCS: (list of supported <chset>s) <CR><LF><CR><LF> AT+CSCS="IRA" AT+CSCS? +CSCS: "IRA" Set IRA character set. Query the format of current character set. Copyright Neoway Technology Co., Ltd 19

26 AT+CSCS=? +CSCS: ("IRA","GSM","UCS2") The default value is IRA. Query the character set formats that the module supports. The list of the character set formats is returned. 2.5 Setting the SMS Indication Mode: +CNMI To set the mode how the module informs users of new SMS messages received from the network AT+CNMI=[<mode>[,<mt>[,<bm>[,<ds>[,<bfr>]]]]]<CR> AT+CNMI?<CR> AT+CNMI=?<CR> <mode>: Set the instruction mode after receiving SMS messages. 0: SMS instruction codes can be saved in the buffer of the module. If the TA is full, the old codes can be saved in other place or replaced with new codes. 1: When the module is online, it will discard saved SMS instruction codes and reject new codes. In other situations, the codes are displayed on the end device. 2: When the module is online, the SMS instruction codes are saved in the buffer of the module. After the connection is released, the SMS instruction codes are output through UART. In other situations, codes are directly displayed on the end device. <mt>: Set the format of the new SMS instruction codes. The default value is 0. 0: SMS instruction codes will not be sent to the end device. 1: The format of the new SMS instruction codes is +CMTI: "MT",<index>. The SMS message is stored rather than directly displayed. 2: The format of the new SMS instruction codes is +CMT :<oa>,<scts>,<tooa>,<lang>,<encod>,<priority>[,<cbn>],<length><cr><lf ><data> (text mode). SMS messages are directly displayed rather than stored. 3: Use the report codes defined by <mt>=2 to transmit SMS instruction codes to the end device. The SMS instruction codes in other modes are the same as that of <mt>=1. <bm>: Set the format of the new cell broadcast codes. The default value is 0. 0: Not send the instruction information of new cell broadcast. The cell broadcast will not be stored. 1: The cell broadcast instruction code is +CBMI:" BC",<index> and the cell broadcast is stored. 2: The format of the new cell broadcast instruction codes is <oa>,[<alpha>,]<scts>[,<tooa>,<length>] <CR><LF><data>(text mode). The cell broadcast will be directly displayed rather than stored. 3: The CBM of the third-type information will be displayed on the end device using the report codes defined by <bm>=2. For other type SMS messages that support CBM storage, the instruction codes are the same as that of <bm>=1. Copyright Neoway Technology Co., Ltd 20

27 <ds>: Report status of SMS message sending. The default value is 0. 0: No status report of SMS message sending 1: The format of the SMS sending status report is +CDS :<fo>,<mr>,[<ra>],[<tora>],<scts>, <dt>,<st>(text mode). <bfr>: The default value is 0. 0: When <mode> is set to 1 or 2, codes defined by this command and stored in TA will be sent to TE. The module will return before transmitting the codes. 1: When <mode> is set to 1 or 2, the codes defined by this command and stored in TA will be cleared. <CR><LF><CR><LF> <CR><LF>+CNMI: <mode>,<mt>,<bm>,<ds>,<bfr> <CR><LF><CR><LF> <CR><LF>+CNMI: (list of supported <mode>s), (list of supported <mt>s), (list of supported <bm>s), (list of supported <ds>s), (list of supported <bfr>s) <CR><LF><CR><LF> AT+CNMI=1,1,0,0,0 AT+CNMI=? +CNMI: (0,1,2),(0,1,2,3),(0,2),(0,1,2),(0,1) Set the SMS message indication mode. Query the value ranges of the paramters. AT+CNMI? Query the current setting of the parameters. +CNMI: 1,1,0,0,0 The default settings of this command are 2, 1, 0, 0,0. The recommended setting is +CNMI: 2,1,0,0,0 (new messages are stored on SIM card rather than displayed directly). <bm> and <ds> are not supported on a CDMA network. 2.6 Reading SMS Messages: +CMGR To read SMS messages stored in current memory (use the AT+CPMS command to specify the current memory) AT+CMGR=<index><CR> <index>: location value <index> from preferred message storage <mem1> to the TE If text mode (+CMGF=1), command successful: <CR><LF>+CMGR: <stat>,<oa>,[<alpha>],<scts>[,<tooa>,<fo>,<pid>,<dcs>, <sca>,<tosca>,<length>] <CR><LF><data><CR><LF><CR><LF><CR><LF> If PDU mode (+CMGF=0) and command successful: Copyright Neoway Technology Co., Ltd 21

28 <CR><LF>+CMGR: <stat>,[<alpha>],<length><cr><lf><pdu><cr><lf><cr><lf><cr><lf> <alpha>: string type alphanumeric representation of <da> or <oa> corresponding to the entry found in MT phonebook <stat>: the status of message in memory <oa>: TP-Originating-Address Address-Value field in string format <scts>: TP-Service-Centre-Time-Stamp in time-string format <length>: integer type value indicating in the text mode (+CMGF=1) the length of the message body <data> in characters; or in PDU mode (+CMGF=0), the length of the actual TP data unit in octets <pdu>: ME/TA converts each octet of TP data unit into two IRA character long hexadecimal number <data>: Data in text mode responses Text mode: AT+CMGR=33 +CMGR: "REC READ"," ",,"15/07/23,20:14:55+32" 123 PDU mode: AT+CMGR=33 +CMGR: 1,, F0240BA F D90C AT+CMGR=50 +CMS ERROR: 321 No SMS message 50 in the storage. If the status of the message is received unread, the status in the storage changes to received read. 2.7 SMS Message List: +CMGL To read SMS messages of one type from the current memory specified by the +CPMS command AT+CMGL[=<stat>]<CR> AT+CMGL=?<CR> <state>: String type or numeric type When you set AT+CMGF=1, "REC UNREAD": Unread SMS messages received "REC UNREAD": Read SMS messages received "STO UNSENT": Stored unsent SMS messages "STO SENT": Stored sent SMS messages "ALL": All SMS messages Copyright Neoway Technology Co., Ltd 22

29 When you set AT+CMGF=0, 0: Unread SMS messages received 1: Read SMS messages received 2: Stored unsent SMS messages 3: Stored sent SMS messages 4: All SMS messages Text mode (+CMGF=1): <CR><LF>+CMGL: <index>,<stat>,<oa/da>,[<alpha>],[<scts>][,<tooa/toda>,<length>]<cr><lf> <data><cr><lf> [ <CR><LF>+CMGL: <index>,<stat>,<da/oa>,[<alpha>],[<scts>][,<tooa/toda>,<length>]<cr><lf> <data><cr><lf>>[...]] PDU mode (+CMGF=0): <CR><LF>+CMGL: <index>,<stat>,[<alpha>],<length><cr><lf><pdu> [<CR><LF> +CMGL: <index>,<stat>,[<alpha>],<length><cr><lf><pdu><cr><lf> [...]] AT+CMGL="ALL" +CMGL: 1,"REC READ","10010",,"14/06/23,14:42:27+32" F C77ED4FE14E2D F596D4191CF B53E052A D4191CFFF0C8BF76CE8610F533A52064F7F7528FF C6B2167E58BE27E D3679C5B EF665F6FF0C8BF74EE551FA8D264E3A51C B A624B673A84254E1A E E F006D +CMGL: 2,"REC READ","10010",,"14/06/23,14:42:27+32" F03016E2999A863D0793AFF0C622A6B E5FF0C60A8 5F D4191CF5DF24F7F E D0042F F0C52694F596D4191CF E D0042FF A88BA28 D2D4E867EA256F E9196C A D4191CF53E052A05305 FF0C5219. AT+CMGL=? +CMGL: ("REC UNREAD","REC READ","STO UNSENT","STO SENT","ALL") AT+CMGL=? +CMGL: (0-4) AT+CMGL=ALL ERROR AT+CMGF=1 Query in text format (AT+CMGF=1). Query in PDU format (AT+CMGF=0). The parameter format in the command is incorrect. A pair of quotation marks ("") is required for the parameter. The parameter should be set to 0. Copyright Neoway Technology Co., Ltd 23

30 AT+CMGL=4 ERROR AT+CMGF=0 AT+CMGL="ALL" ERROR The parameter should be set to Sending SMS Messages: +CMGS To send an SMS message from the module to the network The network will return reference value <mr> to the module after the SMS message is sent successfully. AT+CMGS=<da>[,<toda>]<CR>text is entered<ctrl+z/esc> (Text command syntax) AT+CMGS=<length><CR>PDU is given<ctrl+z/esc> (PDU command syntax) <da>: The destination number to which the SMS message is sent in text mode <text>: SMS message content in text mode <length>: The byte length of the SMS message content in PDU mode <mr>: The storage location <CR>: End character <Ctrl-Z>: Indicates the end of the input message, in the example. <ESC>: Indicates giving up the input message if text mode (+CMGF=1) and sending successful: <CR><LF>+CMGS: <mr>[,<scts>] <CR><LF><CR><LF> if PDU mode (+CMGF=0) and sending successful: <CR><LF>+CMGS: <mr>[,<ackpdu>] <CR><LF><CR><LF> AT+CMGS="66358"<CR> > This is the text +CMGS: 171 AT+CMGS=" "<CR> > This is the text ERROR AT+CMGS=33<CR> > F001000B F DF E025B9D5B89533A59276D6A80545EFA +CMGS: 119 Text mode(+cmgf=1) is the symbol after you press Ctrl+Z. AT+CMGF=1 might not be executed. PDU mode (+CMGF=0) Copyright Neoway Technology Co., Ltd 24

31 If you use UART debugging tool to sent PDU SMS message, enter \r behind the AT+CMGS command manually or send <CR> in hexadecimal system. For details about PDU, see the A.1 Content of PDU SMS Messages. 2.9 Writing SMS Messages: +CMGW To write an SMS message into the memory The location information <index> will be returned after the message is saved correctly. Command syntax (text mode): AT+CMGW[=<oa/da>[,<tooa/toda>[,<stat>]]]<CR>text is entered<ctrl-z/esc> Command syntax (PDU mode): AT+CMGW=<length>[,<stat>]<CR>PDU is given<ctrl-z/esc> <da>: The destination number to which the SMS message is sent in text mode <text>: SMS message content in text mode <length>: The byte length of the SMS message content in PDU mode <index>: Location information <CR>: End character <Ctrl-Z>: Indicates the end of the input message <ESC>: Indicates giving up the input message <CR><LF>+CMGW: <index><cr><lf> <CR><LF><CR><LF> <CR><LF>ERROR<CR><LF> AT+CMGW=" "<CR> > "This is the text"<ctrl+z> +CMGW: 15 Text mode (+CMGF=1) AT+CMGW= CMS ERROR: 305 AT+CMGW=31<CR> > F001000B F A535A53D153A653C C7<Ctrl+Z> +CMGW: 1 A pair of quotation marks ("") is required for the number in text mode. PDU mode (+CMGF=0) If you send PDU messages through a UART commissioning tool, press the Enter button or enter <CR> in hexadecimal format. Copyright Neoway Technology Co., Ltd 25

32 2.10 Sending Stored SMS Messages: +CMSS To send an SMS message specified by <index> in the memory (SMS-SUBMIT) The network returns reference value <mr> to the end device after the SMS message is sent successfully. AT+CMSS=<index>[,<da>[,<toda>]]<CR> <index>: Message location <da>: the destination number of the SMS messages if text mode (+CMGF=1) and sending successful: <CR><LF>+CMSS: <mr>[,<scts>] <CR><LF><CR><LF> if PDU mode (+CMGF=0) and sending successful: <CR><LF>+CMSS: <mr>[,<ackpdu>] <CR><LF><CR><LF> AT+CMSS=2 +CMSS:<mr> AT+CMSS=2 ERROR Send the SMS messages stored in memory 2. No SMS message is stored in memory 2 or the SMS message number in memory 2 is incorrect Deleting SMS Messages: +CMGD To delete SMS messages from the current memory. AT+CMGD=<index> [,<delflag>]<cr> AT+CMGD=?<CR> <index>:the recording number of the stored SMS messages <delflag>: Integer 0: Delete the SMS messages with the specified recording numbers. 1: Delete all read SMS messages. 2: Delete all read and sent SMS messages. 3: Delete all read, sent, and unsent SMS messages. 4: Delete all messages. <CR><LF><CR><LF> <CR><LF>+CMGD: (list of supported <index>s, list of supported <delflag>s)<cr><lf> <CR><LF><CR><LF> AT+CMGD=0,3 AT+CMGD=? +CMGD: Delete all read, sent, and unsent SMS messages. Delete successfully Query the value ranges of parameters. Copyright Neoway Technology Co., Ltd 26

33 (0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33),(0-4) If you set <delflag>, ignor the parameter <index> Setting the SMS Center Number: +CSCA To set the SMS center number AT+CSCA=<sca>[,<tosca>]<CR> AT+CSCA?<CR> <sca>: SMS center number <tosca>: The format of the SMS center number. 129 indicates common number; 145 indicates international number. <CR><LF><CR><LF> <CR><LF>+CSCA: <sca>, <tosca> <CR><LF><CR><LF> AT+CSCA=" ",145 Set an international SMSC number. AT+CSCA= , 145 ERROR AT+CSCA? +CSCA: " ", 145 A pair of quotation marks ("") is required for SMSC number. Query the SMSC number. This command is not supported on a CDMA network Setting the s of the Text Mode: +CSMP To select required values for the additional parameters in the text mode, and set the validity period since the message is received from the SMSC, or the absolute time defining the end of the validity period AT+CSMP=[<fo>[,<vp>[,<pid>[,<dcs>]]]]<CR> AT+CSMP?<CR> <fo>: Determined by the command or the first 8 bits of the result code GSM SMS-DELIVER; SMS-SUBMIT (default value: 17); or adopt the integer-type SMS-COMMAND (default value: 2) <vp>: Value Validity Period (vp+1)*5mins, 12 hours at most Copyright Neoway Technology Co., Ltd 27

34 hours +((vp 143)*30mins), 24 hours at most (vp 166)*1day (vp 192)*1week <pid>: Integer-type TP-protocol-ID (default value: 0) <dcs>: Encoding plan for integer-type cell broadcast data (default value: 0) <CR><LF><CR><LF> AT+CSMP=17,167,0,0 AT+CSMP? +CSMP: 17,167,0,0 Text mode parameters: No status report; the validity period of the information is 24 hours; Only messages in text format can be sent. Query the current settings of the text mode. On a CDMA network, the CSMP parameters are different. Please set them based on the queried value Displaying the s of the Text Mode: +CSDH To set whether the detailed header information is displayed in the result code in text mode AT+CSDH=[<show>]<CR> AT+CSDH?<CR> AT+CSDH=?<CR> <show>: 0: not display (default value) 1: display See the. AT+CSDH=0 AT+CMGR=0 +CMGR: "REC READ"," ",,"15/07/23,20:58:28+32" abc Set the header information to not display Read the 0 th message. AT+CSDH=1 AT+CMGR=0 +CMGR: "REC READ"," ",,"15/07/23,20:58:28+32",161,36, 0,0," ",145,3 abc Set the detailed header information to display. Read the 0 th message. Copyright Neoway Technology Co., Ltd 28

35 AT+CSDH? +CSDH: 0 AT+CSDH=? +CSDH: (0-1) Query the current parameter setting of the command. Query the value range of current parameter in the command. This command is valid in text mode, which can be set by AT+CMGF=1. This command is not supported on a CDMA network Save Settings: +CSAS To save current settings AT+CSAS[=<profile>]<CR> AT+CSAS=?<CR> <profile>: 0: Save settings (or omit the parameter) See the. AT+CSAS AT+CSAS=0 AT+CSAS=? +CSAS: 0 Save settings Save settings Query the valid parameter values for the command. You can save only the parameter setting of AT+CSCA and AT+CSMP by executing this command. This command is not supported on a CDMA network. Copyright Neoway Technology Co., Ltd 29

36 3 TCP/UDP Data Service 3.1 Setting Up a PPP Connection: +XIIC To set up a PPP connection AT+XIIC=<act><CR> AT+XIIC?<CR> <act>: 1: Activate the PPP connection 0: Deactivate the PPP connection See the. AT+XIIC=1 AT+XIIC? +XIIC:1, AT+XIIC=0 AT+XIIC? +XIIC:0, Set up a PPP connection The PPP connection is activated and the local IP address is Deactivate the PPP connection. The PPP connection is deactivated and the local IP address is blank. 3.2 Setting Up TCP Connection: +TCPSETUP To set up a TCP connection AT+TCPSETUP=[n],<ip>,<port><CR> [n]: Socket number, ranging from 0 to 5 The TE will allocate an idle ID to set up the connection if you do not set the value of [n]. <ip>: Destination IP address, in xx.xx.xx.xx <port>: Destination port ID in decimal ASCII code, ranging from 0 to See the. AT+TCPSETUP=0, ,5500 The connection to ,5500 is successfully set up on socket 0. +TCPSETUP:0, +TCPRECV:0,10, AT+TCPSETUP=1,neowayjsr.oicp.net,60002 The received data is displayed directly. Set up a connection to neowayjsr.oicp.net on socket 1. Copyright Neoway Technology Co., Ltd 30

37 +TCPSETUP:1, AT+TCPSETUP=2, ,7000 +TCPSETUP:2,FAIL AT+TCPSETUP=66, ,7000 +TCPSETUP: ERROR AT+TCPSETUP=0, , TCPSETUP:ERROR AT+TCPSETUP=, ,4983 Failed to set up the connection to ,7000 on socket 2. The server is probably not started, the IP address is incorrect, or the SIM card is out of credit. The format or the AT command is incorrect or the socket number is incorrect. The format or the AT command is incorrect or the port number is incorrect. Set up a TCP connection without specifying a socket number. The TE selects socket 1. +TCPSETUP:1, Use the AT+XIIC=1 command to set up a PPP connection before running this command. The TE has 6 sockets (TCP/UDP/Server). 3.3 Sending TCP Data: +TCPSEND To send TCP data The module will returns > after this command is sent. Send TCP data 50 ms to 100 ms later. AT+TCPSEND=<n>,<length> <CR> <n>: Socket number, ranging from 0 to 5. A TCP connection is established on the socket. <length>: The length of the data to be sent, ranging from 1 to 2048, unit: byte. See the. AT+TCPSEND=0,1 >1 +TCPSEND:0,1 AT+TCPSEND=0,10 >665A4E0A597D554AFF01 +TCPSEND:0,10 AT+TCPSEND=0,1 +TCPSEND: SOCKET ID OPEN FAILED AT+TCPSEND=0, byte data is successfully sent through socket 0. Hexadecimal ASCII data is successfully sent through socket 0. Select HEX when sending data. 1-byte data fails to be sent via socket 0 because the connection is not established byte data fails to be sent via socket 0 because data length exceeds the limit. Copyright Neoway Technology Co., Ltd 31

38 +TCPSEND: DATA LENGTH ERROR AT+TCPSEND=0,10 > +TCPSEND:Error!TimeOut AT+TCPSEND=0,1 +TCPSEND:ERROR 10 seconds timed out. No data is input. The module returns ERROR. No TCP connection is set up on socket 0, but some connection of other type might have been set up. Ensure that the TCP connection has been set up before sending TCP data. 3.4 Receiving TCP Data: +TCPRECV To receive TCP data +TCPRECV:<n>,<length>,<data><CR> <n>: Socket number, ranging from 0 to 5 <length>: The length of the data received <data>: The data received Add 0x0d 0x0a to the end of the data. You can identify the end based on <length>. See the. +TCPRECV: 0,10, byte data is successfully received on socket 0. The data is Closing TCP Connection: +TCPCLOSE To close a TCP connection AT+TCPCLOSE=<n> <CR> AT+TCPCLOSE=?<CR> <n>: Socket number, ranging from 0 to 5 See the. AT+TCPCLOSE=1 The TCP connection on socket 1 is closed successfully. +TCPCLOSE: 1, AT+TCPCLOSE=? +TCPCLOSE: (0-5) AT+TCPCLOSE=99 +TCPCLOSE: ERROR Query the value range of socket numbers that TCP connection is closed. Socket number error Copyright Neoway Technology Co., Ltd 32

39 +TCPCLOSE:0,Link Closed The TCP connection is disconnected. 3.6 Setting Up UDP Connection: +UDPSETUP To set up a UDP connection AT+UDPSETUP=[n],<ip>,<port><CR> [n]: Socket number, ranging from 0 to 5 The TE will allocate an idle ID to set up the connection if you do not set the value of [n]. <ip>: Destination IP address, in xx.xx.xx.xx <port>: Destination port ID in decimal ASCII code, ranging from 0 to After you input correct AT command, the module will return immediately. If the input command is not correct or the socket is occupied, the module will return +UDPSETUP: ERROR. If the AT command is input correctly (the module returns ), the module returns +UDPSETUP:<n>, after UDP connection is set up successfully. <n> indicates the socket number. AT+UDPSETUP=1, ,7000 The connection to is successfully set up on socket 1. +UDPSETUP:1, AT+UDPSETUP=1, ,6000 +UDPSETUP:ERROR AT+UDPSETUP=55, ,6800 +UDPSETUP:ERROR Socket 1 is in use. The format or the AT command is incorrect or the socket number is incorrect. 3.7 Sending UDP Data: +UDPSEND To send UDP data The module will returns > after this command is sent. Send UDP data 50 ms to 100 ms later. AT+UDPSEND=<n>,<length><CR> <n>: Socket number, ranging from 0 to 5. A UDP connection is established on the socket. <length>: The length of the data to be sent, ranging from 1 to 1024, unit: byte. If the AT command is input in correct format, the module returns >. If the command is input in incorrect format, the module returns ERROR. If the connection has not been set up, the module returns +UDPSEND:ERROR. After entering the command, input the data to be sent until the module returns >. If the UDP data is sent successfully, the module returns +UDPSEND:<n>,<length>. Copyright Neoway Technology Co., Ltd 33

40 <length> indicates the length of data already sent. AT+UDPSEND=0,2 >12 +UDPSEND:0,2 AT+UDPSEND=1,10 > +UDPSEND:Error!TimeOut Send 2-byte data on socket 0. Then send the characters to be sent 50 ms to 100 ms after the module returns >. The UDP data is sent successfully. 10 seconds timed out. No data is input. The module returns ERROR. Ensure that the UDP connection has been set up before sending UDP data. 3.8 Receiving UDP Data: +UDPRECV To receive UDP data +UDPRECV:<n>,<length>,<data><CR> <n>: Socket number, ranging from 0 to 5 <length>: The length of the data received <data>: The data received Add 0x0d 0x0a to the end of the data. You can identify the end based on <length>. +UDPRECV: 0,10, byte data is successfully received on socket 0. The data is Closing UDP Connection: +UDPCLOSE To close the UDP connection AT+UDPCLOSE=<n><CR> AT+UDPCLOSE=?<CR> <n>: Socket number, ranging from 0 to 5 If <n> is illegal, the module returns: +UDPCLOSE: ERROR. Otherwise, the module returns +UDPCLOSE:<n>,. AT+UDPCLOSE=1 The TCP connection on socket 1 is closed successfully. +UDPCLOSE:1, AT+UDPCLOSE=? +UDPCLOSE: (0-5) Query the value range of socket numbers that UDP connection is closed. AT+UDPCLOSE=2 No UDP connection is set up on socket 2. Copyright Neoway Technology Co., Ltd 34

41 +UDPCLOSE:ERROR AT+UDPCLOSE=55 +UDPCLOSE: ERROR Socket number error 3.10 Querying TCP/UDP Socket Status: +IPSTATUS To query the TCP/UDP Socket status AT+IPSTATUS=<n><CR> <n>: Socket number, ranging from 0 to 5 +IPSTATUS:<n>,< status>,<type>: <n>: Socket number, ranging from 0 to 5 <status>: Socket status, value: CONNECT, DISCONNECT, or LISTENING <type>: Socket type, TCP, UDP, SVR, UDPSVR AT+IPSTATUS=0 +IPSTATUS:0,CONNECT,TCP AT+IPSTATUS=2 +IPSTATUS:2,DISCONNECT AT+IPSTATUS=1 +IPSTATUS:1,CONNECT,UDP AT+IPSTATUS=2 +IPSTATUS:2,LISTENING,SVR A TCP connection has been set up on socket 0. Socket 2 has been closed and no connection has been set up on it. A UDP connection has been set up on socket 1. TCP service listening has been enabled on socket Querying the Status of Data Sent by the TCP Socket: +TCPACK To query the size of data successfully sent by the TCP server and the size of the data successfully received AT+TCPACK=<n> <CR> <n>: Socket number, ranging from 0 to 5 +TCPACK:<n>,<data_sent>,<acked_recv> < data_sent >: Data successfully sent through this socket <acked_recv>: Data acknowledged by the receiver +TCPACK:<n>,< DISCONNECT > Copyright Neoway Technology Co., Ltd 35

42 No connection is set up on this socket. +TCPACK: <n>,no TCP LINK A UDP connection has been set up on this socket. AT+TCPACK=0 + TCPACK:0,20,20 AT+TCPACK=0 + TCPACK:0,128,120 AT+TCPACK=1 + TCPACK:1,DISCONNECT 20-byte data has been transmitted through socket 0 and the receiver acknowledged 20-byte data. 128-byte data has been transmitted through socket 0 and the receiver acknowledged 120-byte data. No connection is set up on socket 1. AT+TCPACK=2 +TCPACK:2,NO TCP LINK A UDP connection is set up on socket 2. The values of <data_sent> and <acked_recv> are unsigned 64-bit integers in decimal ASCII. The unit is byte. Copyright Neoway Technology Co., Ltd 36

43 4 TCP Server AT Commands 4.1 Setting TCP Listening for the Server: +TCPLISTEN To set the TCP listening function of the server, supporting three client connections AT+TCPLISTEN=<port>[,<recv_mode>]<CR> AT+TCPLISTEN?<CR> AT+TCPLISTEN=?<CR> <Port>: Port ID, ranging from 1 to <CR><LF>+TCPLISTEN:<socket>,<CR><LF> AT+TCPLISTEN=6800 +TCPLISTEN:0, or +TCPLISTEN:bind error AT+TCPLISTEN=6800 ERROR AT+TCPLISTEN=6800 Listening... AT+TCPLISTEN=? +TCPLISTEN: ( ),(0-1) AT+TCPLISTEN? +TCPLISTEN:listening status AT+TCPLISTEN? +TCPLISTEN:not listening Listening port ID: 6800 The listening function of the server is started. Failed to bind Set server listening before setting up PPP connections. Transparent listening has been set. Query the value range of the listening port. Query the listening status. Here the server is in the listening status. Query the listening status. Here the server is not in the listening status. Connect AcceptSocket=1,ClientAddr= Receive the connection request from the client. AcceptSocket indicates the socket ID on the module, and is the IP address of the client. +CLOSECLIENT:accept socket over is returned if more than three clients are connected. This command is valid only after a PPP connection is set up succesfully. Only the SIM cards with fixed IP addresses can be used as servers. 4.2 Closing the Listening Socket: +CLOSELISTEN To close the listening socket and the listened sockets on the client AT+CLOSELISTEN<CR> <Socket>: Socket number Copyright Neoway Technology Co., Ltd 37

44 <CR><LF>+CLOSECLIENT:<socket>,remote link closed<cr><lf> <CR><LF>+CLOSECLIENT:<socket>,local link closed<cr><lf> AT+CLOSELISTEN +CLOSELISTEN:0,local link closed Abnormalities might occur on the network. +CLOSECLIENT:1,remote link closed The local socket will be closed if there is any socket on the client. 4.3 Closing Client Socket: +CLOSECLIENT To close all socket connecting to the client AT+CLOSECLIENT[=<socket>]<CR> <Socket>: Socket number <CR><LF>+CLOSECLIENT:<socket>,remote link closed<cr><lf> AT+CLOSECLIENT No parameter, closed multiple sockets. +CLOSECLIENT:1,remote link closed +CLOSECLIENT:2,remote link closed AT+CLOSECLIENT=1 With parameter: closed one socket. +CLOSECLIENT:1,remote link closed AT+CLOSECLIENT=1 ERROR AT+CLOSECLIENT +CLOSECLIENT:All remote link closed No remote client connecting to socket 1. Sockets connecting to all remote clients have been closed. 4.4 Receiving Data from the Client: +TCPRECV(S) To receive data from the client +TCPRECV(S):<socket>,<length>,<data> See the. +TCPRECV(S):1,10, Socket 1 receives data from the client. Copyright Neoway Technology Co., Ltd 38

N20 AT Command Mannual. Version 1.2

N20 AT Command Mannual. Version 1.2 Version 1.2 Copyright Neoway Technology Co., Ltd 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of Neoway

More information

N21 AT Command Manual

N21 AT Command Manual AT Command Manual Issue 1.2 Date 2018-11-28 Neoway Product Documentation Copyright Neoway Technology Co., Ltd 2018. All rights reserved. No part of this document may be reproduced or transmitted in any

More information

AT commands APLICATION NOTE

AT commands APLICATION NOTE AT commands APLICATION NOTE SYMBOLS USED Symbols used Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible problems, which

More information

Serial interface configuration. Syntax of the standard AT commands

Serial interface configuration. Syntax of the standard AT commands Serial interface configuration The serial interface on the ATEUS GSM Gateway has to be initialized as follows: 19200,8,N,1 (baud rate 19200, data bits: 8, parity: no, stop bit: 1) No automatic baud rate

More information

Application Note. SIM7100_SMS_Application_Note_V

Application Note. SIM7100_SMS_Application_Note_V SIM7100 Application Note SMS 0 SIM7100_SMS_Application_Note_V0.01 2014-11-8 Document Title: SIM7100 SMS Application Note Version: 0.01 Date: 2015-02-10 Status: Document ID: Release SIM7100_SMS_Application_Note_V0.01

More information

WM620 AT Command Manual

WM620 AT Command Manual Issue 2.7 Date 2018-07-03 Neoway Product Document Copyright Neoway Technology Co., Ltd 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without

More information

AT Command Interface Specification

AT Command Interface Specification Issue 02 Date 2013-06-18 Huawei Technologies Co., Ltd. provides customers with comprehensive technical support and service. For any assistance, please contact our local office or company headquarters.

More information

AT Command Interface Specification

AT Command Interface Specification Issue 02 Date 2013-12-24 Huawei Technologies Co., Ltd. provides customers with comprehensive technical support and service. For any assistance, please contact our local office or company headquarters.

More information

u-blox TOBY-L1 and MPCI-L1

u-blox TOBY-L1 and MPCI-L1 u-blox TOBY-L1 and MPCI-L1 LTE Cellular Modules AT Commands Manual Abstract Description of standard and proprietary AT Commands used with u-blox TOBY-L1 and MPCI-L1 LTE cellular modules. TOBY-L1 series

More information

Quick help quide to GSM PDU mode structure

Quick help quide to GSM PDU mode structure 1 (6) Quick help quide to GSM 07.05 PDU mode structure AT+CMGS Send Message Sends a message from the DTE to the network (SMS-SUBMIT): AT+CMGS=PDU The length of the actual

More information

AT Command Interface Specification

AT Command Interface Specification V100R001 Issue 02 Date 2014-09-25 Copyright Huawei Technologies Co., Ltd. 2014. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written

More information

SMS Application Note. Version 2.6

SMS Application Note. Version 2.6 SMS Application Note Version 2.6 Copyright Neoway Technology Co., Ltd 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written

More information

How to handle SMS messages

How to handle SMS messages How to handle SMS messages This section gives examples of the AT commands for sending and receiving SMS (Small Message Service) messages with the GM12. First we will discuss what an SMS is, and some details

More information

AT Command Addendum and Getting Started Guide for LAT1 Devices. Telit Firmware x3 Reference Guide.

AT Command Addendum and Getting Started Guide for LAT1 Devices. Telit Firmware x3 Reference Guide. AT Command Addendum and Getting Started Guide for LAT1 Devices Telit Firmware 17.00.5x3 Reference Guide www.multitech.com AT Command Addendum and Getting Started Guide for LAT1 Devices using Telit Firmware

More information

SCOPE. SMS Application notes

SCOPE. SMS Application notes Document Name: SMS Application notes Version: 01.02 Date: 2007-09-25 DocId: SMS APP_V01.02 Status: Release General Notes Simcom offers this information as a service to its customers, to support application

More information

GGB-1916 GNSS/2.5G GSM/GPRS/Bluetooth Module AT Commands Manual 2016 LOCOSYS Technology Inc.

GGB-1916 GNSS/2.5G GSM/GPRS/Bluetooth Module AT Commands Manual 2016 LOCOSYS Technology Inc. www.locosystech.com GGB-1916 GNSS/2.5G GSM/GPRS/Bluetooth Module AT Commands Manual 2016 LOCOSYS Technology Inc. Document history Version Date Updates 0.1 Aug 5, 2016 Creation 0.2 Oct 21, 2016 Modify some

More information

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE

ON THE USE OF AT COMMANDS FOR CONTROLING THE MOBILE PHONE WITH MICROCONTROLLER LABORATORY EXERCISE 2007 Poznańskie Warsztaty Telekomunikacyjne Poznań 6-7 grudnia 2007 P OZNAN POZNAN UNIVERSIT UNIVERSITY Y OF OF TECHNOLOGY ACADEMIC ACADEMIC JOURNALS JOURNALS No 54 Electrical Engineering 2007 Adrian KLIKS*

More information

SIM800C-DS_Application Note _V1.00

SIM800C-DS_Application Note _V1.00 SIM800C-DS_Application Note _V1.00 Document Title: SIM800C-DS Application Note Version: 1.00 Date: Status: Document Control ID: Release SIM800C-DS_Application Note_V1.00 General Notes SIMCom offers this

More information

CDMA DATA TERMINAL AT Command Set Application Information. December.19, 2007

CDMA DATA TERMINAL AT Command Set Application Information. December.19, 2007 CDMA DATA TERMINAL AT Command Set Application Information December.19, 2007 About this Guide CDMA (Code Division Multiple Access) Data Module operating functions are implemented as AT commands, and are

More information

H20 AT Command User Guide

H20 AT Command User Guide H20 AT User Guide Version: 1.0.8 Date: 2008/12/24 Author: Cariel Huang 2008 Qisda Inc. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

SMS Application notes AN_SMS_V1.01

SMS Application notes AN_SMS_V1.01 AN_SMS_V1.01 Document Title: SMS Application notes Version: 1.01 Date: 2006-09-25 Status: Document Control ID: Release AN_SMS_V1.01 General Notes Simcom offers this information as a service to its customers,

More information

Manual Reference. AT Command Set (GSM 07.07, GSM 07.05) S25

Manual Reference. AT Command Set (GSM 07.07, GSM 07.05) S25 Manual Reference AT Command Set (GSM 07.07, GSM 07.05) for SIEMENS Mobile Phone S25 and Derivatives 17.08.99 page 1 of 31 All rights reserved. No part of this work covered by the copyrights hereof may

More information

Application Note basic Voice and SMS Connection with SIM900 rev03

Application Note basic Voice and SMS Connection with SIM900 rev03 Connection with rev03 S MUST BE Connection with rev03 AT ATI ATE0 AT+GMR AT+GMI AT+GMM AT+GSN AT+CSCA? AT+CNUM? AT+CREG? AT+CSQ AT+GCAP AT+CMEE=2 AT&W AT&V AT&F AT+CPBS="ON" NETWORK CENTRE NUMBERS NETWORK

More information

LTE AT commands for Test automation

LTE AT commands for Test automation LTE AT commands for Test automation Device Requirements Issued: Feb-14 This document provides initial information related to the Verizon Wireless Long Term Evolution (LTE) Supplementary Signaling Conformance

More information

GTM-201 Series FAQ Ver1.1. GTM-201 Series FAQ ICP DAS CO., LTD.

GTM-201 Series FAQ Ver1.1. GTM-201 Series FAQ ICP DAS CO., LTD. GTM-201 Series FAQ 1 Tables of Content GTM-201 Series FAQ Ver1.1 Q01: What is the PIN code?...3 Q02: What are the GTM-201-RS232 and GTM-201-USB default baud rate?...3 Q03: What kind of information do you

More information

SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD

SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD SYNOPSIS PROJECT TITLE : GSM BASED E-NOTICE BOARD OBJECTIVE: The main aim of this project will be to design a SMS driven automatic display board which can replace the currently used programmable electronic

More information

CL865 Series Software User Guide. 1vv Rev

CL865 Series Software User Guide. 1vv Rev APPLICABILITY TABLE CL865 Series Software User Guide PRODUCT CL865-DUAL CL865-SC SW Version 18.42.021 (Verizon) 18.42.001 (Sprint) 18.42.393 (-SC) 2 of 91 SPECIFICATIONS SUBJECT TO CHANGE WITHOUT NOTICE

More information

EC2x&EG9x&EM05 PPP Application Note

EC2x&EG9x&EM05 PPP Application Note EC2x&EG9x&EM05 PPP Application Note LTE Module Series Rev. EC2x&EG9x&EM05_PPP_Application_Note_V1.0 Date: 2017-12-08 Status: Released www.quectel.com Our aim is to provide customers with timely and comprehensive

More information

CL865-DUAL Software User Guide. 1vv Rev

CL865-DUAL Software User Guide. 1vv Rev APPLICABILITY TABLE PRODUCT CL865-DUAL SW Version 18.42.021 (Verizon) Reproduction forbidden without written authorization from Telit Communications S.p.A.- All Rights Reserved. Page 2 of 79 SPECIFICATIONS

More information

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide

Cinterion BGS2T (RS232) Terminal Starter Kit. Getting Started Guide Cinterion BGS2T (RS232) Terminal Starter Kit Getting Started Guide BGS2T (RS232) Terminal Starter Kit Contents PLEASE NOTE KIT CONTENTS MAY VARY ACCORDING TO ORIGIN AND THE INTENDED COUNTRY OF OPERATION

More information

AT command set. AT command set M1HS, N501HS, H600

AT command set. AT command set M1HS, N501HS, H600 M1HS, N501HS, H600 Contents 1 Introduction...7 1.1 Purpose...7 1.2 Abbreviations...7 2 General s...7 2.1 command echo E...7 2.1.1 Syntax...7 2.1.2 Description...7 2.1.3 Defined values...7 2.1.4 e.g...8

More information

Telit GM862-QUAD/QUAD-PY. Software User Guide. Telit Communications S.p.a vv , Rev. ISSUE#0-27/09/2005

Telit GM862-QUAD/QUAD-PY. Software User Guide. Telit Communications S.p.a vv , Rev. ISSUE#0-27/09/2005 Telit GM862-QUAD GM862-QUAD-PY Software User Guide Telit Communications S.p.a. 2003 Reproduction forbidden without Telit Communications written authorization All Right reserved Page 1 of 128 Contents 1

More information

GSM FUNCTION APPLIED IN WIRELESS SOLUTION

GSM FUNCTION APPLIED IN WIRELESS SOLUTION Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-500107-E-10 F²MC-8FX FAMILY 8-BIT MICROCONTROLLER MB95F370 SERIES GSM FUNCTION APPLIED IN WIRELESS SOLUTION APPLICATION NOTE Revision

More information

CE910 Series Software User Guide. 1vv Rev

CE910 Series Software User Guide. 1vv Rev APPLICABILITY TABLE PRODUCT CE910-DUAL CE910-SC SW Version 18.12.001 (Sprint) 18.12.012 (Aeris.net) 18.02.022 (Verizon, HW 1.00) 18.12.022 (Verizon, HW 1.10) 18.02.031 (US Cellular) 18.02.392 (-SC) Reproduction

More information

GM862-GPS Software User Guide GM862-GPS Software User Guide 1vv Rev. 4-24/01/07

GM862-GPS Software User Guide GM862-GPS Software User Guide 1vv Rev. 4-24/01/07 GM862-GPS Software User Guide Contents: GM862-GPS Software User Guide 1 Overview...4 2 Basic Operations...5 2.1 Command Syntax...5 2.1.1 Interface Style...5 2.2 Command Response Timeout...6 2.3 Turning

More information

LM940 Modules Software User Guide

LM940 Modules Software User Guide [10.2017] LM940 Modules Software User Guide 1VV0301343 Rev. 1 2017-10-20 1VV0301343 Rev.1 SPECIFICATIONS ARE SUBJECT TO CHANGE WITHOUT NOTICE NOTICES LIST While reasonable efforts have been made to assure

More information

BG96 PPP Application Note

BG96 PPP Application Note LTE Module Series Rev. BG96_PPP_Application_Note_V1.0 Date: 2018-01-31 Status: Released www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any assistance, please

More information

LISA-C200 & FW75-C200 AT commands examples

LISA-C200 & FW75-C200 AT commands examples locate, communicate, accelerate LISA-C200 & FW75-C200 AT commands examples u-blox CDMA 1xRTT wireless modules Application Note Abstract This document provides detailed examples of using the AT commands

More information

BC95 AT Commands Manual

BC95 AT Commands Manual BC95 AT Commands Manual NB-IoT Module Series Rev. BC95_AT_Commands_Manual_V1.9 Date: 2017-12-14 Status: Released www.quectel.com Our aim is to provide customers with timely and comprehensive service. For

More information

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide

Gemalto EHS6T-USB Terminal Starter Kit. Getting Started Guide Gemalto EHS6T-USB Terminal Starter Kit Getting Started Guide EHS6T-USB Terminal Starter Kit Contents Image is for a Kit A version. Other versions with different antenna may be available. This manual is

More information

DE910 Series Software User Guide. 1vv Rev

DE910 Series Software User Guide. 1vv Rev APPLICABILITY TABLE PRODUCT DE910-DUAL DE910-SC SW Version 15.00.026 (Verizon) 15.00.006 (Sprint) 15.00.016 (Aeris.net) 15.00.396 (SC) Reproduction forbidden without written authorization from Telit Wireless

More information

GPRS /GSM SIM900A MODEM

GPRS /GSM SIM900A MODEM GPRS /GSM SIM900A MODEM USER MANUAL www.researchdesignlab.com Page 1 Contents Overview... 4 GSM GPRS SIM900A Modem... 4 Features... 5 Datasheets... 5 GSM Utility Software... 6 Basic AT Commands for Testing...

More information

Configuring a GSM (3G) modem on a GW2040 Series Router

Configuring a GSM (3G) modem on a GW2040 Series Router Configuring a GSM (3G) modem on a GW2040 Series Router Issue 1.5 Date 10 May 2012 Table of contents 1 About this document... 3 1.1 Scope... 3 1.2 Readership... 3 1.3 More information... 3 1.3.1 Assigned

More information

PROJECT REPORT ON ELECTION VOTING VIA SMS

PROJECT REPORT ON ELECTION VOTING VIA SMS PROJECT REPORT ON ELECTION VOTING VIA SMS BY ROHAN.S.GAVANKAR (0713085) RONAK.P.KAMDAR (0713087) SHASHANK.S.KATKAR (0713094) UNDER THE GUIDANCE OF Prof. SHARVARI. P.DESHMANE IN PARTIAL FULFILLMENT OF B.E.

More information

USB730L AT002. Global Modem USB730L. AT Command Reference Guide

USB730L AT002. Global Modem USB730L. AT Command Reference Guide USB730L AT002 Global Modem USB730L AT Reference Guide Version 1.2 Aug 09, 2017 NOVATEL WIRELESS COPYRIGHT STATEMENT 2017 Novatel Wireless, Inc. All rights reserved. The information contained in this document

More information

WCDMA UGxx PPP Application Note

WCDMA UGxx PPP Application Note WCDMA UGxx PPP Application Note UMTS/HSPA Module Series Rev. WCDMA_UGxx_PPP_Application_Note_V1.2 Date: 2015-04-01 www.quectel.com Our aim is to provide customers with timely and comprehensive service.

More information

3.5G AT Commands Manual v1.0

3.5G AT Commands Manual v1.0 3.5G AT s Manual v1.0 History Company was established on 15th of April 1998. Main residence is based in Vilnius. Company started with production of telecommunication devices. In 2001 company expanded its

More information

Hands-On Workshop. Introduction to AT Commands, Sending SMS & GPRS

Hands-On Workshop. Introduction to AT Commands, Sending SMS & GPRS Hands-On Workshop Introduction to AT Commands, Sending SMS & GPRS Towers of Power - Class 02 New York, April 5th 2014 Hardware Micro-controllers Lots of Options Cellphone Modules GSM Modems

More information

/ AT Command Manual for Firmware L30. AirPrime WS6318

/ AT Command Manual for Firmware L30. AirPrime WS6318 WWW.INFOPULSAS.LT / info@infopulsas.lt AT Command Manual for Firmware L30 AirPrime WS6318 4111702 5.0 April 12, 2012 Important Notice Due to the nature of wireless communications, transmission and reception

More information

AT Command Interface Specification

AT Command Interface Specification Issue 01 Date 2013-04-10 Huawei Technologies Co., Ltd. provides customers with comprehensive technical support and service. For any assistance, please contact our local office or company headquarters.

More information

Skywire LTE CAT1 Sending and Receiving SMS Messages

Skywire LTE CAT1 Sending and Receiving SMS Messages Skywire LTE CAT1 Sending and Receiving SMS Messages NimbeLink Corp Updated: May 2017 PN 30103 rev 8 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 3

More information

GSM. Quectel Cellular Engine. GSM TCPIP Recommended Process. GSM_TCPIP_Recommended_. Process_V1.2

GSM. Quectel Cellular Engine. GSM TCPIP Recommended Process. GSM_TCPIP_Recommended_. Process_V1.2 GSM Cellular Engine GSM TCPIP Recommended Process GSM_TCPIP_Recommended_ Process_V1.2 Document Title GSM TCPIP Recommended Process Version 1.2 Date 2015-04-08 Status Document Control ID Released GSM_TCPIP_Recommended_Process_V1.2

More information

Chonghan CH-M2 Wireless Modem User manual

Chonghan CH-M2 Wireless Modem User manual Chonghan CH-M2 Wireless Modem User manual Chonghan Wireless Modem Series User manual 6/2/2016 Chonghan Co., Ltd. Lei Dongdong 崇瀚科技 Chonghan Power by Chonghan Important Notice Due to the nature of wireless

More information

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS

Mobile forensics. SMS (Short Message Service) EMS, MMS, CBS Mobile forensics SMS (Short Message Service) EMS, MMS, CBS How the Mobiles Work The Route of a Mobile Phone Telephone Call, (or SMS or user data traffic) SIM card Radio access network Core network MS/UE

More information

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE

USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE AN2007-06-V3.4.0 USING SatTerm SOFTWARE WITH SMS APPLICATION NOTE February 20, 2007 Copyright 2007 by NAL Research Corporation The specifications in this document are subject to change at NAL Research

More information

Getting Started Guide

Getting Started Guide Getting Started Guide 1. Apply power to the DroneCell Apply power(5vdc to 16VDC) from a 1 amp or higher power source. Be sure to connect the GNDs together. Note that there are two Power pins and two GND

More information

Let s enjoy the wireless life! V3.0. Shenzhen Neoway Technology Co.,Ltd

Let s enjoy the wireless life! V3.0. Shenzhen Neoway Technology Co.,Ltd M590 AT COMMAND SETS V3.0 Shenzhen Neoway Technology Co.,Ltd Copyright Statement Copyright 2008 Neoway Tech All rights reserved by Shenzhen Neoway Technology Co.,Ltd. The trademark belongs to Shenzhen

More information

MM-6854 / MM-6864 GSM Dual-Band Data Modem

MM-6854 / MM-6864 GSM Dual-Band Data Modem MM-6854 / MM-6864 GSM Dual-Band Data Modem MM-6854 MM-6864 Application Notes For more information or general enquiries, please call; R. F. Solutions Ltd., Unit 21, Cliffe Industrial Estate, South Street,

More information

This document is available at GPRS Startup. User Guide. Preliminary

This document is available at  GPRS Startup. User Guide. Preliminary This document is available at HTTP://WWW.FALCOM.DE/. GPRS Startup User Guide Preliminary Version 1.00, 27/09/2005 Contents 0 INTRODUCTION...4 0.1 REFERENCES... 4 0.2 ABBREVIATIONS... 4 1 GETTING STARTED

More information

ETSI TS V7.0.1 ( )

ETSI TS V7.0.1 ( ) Technical Specification Digital cellular telecommunications system (Phase 2+); Use of Data Terminal Equipment - Data Circuit terminating; Equipment (DTE - DCE) interface for Short Message Service (SMS)

More information

Debugging a Virtual Access Service Managed Gateway

Debugging a Virtual Access Service Managed Gateway Debugging a Virtual Access Service Managed Gateway Issue: 1.0 Date: 09 July 2013 Table of Contents 1 About this document... 3 1.1 Scope... 3 2 WAN connectivity... 4 2.1 ADSL... 4 2.1.1 Active data connections...

More information

User module. Guest Configuration APPLICATION NOTE

User module. Guest Configuration APPLICATION NOTE User module Guest Configuration APPLICATION NOTE USED SYMBOLS Used symbols Danger important notice, which may have an influence on the user s safety or the function of the device. Attention notice on possible

More information

Enabler IIIG Firmware PKG 48

Enabler IIIG Firmware PKG 48 Enabler IIIG Firmware Release Notes GSM0308RN011 Revision: 1.00 3/23/2010 www.enfora.com GENERAL TERMS OF USE OF NEW MATERIALS - PLEASE READ CAREFULLY From time to time, Enfora, in its sole discretion,

More information

Network Time Update Application Note Version 1.1

Network Time Update Application Note Version 1.1 Network Time Update Application Note Version 1.1 第 1 页共 11 页 Copyright Neoway Technology Co., Ltd 2017. All rights reserved. No part of this document may be reproduced or transmitted in any form or by

More information

MC35 Siemens Cellular Engine

MC35 Siemens Cellular Engine MC35 Siemens Cellular Engine GPRS Startup User Guide Version: 01.01 DocId: GPRS-startup-00-V01.01 Document Name: GPRS Startup User Guide Version: 01.01 Date: 13.11.2001 Technical Support: DocId: Status:

More information

ETSI TS V4.1.0 ( )

ETSI TS V4.1.0 ( ) TS 127 005 V4.1.0 (2001-09) Technical Specification Digital cellular telecommunications system (Phase 2+) (GSM); Universal Mobile Telecommunications System (UMTS); Use of Data Terminal Equipment - Data

More information

GSM QuecCell AT Commands Manual

GSM QuecCell AT Commands Manual GSM QuecCell AT Commands Manual GSM/GPRS Module Series Rev. GSM_QuecCell_AT_Commands_Manual_V1.1 Date: 2015-04-08 www.quectel.com Our aim is to provide customers with timely and comprehensive service.

More information

GSM GSM TECHNICAL January 1998 SPECIFICATION Version 5.5.0

GSM GSM TECHNICAL January 1998 SPECIFICATION Version 5.5.0 GSM GSM 07.05 TECHNICAL January 1998 SPECIFICATION Version 5.5.0 Source: SMG Reference: RGTS/SMG-040705QR3 ICS: 33.020 Key words: Digital cellular telecommunications system, Global System for Mobile communications

More information

OnCell G2150I AT Command Set

OnCell G2150I AT Command Set OnCell G2150I AT Set First Edition, March 2007 www.moxa.com/product Moxa Technologies Co., Ltd. Tel: +886-2-8919-1230 Fax: +886-2-8919-1231 Web: www.moxa.com MOXA Technical Support Worldwide: support@moxa.com

More information

xxx xxx Project GSM/GPS Communication Module

xxx xxx Project GSM/GPS Communication Module Test Plan Identifier: xxx-communication Module *Module testing is according to xxx-project Proposal Appendix 9: Testing Restrictions/Scope table. References: Please refer to Appendix 1: References Introduction:

More information

3GPP TS V3.2.0 ( )

3GPP TS V3.2.0 ( ) TS 27.005 V3.2.0 (2002-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Terminals; Use of Data Terminal Equipment - Data Circuit terminating; Equipment (DTE

More information

M22 / M23 / M23G AT Command User Guide

M22 / M23 / M23G AT Command User Guide M22 / M23 / M23G AT User Guide Version: 1.7.7 Date: 20/09/2006 2006 BenQ Inc. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

EDW-ML8021 GSM GPRS Modem User s Manual. Page 1

EDW-ML8021 GSM GPRS Modem User s Manual.   Page 1 EDW-ML8021 GSM GPRS Modem User s Manual sales@eddywireless.com www.eddywireless.biz Page 1 Content EDW-ML8021 GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept... 3 3. Application interface...

More information

GC864-QUAD / PY SW USER GUIDE GC864-QUAD / PY Software User Guide 1vv Rev. 1-05/02/07

GC864-QUAD / PY SW USER GUIDE GC864-QUAD / PY Software User Guide 1vv Rev. 1-05/02/07 GC864-QUAD / PY SW USER GUIDE GC864-QUAD / PY Software User Guide This document is relating to the following products: GC864-QUAD 3990250675 GC864-PY 3990250676 Reproduction forbidden without Telit Communications

More information

Development KIT for TM2 GPRS modem User manual 1.2. Development KIT. Development KIT for TM2 GSM/GPRS modem User s manual 1.2

Development KIT for TM2 GPRS modem User manual 1.2. Development KIT. Development KIT for TM2 GSM/GPRS modem User s manual 1.2 Development KIT Development KIT for TM2 GSM/GPRS modem User s manual 1.2 1 Contents Attention!... 3 1. Basic Safety Requirements... 4 2. General Information... 5 2.1 Introduction... 5 2.2 About this document...

More information

AT COMMANDS SUPPORTED BY SAGEM myx-5 MOBILE PHONES

AT COMMANDS SUPPORTED BY SAGEM myx-5 MOBILE PHONES AT COMMANDS SUPPORTED BY SAGEM myx-5 MOBILE PHONES Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the foregoing restriction extend to reproduction

More information

M5310-A AT COMMAND SET For the V150R100C10B300 firmware

M5310-A AT COMMAND SET For the V150R100C10B300 firmware M5310-A AT COMMAND SET For the V150R100C10B300 firmware NB-IoT Series Version:1.4 China Mobile IoT Company Limited iot.10086.cn 0 About Update Record Version Date Author 1.0 2017-12-5 Lin Ziwei Create

More information

AT Command Manual For ZTE Corporation s MG2639 Modules

AT Command Manual For ZTE Corporation s MG2639 Modules AT Command Manual For ZTE Corporation s MG2639 Modules Version: V2.0 ZTE CORPORATION Copyright Statement Copyright 2011 by ZTE Corporation All rights reserved. No part of this publication may be excerpted,

More information

GSM. Quectel Cellular Engine. GSM AT Commands Application Notes GSM_ATC_AN_V1.1

GSM. Quectel Cellular Engine. GSM AT Commands Application Notes GSM_ATC_AN_V1.1 GSM Cellular Engine GSM AT Commands Application Notes GSM_ATC_AN_V1.1 Document Title GSM AT Commands Application Notes Version 1.1 Date 2012-06-08 Status Document Control ID Released GSM_ATC_AN_V1.1 General

More information

EC20 SSL AT Commands Manual

EC20 SSL AT Commands Manual EC20 SSL AT Commands Manual LTE Module Series Rev. EC20_SSL_AT_Commands_Manual_V1.0 Date: 2015-07-02 www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any assistance,

More information

Document Name: GPRS Startup. GPRS Startup_V01.00 Status: Created

Document Name: GPRS Startup. GPRS Startup_V01.00 Status: Created Document Name: GPRS Startup Version: 01.00 Date: DocId: GPRS Startup_V01.00 Status: Created General Notes Simcom offers this information as a service to its customers, to support application and engineering

More information

Quectel Cellular Engine

Quectel Cellular Engine Cellular Engine GSM AT Commands Application Notes GSM_ATC_Application_Note_V1.0 GSM AT Commands Application Note Document Title GSM AT Commands Application Note Version 1.0 Date 2009-12-3 Status Document

More information

V1.0. Ai-Thinker Inc. Ai-Thinker

V1.0. Ai-Thinker Inc. Ai-Thinker GPRS AT V1.0 GPRS AT V1.0 Inc Copyright (c) 2017 GPRS AT V1.0 GPRS AT URL 2017.12.30 V1.0 Ai Thinker 1 130 GPRS AT V1.0... 7 1.1 AT... 7 1.2 AT... 7 1.2.1 AT... 7... 9 2.1 AT... 9 2.2 AT&W... 9 2.3 AT&FTA...

More information

GTM-204M FAQ Ver1.0 GTM-204M FAQ

GTM-204M FAQ Ver1.0 GTM-204M FAQ GTM-204M FAQ 1 Content Q01:How to use AT Command to send SMS in Text mode?... 3 Q02:In PDU mode, how to use AT Command to send Chinese SMS?... 3 Q03:SMS seems to be unable to store, how to set?... 3 Q04:Demo

More information

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide

MRD-310 MRD G Cellular Modem / Router Web configuration reference guide. Web configuration reference guide Web configuration reference guide 6623-3201 MRD-310 MRD-330 Westermo Teleindustri AB 2008 3G Cellular Modem / Router Web configuration reference guide www.westermo.com Table of Contents 1 Basic Configuration...

More information

SIM20_AT Command Manual_V1.04

SIM20_AT Command Manual_V1.04 SIM20_AT Manual_V1.04 Command Document Title: SIM20 AT Command Manual Version: 1.04 Date: 2010-08-30 Status: Document Control ID: Release SIM20_AT Command Manual_V1.04 General s SIMCom offers this information

More information

Using USB Interface on Bitpipe

Using USB Interface on Bitpipe Using USB Interface on Bitpipe Application Note AN0031 Rev. 1.0 07/07/2017 Table of Contents 1 Document revision history... 3 2 Scope... 3 3 Radio wireless connectivity... 3 3.1 BP32G... 3 3.1.1 Linux...

More information

Skywire Development Kit User Manual

Skywire Development Kit User Manual Skywire Development Kit User Manual NimbeLink Corp Updated: October 2017 PN 30005 rev 12 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents 1. Introduction 2 1.1 Orderable Part Numbers 2 1.2

More information

UC15 SSL AT Commands Manual

UC15 SSL AT Commands Manual UC15 SSL AT Commands Manual UMTS/HSPA Module Series Rev. UC15_SSL_AT_Commands_Manual_V1.0 Date: 2014-03-07 www.quectel.com Our aim is to provide customers with timely and comprehensive service. For any

More information

ETSI TS V1.1.1 ( )

ETSI TS V1.1.1 ( ) TS 103 368 V1.1.1 (2016-11) TECHNICAL SPECIFICATION Railway Telecommunications; Commands necessary for mobile radio equipment operation on railways 2 TS 103 368 V1.1.1 (2016-11) Reference DTS/RT-0039 Keywords

More information

MultiModem rcell Intelligent Wireless Router. Quick Start Guide

MultiModem rcell Intelligent Wireless Router. Quick Start Guide MultiModem rcell Intelligent Wireless Router Quick Start Guide Copyright and Technical Support Quick Start Guide MultiModem rcell MTCBA-Xx-EN2, MTCBA-Xx-EN2-GP 82100511L, Revision A Copyright 2010 by Multi-Tech

More information

ADH8066 Quad band GSM/GPRS Module

ADH8066 Quad band GSM/GPRS Module ADH8066 Quad band GSM/GPRS Module AT Reference Manual ADH Technology Co.,LTD Subject to changes in technology, design and availability URL: http://www.adh-tech.com.tw Revision History Version Date

More information

4G LTE CAT 4 Skywire User Manual

4G LTE CAT 4 Skywire User Manual 4G LTE CAT 4 Skywire User Manual NimbeLink Corp Updated: April 2017 PN 30229 rev 2 NimbeLink Corp. 2017. All rights reserved. 1 Table of Contents Table of Contents 2 1. Introduction 3 1.1 Orderable Part

More information

UMTS Addresses and Identities Mobility and Session Management

UMTS Addresses and Identities Mobility and Session Management UMTS Addresses and Identities Mobility and Session Management - Numbering, addressing and location identities - UE modes - Mobility management - Session management and QoS Numbering, Addressing and Location

More information

MV-370S/MV-372S. 1/2 Ports SMS Gateway. User Manual

MV-370S/MV-372S. 1/2 Ports SMS Gateway. User Manual MV-370S/MV-372S 1/2 Ports SMS Gateway User Manual Content 1 Introduction... 1 2 Parts list... 2 3 Dimension: 14.5cm x 17cm x 3.9cm... 2 4 MV-370S Panel description... 3 5 MV-372S Panel description... 4

More information

GSM GSM TECHNICAL July 1996 SPECIFICATION Version 5.0.0

GSM GSM TECHNICAL July 1996 SPECIFICATION Version 5.0.0 GSM GSM 07.05 TECHNICAL July 1996 SPECIFICATION Version 5.0.0 Source: ETSI TC-SMG Reference: TS/SMG-040705Q ICS: 33.060.50 Key words: Digital cellular telecommunications system, Global System for Mobile

More information

MultiModem GPRS USB. Wireless Modem. User Guide MTCBA-G-U

MultiModem GPRS USB. Wireless Modem. User Guide MTCBA-G-U MultiModem GPRS USB Wireless Modem MTCBA-G-U User Guide Copyright and Technical Support MultiModem GPRS USB External Wireless Modem User Guide Model MTCBA-G-U S000346I, Revision I Copyright This publication

More information

User Manual. Configuration OWL LTE (Industrial Cellular Router) UM Configuration OWL LTE Release 1.0 Rev /2016

User Manual. Configuration OWL LTE (Industrial Cellular Router) UM Configuration OWL LTE Release 1.0 Rev /2016 User Manual Configuration OWL LTE (Industrial Cellular Router) Technical Support https://hirschmann-support.belden.eu.com The naming of copyrighted trademarks in this manual, even when not specially indicated,

More information

HUAWEI MU509-b HSDPA LGA Module V100R003. SSL Application Guide. Issue 01. Date

HUAWEI MU509-b HSDPA LGA Module V100R003. SSL Application Guide. Issue 01. Date V100R003 Issue 01 Date 2014-10-10 2014. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by any means without prior written consent of Huawei Technologies Co.,

More information

MultiModem rcell. Intelligent Wireless Router. Quick Start Guide

MultiModem rcell. Intelligent Wireless Router. Quick Start Guide MultiModem rcell Intelligent Wireless Router Quick Start Guide Copyright and Technical Support Quick Start Guide MultiModem rcell MTCBA-Xx-EN2 82100400L, Revision A Copyright 2009 by Multi-Tech Systems,

More information