MultiConnect® Cell 100 Series MTC-EV3 User Guide
MULTICONNECT®CELL 100 SERIES MTC-EV3 USER GUIDE MultiConnect®Cell 100 Series MTC-EV3 User Guide Model: MTC-EV3 Part Number: S000586 1.0.3 Copyright This publication may not be reproduced, in whole or in part, without the specific and express prior written permission signed by an executive officer of Multi-Tech Systems, Inc. All rights reserved. Copyright © 2014 by Multi-Tech Systems, Inc. Multi-Tech Systems, Inc.
CONTENTS Contents Product Overview .................................................................................................................................................... 5 About the MultiConnect Cell Modem........................................................................................................................... 5 Documentation ........................................................................................................................................................
CONTENTS Configuring Device as UDP Client to Connect to UDP Server ................................................................................... 20 Configuring Device as UDP Listener to Accept UDP Client Connections ................................................................. 21 Transferring FTP File to FTP Server ........................................................................................................................... 22 Downloading File from FTP Server.........................
PRODUCT OVERVIEW Product Overview About the MultiConnect Cell Modem The MultiConnect® Cell 100 Series cellular MTC-EV3 modems are ready-to-deploy, standalone dual-band EV-DO modems that provide wireless data communication. The modems integrate seamlessly with virtually any application, and are useful for automated applications, such as remote diagnostics and remote monitoring. They are available with RS-232 or USB connectors.
PRODUCT OVERVIEW ■ LS Devices that have a USB connector have the following LEDs: ■ Power ■ LS The tables that follow provide details about what the LEDs indicate. Power Not lit DC power not present. Lit DC power present. TR (Terminal Ready) Not Lit Data is not being transmitted. Lit Blinks when data is being transmitted. CD (Carrier Detect) Not lit Data connection is not established. Lit Data connection is established. LS (Link Status) Not lit There is no power to the cellular radio.
PRODUCT OVERVIEW Note: The power-saving switch—which appears with the NORMAL and LOW POWER labels—is included only on models that have a serial connector. Specifications Category Description General Performance EV-DO Frequency Bands Dual-band 800/1900 MHz Speed Packet Data Up to 3.1 downlink and 1.8 uplink SMS SMS Point-to-Point Messaging Mobile-Terminated SMS Mobile-Originated SMS Connectors Cellular Female SMA RS-232 DE9 USB Mini-B, USB 2.0 high speed or better Power 2.
PRODUCT OVERVIEW Category Weight Description 8.2 ounces or 230 grams Environment Operating Temperature* -40° C to +85° C Humidity Relative humidity 15% to 93% non-condensing Certifications, Compliance, Warranty EMC Compliance FCC Part 15 Class B *Device has been tested up to +85° C. UL Recognized @ 40° C, limited by AC power supply. UL Recognized @ 65° C when used with the fused DC power cable, part number FPC-532-DC. Note: The radio’s performance may be affected at the temperature extremes.
PRODUCT OVERVIEW Power Draw MTC-EV3 USB 5 volts Cellular call box connection no data (amps) Average measured current (amps) at maximum power Peak TX amplitude current (amps) Total inrush charge measured in MilliCoulombs (mC) US Cellular 800 Mhz 0.045 0.554 0.596 1.03 mC US PCS 1900 Mhz 0.133 0.600 0.640 1.
PRODUCT OVERVIEW Dimensions 10 MultiConnect® Cell 100 Series MTC-EV3 User Guide
INSTALLING AND USING THE DEVICE Installing and Using the Device Installing the Device 1. 2. 3. 4. Connect a suitable antenna to the antenna connector. If you are using the serial version of this device: Connect the DB9 male connector (9-pin) of the RS-232 cable to the RS-232 connector on the device, then connect the other end to the serial port on the other desired device. Screw-on the power lead from the power supply module into the power connection on the device.
INSTALLING AND USING THE DEVICE 5. To have the device enter sleep mode, set DTR to inactive (off) on the RS-232 interface. The clear to send (CTS) signal is off when the device is in sleep mode. USB Cable Recommendations If your device has a USB connector, to avoid enumeration or power issues: ■ Use a high speed USB cable that is as short as possible. ■ Use a well shielded cable with at least 24 AWG wire pair for power/ground and 28 AWG wire pair for data lines.
ANTENNA AND ACTIVATION INFORMATION Antenna and Activation Information Antenna The antenna intended for use with this unit meets the requirements for mobile operating configurations and for fixed mounted operations, as defined in 2.1091 and 1.1307 of the FCC rules for satisfying RF exposure compliance. If an alternate antenna is used, consult user documentation for required antenna specifications.
ANTENNA AND ACTIVATION INFORMATION process for adding devices to their network. Refer to Multi-Tech's Cellular Activation site http://www.multitech.com/activation.go for step-by-step instructions on activating your cellular modem with your service provider. Device Phone Number Every device has a unique phone number. Your service provider supplies a phone number when you activate your account, or if your device has a SIM card, the phone number may be on it.
USING LINUX Using Linux Shell Commands Testing Serial Ports To test the serial ports created by the driver, type in a shell: Note: Sending ATE0 is required, to avoid issues in the terminal output.
USING LINUX ipcp-accept-remote # Keep modem up even if connection fails #persist # Hardware flow control crtscts # Ask the peer for up to 2 DNS server addresses usepeerdns # No ppp compression novj nobsdcomp novjccomp nopcomp noaccomp # For sanity, keep a lock on the serial line lock # Show password in debug messages show-password This script calls the option connect using the script , for example: After launching a PPP connection is possible to use ftp protocol or other utilities that allow the access to
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE Configuring and Communicating with Your Device Interacting with Your Device Overview This section describes how to use AT commands to interact with your device. Using terminal software such as Kermit, you can issue AT commands to communicate with and configure your modem. The AT commands let you establish, read and modify device parameters and help you control how the device operates.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE ■ Type AT and press Enter. If the device responds with OK, you are communicating with the device. Verifying Signal Strength To verify the device signal strength, enter: AT+CSQ The command indicates signal quality, in the form: +CSQ: , Where: Received signal strength indication.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE Checking Network Registration Before establishing a packet data connection, verify the is device registered on the network. To do this enter the network registration report read command: AT+CREG? If the device returns: +CREG: 0,1 The device is registered. If the device returns: +CREG: 0,2 The device is in a network searching state. Sending and Receiving Data Connecting Device to TCP Server as TCP Client 1.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE 3. 4. 5. 6. 7. Enter: AT!STATUS Configure socket parameters Enter: AT#SCFG=1,1,300,240,600,50 Activate context one Enter: AT#SGACT=1,1 Set firewall rule to accept connections: AT#FRWL=1,"###.##.###.#","###.##.###.#" where ###.##.###.# represents the IP range. For example: AT#FRWL=1,"204.26.122.1","204.26.122.255" Set connection ID 1 for UDP listening mode on port 7000.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE 3. 4. 5. AT!STATUS Configure socket parameters Enter: AT#SCFG=1,1,300,240,600,50 Activate context one Enter: AT#SGACT=1,1 Create UDP connection to Server port Enter: AT#SD=1,1,####,"###.##.###.##" where #### is the server port and ###.##.###.## is the IP number. The device responds with OK, which indicates a successful connection. You can send and receive data through the socket connection.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE 7. AT#SLUDP=1,1,7000 The device responds with and unsolicited indication that a host is trying to connect to connection ID 1 on port 7000. SRING: 1 Accept incoming connection ID 1 Enter: AT#SA=1 The device indicates a client successfully established a listener connection. CONNECT You can send and receive data.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE 7. The device responds with: CONNECT Send the file through the device. Closing the FTP Data Connection When you finish sending the file: 1. 2. 3. Enter the escape sequence. Enter: +++ The device responds with: NO CARRIER Close the FTP connection. Enter: AT#FTPCLOSE Close the PPP data connection. Enter: AT#SGACT=1,0 The device responds with OK. Downloading File from FTP Server To connect to an FTP server and download files: 1. 2. 3. 4. 5. 6. 7.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE Enter: AT#FTPGET="filename.txt" where filename.txt is the file you want to download. The device responds with: CONNECT The file is received through the device. The device responds with: NO CARRIER The data connection closes automatically when the file sending ends. Closing the FTP Data Connection When you finish sending the file: 1. 2. Close the FTP connection. Enter: AT#FTPCLOSE Close the PPP data connection.
CONFIGURING AND COMMUNICATING WITH YOUR DEVICE 3. >Your message here where ########## is the recipient's number. Send the message. Enter CTRL+Z. The device responds: +CMGS: 255 OK For example: AT+CMGF=1 OK AT+CMGS="6155554563" > How are you? +CMGS: 255 OK Deleting Messages To delete one text message, enter: AT+CMGD=I,# where I is the index in the select storage and # is the delflag option. Enter: 0 Deletes message in the specified index. 1 Deletes all read messages.
REGULATORY INFORMATION Regulatory Information Notice for Devices that Use Aeris Radios One component of your device is a radio. A radio algorithm prevents your device from repeatedly attempting to connect to the network when the radio: ■ cannot establish a packet data connection or ■ fails to access the application server. When writing applications for your devices, ensure that your applications do not interfere with the radio's connection retry algorithm.
REGULATORY INFORMATION Restriction of the Use of Hazardous Substances (RoHS) Multi-Tech Systems, Inc Certificate of Compliance 2011/65/EU Multi-Tech Systems confirms that its embedded products comply with the chemical concentration limitations set forth in the directive 2011/65/EU of the European Parliament (Restriction of the use of certain Hazardous Substances in electrical and electronic equipment - RoHS).
REGULATORY INFORMATION REACH Statement Registration of Substances After careful review of the legislation and specifically the definition of an “article” as defined in EC Regulation 1907/2006, Title II, Chapter 1, Article 7.1(a)(b), it is our current view Multi-Tech Systems, Inc. products would be considered as “articles”. In light of the definition in § 7.
REGULATORY INFORMATION Information on HS/TS Substances According to Chinese Standards In accordance with China's Administrative Measures on the Control of Pollution Caused by Electronic Information Products (EIP) # 39, also known as China RoHS, the following information is provided regarding the names and concentration levels of Toxic Substances (TS) or Hazardous Substances (HS) which may be contained in Multi-Tech Systems Inc.
REGULATORY INFORMATION Information on HS/TS Substances According to Chinese Standards (in Chinese) 依照中国标准的有毒有害物质信息 根据中华人民共和国信息产业部 (MII) 制定的电子信息产品 (EIP) 标准-中华人民共和国《电子信息产品污染 控制管理办法》(第 39 号),也称作中国 RoHS, 下表列出了 Multi-Tech Systems, Inc.