MTCBA-C1-EN2-N3-NAM Multi-Tech Systems, MTCBA-C1-EN2-N3-NAM Datasheet - Page 121

no-image

MTCBA-C1-EN2-N3-NAM

Manufacturer Part Number
MTCBA-C1-EN2-N3-NAM
Description
ROUTER WIRELESS DUAL CDMA
Manufacturer
Multi-Tech Systems
Series
MultiModem® rCellr
Datasheets

Specifications of MTCBA-C1-EN2-N3-NAM

Function
Transceiver, CDMA, Router
Modulation Or Protocol
CDMA2000
Frequency
800MHz, 1.9GHz
Applications
Verizon™ Networks (USA)
Interface
RJ-45, RS-232
Features
US Power Cord
Voltage - Supply
9 V ~ 32 V
Package / Case
Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
881-1067
Temporarily Store SMS Messages
If short messages are stored to non-volatile memory on the module, the +CMTI unsolicited response reports the
receipt and storage of the message. The +CMGL, +CMGR and +CMGD commands can be used to list, read and
delete the stored messages. For example:
TCP Socket Examples
TCP Client Socket Connection
Multi-Tech Systems, Inc. CDMA C1 AT Commands Reference Guide (PN S000478C)
at+cnmi=2,1,2,1,0
OK
+WANS: 3
+WCNT: 6
+CMTI: "MT",0,0
+WEND: 25
at+cmgl
+CMGL: 0,"REC UNREAD","9195551212",0,2,9
hi there.
OK
at+cmgr=0
+CMGR: "REC UNREAD","9195551212","09/07/20,13:49:17",0,2,0,9
hi there.
OK
at+cmgd=0
OK
The modem provides a comprehensive set of AT commands that allow the application to use TCP/IP for
data communications with a remote application. UART1 is time-multiplexed between on-line command
mode and on-line data mode, allowing the single serial channel to carry both AT commands and
application data. When using the CMUX interface, a dedicated virtual channel is used for data. The
device allows both TCP and UDP connections.
In this example, a TCP connection is established with a remote echo server application.
at+wipbr=4,6 // open PPP bearer
OK
+WORG: #777
+WCNT: 33
+WIPBR: 6,1
+WEND: 25
at+wipcreate=2,1,"1.2.3.4",5009 // open TCP connection 1
OK
+WORG: #777
+WCNT: 33
+WIPREADY: 2,1 // connection 1 is open
+WIPDATA: 2,1,35 // data available on connection 1
+WEND: 25
at+wipdata=2,1,2 // enter on-line data mode on connection 1
CONNECT
Welcome to echo server, port 5009
// +++ entered to escape on-line data mode
OK
at+wipclose=2,1 // close connection 1
OK
+WORG: #777
+WCNT: 33
+WEND: 25
at+wipbr=5,6 // close PPP bearer
OK
+WORG: #777
+WCNT: 33
+WIPBR: 6,0
+WEND: 29
Chapter 20 – Host Application Scenarios
121

Related parts for MTCBA-C1-EN2-N3-NAM