u-blox LISA-C200 Application Note
u-blox LISA-C200 Application Note

u-blox LISA-C200 Application Note

At commands examples
Hide thumbs Also See for LISA-C200:

Advertisement

Quick Links

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 for u-blox LISA-C200 and FW75-C200 CDMA 1xRTT
wireless
modules.
www.u-blox.com

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the LISA-C200 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for u-blox LISA-C200

  • Page 1 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 for u-blox LISA-C200 and FW75-C200 CDMA 1xRTT wireless modules. www.u-blox.com...
  • Page 2 Released This document contains the final product specification. This document and the use of any information contained therein, is subject to the acceptance of the u-blox terms and conditions. They can be downloaded from www.u-blox.com. u-blox makes no warranties based on the accuracy or completeness of the contents of this document and reserves the right to make changes to specifications and product descriptions at any time without notice.
  • Page 3: Table Of Contents

    LISA-C200 & FW75-C200 AT commands examples - Application Note Contents Contents ..........................3 Introduction ........................5 Service provisioning ..................... 5 Service provisioning in Verizon networks ....................5 2.1.1 Module activation ......................... 5 2.1.2 PRL Update............................ 6 Service Provisioning in Sprint networks ....................6 2.2.1...
  • Page 4 LISA-C200 & FW75-C200 AT commands examples - Application Note HTTP AT commands ....................25 GPIO AT commands ....................26 10 Multiplexer AT commands ..................26 11 File System AT commands ..................27 12 SMS AT Commands ....................28 12.1 Reading a single message ....................... 28 12.2...
  • Page 5: Introduction

    AT commands examples - Application Note 1 Introduction This document provides examples of using AT commands with u-blox LISA-C200 and FW75-C200 CDMA 1xRTT wireless modules. Refer to u-blox LISA-C200 and FW75-C200 AT Commands Manual [1] for the command descriptions. The following symbols are used to highlight important information within the document: An index finger points out key information pertaining to integration and performance.
  • Page 6: Prl Update

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT$QCMIPGETP=0 Profile:0 Enabled Allows seeing the MIP settings of the module, please note the NAI profile has been populated with the NAI:8584726201@vzw3g.com values of the new MDN. Home Addr:0.0.0.0 Primary HA:255.255.255.255...
  • Page 7: Firmware Upgrade

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description +UOMASTAT:1,0,0 Start of DC session. It should start with 15-20 seconds after the power up. +UOMASTAT:1,1,0 End of DC session. Should take around 50 seconds. Start of PRL session. It should start within 20-30 +UOMASTAT:1,0,0 seconds after the end of previous session.
  • Page 8 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description +UOMASTAT:2,1,0 End of Downloading session. At this moment, the module enters into “Download Mode” being programmed, it will come back to Service after the programming is finished Most Terminal Emulators will disconnect the module once it enters into “Download...
  • Page 9 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description +UOMASTAT:1,1,0 End of reporting session. +UOMASTAT:1,0,0 Start of session. Checks and reports the Firmware Version and checks if there is an update available. End of Session. Provided there is no more FW upgrade +UOMASTAT:1,1,0 packages available.
  • Page 10: Prl Update

    LISA-C200 & FW75-C200 AT commands examples - Application Note 2.2.3 PRL Update Command Response Description AT+CMEE=2 Set verbose error messages AT$PRL? 50587 This command will return the PRL ID that is currently in use by the module. AT+PRL=? PRL update enabled This command will notify whether or not it is possible to perform a PRL update using OMADM.
  • Page 11: Network Registration And Idle State

    LISA-C200 & FW75-C200 AT commands examples - Application Note 4 Network registration and Idle State FW-75 LISA-C 4.1 CDMA registration The module initial registration in CDMA occurs automatically. Idle State is defined as the stage in which the CDMA terminal goes into “sleeping mode”, this behavior helps for energy saving implementation.
  • Page 12: Power Down Registration

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CFUN=2 Sends the module into Low Power Mode. +CREG:4,54,0 The reported message specifies the module is now in Low Power Mode. The last digit reports the module is “Not registered,”...
  • Page 13: Tcp/Ip At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 5 TCP/IP AT commands FW-75 LISA-C The CDMA cellular device activation procedure performs some automatic changes to the Non-Volatile Items of the device. These changes are programmed and stored in the module for use while interacting with the Cellular carrier.
  • Page 14: Base Syntax

    LISA-C200 & FW75-C200 AT commands examples - Application Note 5.2.2 Base syntax Command Response Description AT+USOWR=18,2,”hi” +USOWR:18,2 Writes 2 data bytes into socket #18, the data should be written within quotations. If the command response is returned then the data is sent to a lower level of the protocol stack.
  • Page 15 LISA-C200 & FW75-C200 AT commands examples - Application Note Second scenario: Network coverage lost after AT+USOWR command, binary mode Command Response Description AT+CMEE=2 Set verbose error messages AT+CREG=1 +CREG=1 enables the URC notification for terminal registration AT+USOCR=6 +USOCR:18 +USOCR=6 creates a TCP socket, the response is that a Socket 18 was created.
  • Page 16: Socket Operations With "Keep Alive" Option

    LISA-C200 & FW75-C200 AT commands examples - Application Note 5.3 Socket operations with “Keep Alive” option In “Keep Alive” mode, the module periodically sends dummy TCP packets to prevent the network from closing the inactive context. Command Response Description AT+CMEE=2...
  • Page 17: Socket Read

    LISA-C200 & FW75-C200 AT commands examples - Application Note 5.4 Socket Read First scenario Command Response Description +UUSORD: 33,5 Remote host sends the module 5 data bytes. The module notifies via URC that there are 5 bytes of data information stored for socket ID 33.
  • Page 18: Socket Close

    LISA-C200 & FW75-C200 AT commands examples - Application Note 5.5 Socket Close 5.5.1 By the module Command Response Description AT+USOCL=18 Socket closed by the module (socket #18). No URC notification is returned. 5.5.2 By the remote host Command Response Description...
  • Page 19: Udp/Ip At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 6 UDP/IP AT commands FW75 LISA-C 6.1 Socket write (+USOST) 6.1.1 Base syntax Command Response Description AT+CMEE=2 Set verbose error messages AT+USOCR=17 +USOCR: 18 UDP socket creation. In this example Socket #18 is created.
  • Page 20: Socket Read (+Usorf)

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description Write data bytes. main +USOST: 108,4 It is not possible to write fewer bytes than the number specified with AT+USOWR. If more bytes are written than specified in the threshold, the remaining bytes will be truncated.
  • Page 21: Closing The Connection

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description DISCONNECT The ‘+++’ command line instructs the device to disconnect the Direct Link connection. The terminal emulator shows the URC confirming the disconnection of the link. This command line will not disconnect the UDP connection.
  • Page 22: Ftp At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 7 FTP AT Commands FW75 LISA-C CDMA Data configuration doesn’t need a preamble to start using the AT commands. Thus, FTP commands can be used without prior setup. The following FTP profile parameters aren’t saved in the Non-Volatile Memory...
  • Page 23 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+UFTPC=13 A new request for a list of files in the new “PRUEBAS” directory. +UUFTPCD: 13,57,"-rw-r--r-- 1 Note the list of files in the directory is followed by the...
  • Page 24 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+UFTPC=14 Shows no file in the current “PRUEBAS” directory. +UUFTPCR: 14,1 AT+UFTPC=13 Shows no file in the current “PRUEBAS” directory. +UUFTPCR: 13,1 AT+UFTPC=8,".." Sends the working directory from “PRUEBAS” back...
  • Page 25: Http At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 8 HTTP AT commands FW75 LISA-C CDMA terminal configuration, allows an HTTP session to start straight from idle state, no need to preconfigure the device prior to start a Data session.
  • Page 26: Gpio At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 9 GPIO AT commands FW75 LISA-C For more details about GPIO pin mapping please refer to Lisa-C/FW75 System Integration Manual. Command Response Description AT+CMEE=2 Set verbose error messages AT+UGPIOR=? +UGPIOR:(20,21,23,24,51) List of GPIO PIN numbers...
  • Page 27: File System At Commands

    11 File System AT commands FW75 LISA-C Commands in this chapter refer to the local file system on the module. The size of the file system is limited by the available memory. Refer to u-blox AT Commands Manual [1]. Command Response Description...
  • Page 28: Sms At Commands

    LISA-C200 & FW75-C200 AT commands examples - Application Note 12 SMS AT Commands FW75 LISA-C 12.1 Reading a single message Command Response Description AT+CMEE=2 Set verbose error messages AT+CNMI=1,1 Enables the URC to the DTE when an incoming SMS is received by the MT.
  • Page 29: Delete One Single Message Or Multiple Messages

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description +CMTI: “ME”,0 URC that notifies the TE of a new SMS received, the message is located in memory index 0. +CMTI: “ME”,1 URC that notifies the TE of a new SMS received, the message is located in memory index 1.
  • Page 30 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CMGL="all" +CMGL: 0,"REC +CMGL=”all” shows all messages stored in all READ","8584494198","12/06/12, module’s memory allocations. 15:19:19+00",,129,9 Response. +CMGL: 1,"REC READ","8582212345","12/06/15, 15:58:25+00",,129,15 Test numero uno +CMGL: 11,"REC READ","9132354027","12/06/21, 12:16:12+00",,129,35 Test Number 3 Lisa-C to FW75 June21 +CMGL: 2,"REC...
  • Page 31 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CMGL="all" +CMGL: 0,"REC A new reading using the +CMGL command, shows READ","8584494198","12/06/12, the message in memory allocation (index) 11 has been 15:19:19+00",,129,9 deleted. Response. +CMGL: 1,"REC READ","8582286247","12/06/15, 15:58:25+00",,129,15 Test numero uno +CMGL: 2,"REC...
  • Page 32: Deleting All Messages

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CMGL="all" +CMGL: 2,"REC Shows that all “Read” messages has been erased UNREAD","8582286247","12/06/1 from the memory of the module. 5,17:01:08+00",,129,15 Test numero dos +CMGL: 12,"REC UNREAD","9132354027","12/06/2 1,12:18:24+00",,129,42 Test number 4 Lisa-C to FW75 June21 midday +CMGL: 13,"REC...
  • Page 33 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description TEst number 234 from Lisa to FW CNMI On and MTSMS there, Jun21 @ 1352 +CMGL: 16,"REC UNREAD","9132354027","12/06/2 1,13:56:39+00",,12 9,52 Test number 567 Lia to FW MO on Lisa @ jun21 on 1400 +CMGL: 17,"REC...
  • Page 34: Write And/Or Send One Single Message

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description /00,00:00:00+00",,1 29,18 TEST NUMBER 111111 +CMGL: 10,"STO UNSENT","111111111111","00/00 /00,00:00:00+00",, 129,27 TEST NUMBER 22222222 333333 At+CMGD=? +CMGD: Lists all the messages indexes that are available and (0,1,2,3,4,5,6,7,8,9,10,12,13 the related “delete” actions to be performed.
  • Page 35: Sending A Stored Sms Message

    LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CMGW<CR> > By typing this command without Destination Address (Phone number), it will save it without reference of it. This test will contain a +CMGW: 8 After the prompt, type in the message and save it message stored in the module after pressing <Ctrl-Z>, it will return a message with...
  • Page 36 LISA-C200 & FW75-C200 AT commands examples - Application Note Command Response Description AT+CMGL="ALL" +CMGL: 0,"REC A new reading with the +CMGL=”all” command READ","8582512345","12/06/12, shows the message stored in memory index allocation 15:19:19+00",,129,9 5 has changed to “STO SENT”. Response. +CMGL: 1,"REC READ","8582512345","12/06/15,...
  • Page 37: Appendix

    LISA-C200 & FW75-C200 AT commands examples - Application Note Appendix A List of Acronyms Abbreviation / Term Explanation / Definition 3GPP 3rd Generation Partnership Project Analog to Digital Converter Access Point Name AT Command Interpreter Software Subsystem, or attention Band Class...
  • Page 38 LISA-C200 & FW75-C200 AT commands examples - Application Note Abbreviation / Term Explanation / Definition Network Access Identifier Number Assignment Module Network IDentification Non Volatile Memory Open Mobile Alliance OMA-DM Open Mobile Alliance Device Management Over-The-Air Parallel Data Processing Personal Identification Number...
  • Page 39: B Error Codes For Sprint's Omadm

    LISA-C200 & FW75-C200 AT commands examples - Application Note B Error Codes for Sprint’s OMADM Code / Error Number Explanation / Definition Success Unspecified error Memory error Routine called when not allowed or bad parameters 24576 Supplied buffer is too small...
  • Page 40: Related Documents

    LISA-C200 & FW75-C200 AT commands examples - Application Note Related documents u-blox LISA-C200 & FW75-C200 AT Commands Manual, Docu No CDMA-2X-11002 available on our homepage ( http://www.u-blox.com 3GPP TS 27.010 - Terminal Equipment to User Equipment (TE-UE) multiplexer protocol (Release 1999) 3GPP TS 11.11 - Specification of the Subscriber Identity Module - Mobile Equipment (SIM-ME)
  • Page 41: Contact

    LISA-C200 & FW75-C200 AT commands examples - Application Note Contact For complete contact information visit us at www.u-blox.com u-blox Offices North, Central and South America Headquarters Asia, Australia, Pacific Europe, Middle East, Africa u-blox America, Inc. u-blox Singapore Pte. Ltd.

This manual is also suitable for:

Fw75-c200

Table of Contents