TCPIP Application Note for WCDMA Solution V2.0
|
|
|
- Jessie Kelly
- 9 years ago
- Views:
Transcription
1 TCPIP Application Note for WCDMA Solution V2.0
2 Scope SIM5218, SIM5215, SIM5216, SIM5320 Reference SIMCOM_SIM5320_Serial_ATC_EN_V1.26.doc
3 Content 1. External PPP Setting SIMCom Internal TCPIP Protocol Network Environment PDP Context Enable/Disable Command Mode (Non-transparent mode) TCP Client UDP Connetion Extended Information TCP SERVER Connection Status Checking Data mode (Transparent mode) TCP Client TCP Server Switch between data mode and command mode...10 Contact us
4 1. External PPP Setting Port: USB->modem / UART, Hardware flow control AT command: AT+CGCONT=1, IP, apn ATD*99# Note, Sequence of +++ could be issued to exit data mode. 2. SIMCom Internal TCPIP Protocol 2.1 Network Environment TCPIP application is based on GPRS network; so, ensure GPRS network is available before TCPIP setup. Following is the recommended steps. AT+CSQ +CSQ: 23,0 AT+CREG? +CREG: 0,1 AT+CPSI? +CPSI: GSM,Online, x1816,63905,81 EGSM 900,-68,0,31-31 AT+CGREG? +CGREG: 0,
5 2.2 PDP Context Enable/Disable APN setting: AT+CGSOCKCONT=1,"IP","CMNET" AT+CSOCKSETPN=1 Note, usually CSOCKAUTH and CSOCKSETPN parameter are kept default if not care about. Enable PDP context: AT+CIPMODE=0 // command mode, if not configured, it s 0 as default. If want data mode, please configure before Net open. AT+NETOPEN=,,1 Network opened AT+IPADDR +IPADDR: Disable PDP context: AT+NETCLOSE Network closed 2.3 Command Mode (Non-transparent mode) Command mode is sometimes called non-transparent mode, which is default configured by module. Multi sockets are available under this mode
6 2.3.1 TCP Client AT+CIPOPEN=0,"TCP"," ",8011 Connect ok AT+CIPSEND=0,5 >HELLO // only supports fixed-length to send +CIPSEND: 5, 5 Send ok AT+CIPCLOSE=0 // close by local Note, if connection closed by remote server, following URC will return: +IPCLOSE: 0, 1, , 8011 Here, the meaning of second parameter in this URC is following, 0 - closed by local, active 1 - closed by remote, passive 3 - Reset UDP Connetion One socket could communicate with multiple UDP channels. AT+CIPOPEN=0,"UDP",,,9000 AT+CIPSEND=0,5," ",9015 >hello +CIPSEND: 5, 5 AT+cipsend=0,5," ",8058 > CIPSEND: 5,
7 AT+CIPCLOSE= Extended Information Command AT+CIPHEAD is used to show IP head (data length) information, and command AT+CIPSRIP is used to show remote IP address and port once data received. AT+CIPHEAD=1 AT+CIPSRIP=0 AT+CIPOPEN=0,"TCP"," ",8011 Connect ok AT+CIPSEND=0,5 > CIPSEND: 5, 5 Send ok // here, remote data is coming +IPD13 hello from pc AT+CIPSRIP=1 // here, remote data is coming RECV FROM: :8011 +IPD15 hello from pc 2 AT+CIPCLOSE= TCP SERVER Module supports 4 sockects to listen. AT+CGSOCKCONT=1,"IP","CMNET"
8 AT+NETOPEN=,,1 Network opened AT+SERVERSTART=8080,0 AT+SERVERSTART=9090,1 AT+SERVERSTART=7070,2 AT+SERVERSTART=6060,3 AT+TCPCLOSE=0 // if unspicified, will close 0 channel AT+TCPCLOSE=1 AT+TCPCLOSE=2 AT+TCPCLOSE=3 AT+NETCLOSE Network closed Note, we can check connection status with command AT+CIPOPEN. If some socket needs to close, please issue command AT+CIPCLOSE=<linked_num> Connection Status Checking AT+CIPOPEN? +CIPOPEN: 0 +CIPOPEN: 1 +CIPOPEN: 2 +CIPOPEN: 3 +CIPOPEN: 4 +CIPOPEN: 5 +CIPOPEN: 6 +CIPOPEN: 7 +CIPOPEN: 8 +CIPOPEN:
9 AT+CIPOPEN=0,"TCP"," ",8011 Connect ok +IPD15 hello from pc 3 AT+CIPOPEN? +CIPOPEN: 0, "TCP", " ", 8011, -1 connection is active, module acts as client +CIPOPEN: 1 +CIPOPEN: 2 +CIPOPEN: 3 +CIPOPEN: 4 +CIPOPEN: 5 +CIPOPEN: 6 +CIPOPEN: 7 +CIPOPEN: 8 +CIPOPEN: 9 // last parameter of -1 indicates this 2.4 Data mode (Transparent mode) Currently, only one socket is available under transparent mode, either TCP client or TCP server. Command AT+CIPCCFG could be configured several parameters for data transmission under transparent mode TCP Client AT+NETOPEN="TCP" Network opened AT+TCPCONNECT=" ",8011 CONNECT 9600 // sequence of +++ to quit data mode ATO // command ATO to quit command mode
10 CONNECT 9600 // sequence of +++ to quit data mode AT+TCPCLOSE CLOSED AT+NETCLOSE Network closed TCP Server ATS0=7 AT+CIPMODE=1 AT+NETOPEN= TCP AT+SERVERSTART=8080 // ATS0 should be configured for TCP server application +CLIENT: :57202 CONNECT // sequence of +++ to quit data mode AT+ACTCLIENT=0 AT+CLOSECLIENT=0 // close client connection CLOSED AT+TCPCLOSE // close server socket Note, the factors which influence data rate are following: AT&E1 the data rate should be the serial connection rate; AT&E0 the data rate is the wireless connection speed (based on QOS, refer to command AT+CGSOCKQREQ/AT+CGSOCKEQREQ/AT+CGSOCKQMIN/AT+CGSOCKEQMIN)
11 2.5 Switch between data mode and command mode Hardware flow control is recommended. Currently, USB->modem port, USB->AT port and UART port all support hardware flow control. Software switching: escape sequence +++. Please take care, this is a complete command, do not separate each character, also take care that the time delay before and after this sequence should be more than 1000 milliseconds, the interval of each character should not more than 900 milliseconds. Hardware switching: DTR pin could be used to trigger data mode and command mode changed. Command AT&D1 should be configured before application
12 Contact us SIMCom Wireless Solutions Co., Ltd. Add: Building A, SIM Technology Building, No.633, Jinzhong Road, Changning District Tel: Fax: URL:
SIM800 Series_TCPIP_Application Note_V1.00
SIM800 Series_TCPIP_Application Note_V1.00 Document Title SIM800 Series_TCPIP_Application Note Version 1.00 Date Status Document Control ID Release SIM800 Series_TCPIP_ Application Note_V1.00 General Notes
GSM. Quectel Cellular Engine. GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1
GSM Cellular Engine GSM TCPIP Application Notes GSM_TCPIP_AN_V1.1 Document Title GSM TCPIP Application Notes Version 1.1 Date 2011-09-22 Status Document Control ID Release GSM_TCPIP_AN_V1.1 General Notes
SIMCom_3G_SSL_Application Note_V1.10
SIMCom_3G_SSL_Application Note_V1.10 Document Title: SIMCom_3G_SSL_Application Note Version: 1.10 Date: Status: Document Control ID: Release SIMCom_3G_SSL_Application Note_V1.10 General Notes SIMCom offers
Quectel Cellular Engine
Cellular Engine GPRS Startup User Guide GPRS_Startup_UGD_V1.01 Document Title GPRS Startup User Guide Version 1.01 Date 2009-11-16 Status Document Control ID Release GPRS_Startup_UGD_V1.01 General Notes
SIM300 FTP IMPLEMENATION. (Step by Step Approach)
SIM300 FTP IMPLEMENATION (Step by Step Approach) 1. Introduction to FTP Implementation: My task was to regularly write some binary data to a file located on a remote server. Server «strange», i.e. to establish
Quectel Cellular Engine
Cellular Engine GSM FTP AT Commands GSM_FTP_ATC_V1.1 Document Title GSM FTP AT Commands Version 1.1 Date 2010-12-28 Status Document Control ID Release GSM_FTP_ATC_V1.1 General Notes offers this information
GSM. Quectel Cellular Engine. HTTP Service AT Commands GSM_HTTP_ATC_V1.2
GSM Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.2 Document Title HTTP Service AT Commands Version 1.2 Date 2015-04-13 Status Document Control ID Release GSM_HTTP_ATC_V1.2 General Notes offers
SIM800 Series_SSL_Application Note_V1.01
SIM800 Series_SSL_Application Note_V1.01 Document Title: SIM800 Series_SSL_Application Note Version: 1.01 Date: 2014-06-30 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.01
SSL (Secure Socket Layer)
eztcp Application Note SSL (Secure Socket Layer) Version 1.2 Sollae Systems Co., Ltd. http://www.eztcp.com Contents 1 INTRODUCTION...- 2-1.1 SSL (Secure Socket Layer)...- 2-1.2 SSL with the eztcp... -
Quectel Cellular Engine
Cellular Engine HTTP Service AT Commands GSM_HTTP_ATC_V1.00 Document Title HTTP Service AT Commands Version 1.00 Date 2009-07-06 Status Document Control ID Release GSM_HTTP_ATC_V1.00 General Notes offers
Application Note 2. Using the TCPDIAL & TCPPERM Commands to Connect Two TransPort router Serial Interfaces Over TCP/IP.
Application Note 2 Using the TCPDIAL & TCPPERM Commands to Connect Two TransPort router Serial Interfaces Over TCP/IP. Reverse Telnet or Serial Terminal Server MultiTX feature UK Support March 2014 1 Contents
SIM800 Series_IP_Application Note_V1.02
SIM800 Series_IP_Application Note_V1.02 Document Title SIM800 Series_IP_Application Note Version 1.02 Date Status Document Control ID Release SIM800 Series_IP_ Application Note_V1.02 General Notes SIMCom
SIM808 V2.2.5 user manual V1.2. Electrodragon.com
SIM808 V2.2.5 user manual V1.2 Electrodragon.com time Descriptions version 2015/7/6 initial V1.2 Getting Started A little preparation goes a long way, so make sure you ve covered the following points:
Follow these steps to prepare the module and evaluation board for testing.
2 Getting Started 2.1. Hardware Installation Procedure Follow these steps to prepare the module and evaluation board for testing. STEP1: Plug the EG-SR-7100A module into the sockets on the test board.
Revision: 002 Date: September 2006. Porting Guide From EdSoft V3.10 to WIPSoft V2.00
Revision: 002 Date: September 2006 Porting Guide From EdSoft V3.10 to WIPSoft V2.00 PORTING GUIDE FROM EDSOFT V3.10 TO WIP SOFT V2.00 Reference: WM_DEV_OAT_UGD_027 Revision : 002 Date: 26th September 2006
How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs
ADH Technology Co. Ltd. ADH8012 GSM GPRS Modem User s Manual www.adh-tech.com.tw [email protected] Page 1 Content ADH8012 GSM GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept...
ADH8060/8066 GSM/GPRS Module
ADH8060/8066 GSM/GPRS Module Enhanced AT Reference Manual ADH Technology Co.,LTD Subject to changes in technology, design and availability www.adh-tech.com.tw Revision History No. Date Notes V1.6
Product Introduction and Setup Examples. RS232 to WIFI Converter
Product Introduction and Setup Examples RS232 to WIFI Converter Part WF5000B U.S. Converters LLC page 1 of 12 Content Product Introduction. 3 AP and STA Modes. 3 Auto- Frequency Function. 3 Security..
Installation & Configuration Manuel. Socket Server. OpenAT application
Installation & Configuration Manuel Socket Server OpenAT application 2009 / 05 / 29 2 ! CAUTION! ELECTRIC SHOCK HAZARD IF COVER REMOVED SERVICE BY QUALIFIED PERSONEL ONLY Document History Date Version
User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS
MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed
Using AT commands to control TCP/IP stack on SM5100B-D modules
Using AT commands to control TCP/IP stack on SM5100B-D modules Revision history Version Date Author Update description 1.0 20080620 Steven Create Shao 1.1 20080920 Steven Shao Added AT+SDATATSEND/SDATATREAD
F2103 GPRS DTU USER MANUAL
F2103 GPRS DTU USER MANUAL Add:J1-J2,3rd Floor,No.44,GuanRi Road,SoftWare Park,XiaMen,China 1 Zip Code:361008 Contents Chapter 1 Brief Introduction of Product... 3 1.1 General... 3 1.2 Product Features...
DOORKING SYSTEMS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS ACCESS CONTROL SOLUTIONS LOCAL AREA NETWORK (LAN) CONNECTION REV 04.
DOORKING SYSTEMS ACCESS CONTROL SOLUTIONS 1830 SERIES NETWORK WORKSHOP LAN APPLICATIONS REV 04.11 LOCAL AREA NETWORK (LAN) CONNECTION Ethernet Connection: An Ethernet Cable, or wireless connection must
3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-
MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features
5.1 Overview of Wireless Card Activation and Configuration
encor! enetworks TM Version A.5, January 2013 2013 Encore Networks, Inc. All rights reserved. Activating a Wireless Card in a Cellular Carrier Network Wireless connections use radiofrequencies (RF) through
SMS Application Note. SIM5360_SMS_Application_Note_V0.01
SMS Application Note 0 Document Title: SIM5360 SMS Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing General Notes Simcom offers this information as a service to its customers,
Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode)
En Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode) This document provides basic instructions on configuring the WT-4 wireless transmitter and a computer for transmission over an ad-hoc (peer-to-peer)
GS-AN045 S2W UDP, TCP, HTTP CONNECTION MANAGEMENT EXAMPLES
S2W UDP, TCP, HTTP CONNECTION MANAGEMENT EXAMPLES Table of Contents 1 PRE-REQUIREMENT... 3 2 UDP... 4 2.1 UDP SERVER... 4 2.1.1 Command Mode... 4 2.1.2 Auto Connect Mode... 5 2.2 UDP CLIENT... 6 2.2.1
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS
ETM9350-1/9400-1 Quick Start Guide
GSM/GPRS Terminal ETM9350-1 HSDPA/UMTS/GSM/GPRS Terminal ETM9400-1 Cinterion EU3-P Inside ETM9400-1 TC63i Inside ETM9350-1 ETM9350-1/9400-1 Quick Start Guide Features: 3G (HSDPA/UMTS) Connectivity ETM9400-1
Quectel Cellular Engine
Cellular Engine GSM UART Port Application Notes GSM_UART_AN_V1.01 Document Title GSM UART Port Application Notes Version 1.01 Date 2009-11-16 Status Document Control ID Release GSM_UART_AN_V1.01 General
2014 GSM SHIELD COMPATIBLE WITH ARDUINO GSM SHIELD USING SIMCOMM (SIM900A)
2014 GSM SHIELD COMPATIBLE WITH ARDUINO GSM SHIELD USING SIMCOMM (SIM900A) Contents 1 Description... 3 1.1 SIM900... 5 1.2 Features... 6 1.3 Specifications for Fax... 6 1.4 Specifications for SMS via GSM/GPRS...
1. The Choose Setup Language option opens where you select a corresponding language. Click OK.
Installation of a software for GPRS PC card modem GC75 1. Pursuant to the handbook received with your GPRS PC card, install corresponding software or proceed according to this tutorial. If you already
Email(SMTP/POP3) Application Note
Email(SMTP/POP3) Application Note Document Title: Email(SMTP/POP3) Application Note Version: 0.01 Date: 2014-02-21 Status: Document ID: Developing.doc General Notes SIMCom offers this information as a
Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode)
En Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode) Windows XP This document provides basic instructions on configuring the WT-4 wireless transmitter and a Windows XP Professional SP2 computer
NPort s Ethernet Modem Mode
Tom Lu, Senior Engineer, Moxa Technical Support Dept. [email protected] This Tech Note applies to the following NPort models: NPort DE-211 NPort DE-311 NPort DE-311M NPort 5100 series NPort IA5150 NPort
T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0
T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop
Technical Notes TN 1 - ETG 3000. FactoryCast Gateway TSX ETG 3021 / 3022 modules. How to Setup a GPRS Connection?
FactoryCast Gateway TSX ETG 3021 / 3022 modules How to Setup a GPRS Connection? 1 2 Table of Contents 1- GPRS Overview... 4 Introduction... 4 GPRS overview... 4 GPRS communications... 4 GPRS connections...
RN-XV-RD2 Evaluation Board
RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2
! encor e networks TM
! encor e networks TM Version A.1, March 2008 Copyright 2008 Encore Networks, Inc. All rights reserved. Activating a Wireless Card in a Carrier Network Wireless connections use radiofrequencies (RF) through
Wireless Communication With Arduino
Wireless Communication With Arduino Using the RN-XV to communicate over WiFi Seth Hardy [email protected] Last Updated: Nov 2012 Overview Radio: Roving Networks RN-XV XBee replacement : fits in the
USR-TCP232-T Hard Version: V2.0 Doc Version: V1.1 2011-08-16
RS232 Serial TO Ethernet convert Module USR-TCP232-T Hard Version: V2.0 Doc Version: V1.1 2011-08-16 Jinan USR Technology Co., Ltd. works on LAN and WAN and wireless for MCU to Ethernet Solutions, Ethernet,
Application Note. Terminal Server G6
MICROSENS GmbH & Co. KG Küferstr. 16 59067 Hamm/Germany Tel. +49 2381 9452-0 FAX +49 2381 9452-100 E-Mail [email protected] Web www.microsens.de Summary As of firmware version v10.6 MICROSENS Generation
! encor e networks TM
! encor e networks TM Revision B, March 2008 Document Part Number 15953.0001 Copyright 2008 Encore Networks, Inc. All rights reserved. BANDIT Products Wireless Access Guide For BANDIT, BANDIT IP, BANDIT
Teltonika FM41XX. Configurator v. 1.0
Teltonika FM41XX Configurator v. 1.0 1. First steps Connect Teltonika FM41XX (PIN1 for plus and PIN11 ground ) to the voltage supply 10-30 V as shown below and GPS, GSM antennas. (GSM is long and thin,
Tera Term Telnet. Introduction
Tera Term Telnet Introduction Starting Telnet Tera Term is a terminal emulation program that enables you to log in to a remote computer, provided you have a registered account on that machine. To start
This document explains how to enable the SIP option and adjust the levels for the connected radio(s) using the below network example:
When using an IPR100, IPR110+ or IPR400 in a radio network with either IPRdispatch or 960SIP consoles, there is very little configuration required in the IPR device. This document explains how to enable
BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE
BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for
AT Commands Examples. Examples for u-blox GSM/GPRS modules. Application Note. locate, communicate, accelerate. Abstract
locate, communicate, accelerate AT Commands Examples Examples for u-blox GSM/GPRS modules Application Note Abstract This document provides detailed examples of how to use AT commands with u-blox GSM/GPRS
CatTraQ Live 3 GPRS Tracking
CatTraQ CatTraQ is a trademark of Perthold Engineering CatTraQ Live 3 Revision History Revision Change V1.0 Initial version V1.1 Changed to login as individual instead of group V2 Update to new tracking
Technical Manual. (TLT-2H GPS/GSM Vehicle Tracker) V1.5
Technical Manual (TLT-2H GPS/GSM Vehicle Tracker) V1.5 Product main features Real-time SMS query coordinates time position, Phone Position active help feature speed alarm function historical data uploading
Immotec Systems, Inc. SQL Server 2005 Installation Document
SQL Server Installation Guide 1. From the Visor 360 installation CD\USB Key, open the Access folder and install the Access Database Engine. 2. Open Visor 360 V2.0 folder and double click on Setup. Visor
TCP/IP Based Vehicle Tracking and Fuel Monitoring Using Low Power Microcontroller
TCP/IP Based Vehicle Tracking and Fuel Monitoring Using Low Power Microcontroller M. Shanmugasundaram, D. Karthikeyan, K. Arul Prasath and R. Sri Raghav Vellore Institute of Technology University, Vellore-632014,
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide
WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate
Magnet Voice Windows PC Softphone Installation
Magnet Voice Windows PC Softphone Installation Contents 1. Introduction 3 2. Installation 3 Step 1: Install the Software on your PC 4 Step 2: Input your registration details 4 3. Connected State 6 6. Port
MT-350 SMS. Operation Manual. PORTech Communications Inc.
MT-350 SMS Operation Manual PORTech Communications Inc. Index 1.Hardware Setup...1 2.Software Setup...1 3.Operation Guide...2 4.How to send out a short message...3 5.Report File...6 6.Q & A...6 MT-350
FTP Automation Guide
Products: R&S CRTU-W FTP Automation Guide with WCDMA Protocol Tester R&S CRTU-W Application Note 1CM68 This application note shows how to operate the Automation Manager tool in the R&S CRTU-W to perform
TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide
TP-LINK TD-W8901G Wireless Modem Router Advanced Troubleshooting Guide Released on 2009.09.25 Version 1.0 Content Summary... 3 Troubleshooting Flow Chart and Resolutions... 3 Check 1... 3 Check 2... 4
ESP8266 WiFi Module Quick Start Guide
ESP8266 WiFi Module Quick Start Guide Introduction Your ESP8266 is an impressive, low cost WiFi module suitable for adding WiFi functionality to an existing microcontroller project via a UART serial connection.
U10. Quectel Cellular Engine. Video Call Application Notes. U10_ Video_Call_AN_V1.0
U10 Cellular Engine Video Call Application Notes U10_ Video_Call_AN_V1.0 Document Title Video Call Application Notes Version 1.0 Date 2012-05-22 Status Document Control ID Released U10_Video_Call_AN_V1.0
VPN Direct connection How To
AUG: 002 Rev.: 1.0 How To GPRS Contents: This guide will explain how to configure your ewon to establish a direct VPN connection between your PC and your ewon using ecatcher. Table of Contents 1. Hardware
SIM800 Series_SSL_Application Note_V1.00
SIM800 Series_SSL_Application Note_V1.00 Document Title: SIM800 Series_SSL_Application Note Version: 1.00 Date: 2013-09-18 Status: Document Control ID: Release SIM800 Series_SSL_ Application Note_V1.00
OCS Training Workshop LAB14. Email Setup
OCS Training Workshop LAB14 Email Setup Introduction The objective of this lab is to provide the skills to develop and trouble shoot email messaging. Overview Electronic mail (email) is a method of exchanging
BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter
BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6
SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective:
AG041410 SITRANS RD500 Configuring the RD500 with PSTN or GSM modems and Windows-based servers and clients for communication Objective: Determine how to configure the RD500 and your PSTN or GSM modem APPLICATION
Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield:
the following parts are needed to test the unit: Arduino UNO R3 Arduino Wifi shield And reciever 5V adapter Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the
WIZnet S2E (Serial-to-Ethernet) Device s Configuration Tool Programming Guide
WIZnet S2E (Serial-to-Ethernet) Device s Configuration Tool Programming Guide Rev 0.2 This document describes how to make your own Configuration Tool for WIZ100SR, WIZ105SR and WIZ110SR of WIZnet. And
Wifi Web Server Module w TF Socket User s Guide
Wifi Web Server Module w TF Socket User s Guide 2004-2010 Sure Electronics Inc. MB-CM14117_Ver1.0 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Table of Contents Chapter 1. Overview...1 1.1 Overview...
NPort. Copyright 2008 Moxa Inc. Released on July 15, 2008
Moxa Technical Support Team [email protected] This Tech Note applies to the NPort device servers. The following models are included: NPort DE-211 NPort DE-311 NPort DE-311M NPort 5100 series NPort 5200
ELIXIR LOAD BALANCER 2
ELIXIR LOAD BALANCER 2 Overview Elixir Load Balancer for Elixir Repertoire Server 7.2.2 or greater provides software solution for load balancing of Elixir Repertoire Servers. As a pure Java based software
Step-by-Step Setup Guide Wireless File Transmitter FTP Mode
EOS Step-by-Step Setup Guide Wireless File Transmitter FTP Mode Ad Hoc Setup Windows XP 2012 Canon U.S.A., Inc. All Rights Reserved. Reproduction in whole or in part without permission is prohibited. 1
19 LCD / 8 CHANNEL DVR COMBO WITH 160GB HDD & 4 CAMERAS
19 LCD / 8 CHANNEL DVR COMBO WITH 160GB HDD & 4 CAMERAS Overview - Remote Viewing MODEL: SG19LD804-161 www.lorexcctv.com Copyright 2007 LOREX Technology Inc. Remote Viewing Overview Remote Viewing Overview
Nokia Siemens Networks. CPEi-lte 7212. User Manual
Nokia Siemens Networks CPEi-lte 7212 User Manual Contents Chapter 1: CPEi-lte 7212 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the CPEi-lte 7212... 1-2 Back of the CPEi-lte
LOW COST GSM MODEM. Description. Part Number
Dual Band 900 / 1800 MHz Fax, SMS and Data Integral SIM Card holder Siemens TC-35i GSM Engine Rugged Extruded Aluminium Enclosure Compact Form Factor 86 x 54 x 25mm RS232 Interface with Auto baud rate
Supervisor 10 Remote Access Users Guide Last Update: 10/27/14
1996 Lundy Ave 95131 Tel: (408) 519 2062 Fax: (408) 519 2063 Supervisor 10 Remote Access Users Guide Last Update: 10/27/14 www.anacominc.com Remote Access describes a procedure by which a user running
Notification messages
AXIS P8221 Network I/O Audio Module TECHNICAL NOTE Notification messages How to integrate AXIS P8221 Updated: August 19, 2011 Rev: 1.1 TABLE OF CONTENTS 1 INTRODUCTION 3 1.1 HTTP and TCP 3 1.2 VAPIX 3
GSM/GPRS/GPS TRACKER USER MANUAL
GSM/GPRS/GPS TRACKER USER MANUAL UPreface Thank you for purchasing GPS Tracker. This manual shows how to operate the device smoothly and correctly. Make sure to read this manual carefully before using
GPS Vehicle and personal location tracker. User manual
GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...
How To Set Up Mybpx Security Configuration Guide V1.2.2 (V1.3.2) On A Pc Or Mac)
MyPBX Security Configuration Guide Version: V1.2 Date: October 15 th, 2012 Yeastar Technology Co., Ltd. http://www.yeastar.com 1/11 Contents 1. Security Configuration for Web GUI... 3 1.1 Change the default
RC2000 Web Server User s Manual RCI P/N: FP-SER-ETH-SERVR1
RC2000 Web Server User s Manual RCI P/N: FP-SER-ETH-SERVR1 v 1.1 Content Subject to Change 13 September 2012 9501 Dice Lane Lenexa, Kansas USA TEL: (913) 422-0210, FAX: (913) 422-0211 Website: WWW.ResearchConcepts.COM
CONFIGURATION OF SATO LAN and WiFi INTERFACES
CONFIGURATION OF SATO LAN and WiFi INTERFACES SATO has many interfaces from Parallel to serial, USB, Lan and Wifi. In this document we inform you about the configuration of the SATO LAN & Wifi Interfaces.
M85 OpenCPU Solution Presentation
M85 OpenCPU Solution Presentation 2013/09/22 Wireless Solutions Co., Ltd. All rights reserved OUTLINE OpenCPU Summary Advantages Software Architecture What s New? Open Resources Development Requirements
TECHNICAL NOTE TNOI27
TECHNICAL NOTE TNOI27 Title: FTP Synchronization Product(s): G3, DSP and Enhanced Modular Controller ABSTRACT The purpose of this document is to describe the G3 s FTP feature and the configuration steps
Step-by-Step Tutorial For Using LinkSprite UART- WIFI Module Model LS_UART_WIFI
Step-by-Step Tutorial For Using LinkSprite UART- WIFI Module Model LS_UART_WIFI Page 1 of 12 Hardware needed A desktop/laptop PC with WiFi adaptor A WiFi router This Uart-Wifi module model number LS_UART_WIFI
New OBD Smart PC Tool User Manual
New OBD Smart PC Tool User Manual V0.6 2013-07-30 1 / 16 Catalogue I Installation... 3 II Configuration... 3 2.1 Main interface... 4 2.2 Alarms... 6 2.3 Network... 8 2.4 Regular Report... 9 2.5 Others...
D-Link DAP-1360 Repeater Mode Configuration
D-Link DAP-1360 Repeater Mode Configuration Outline 1. Package Contents 2. System Requirements 3. Hardware Overview Connections LED s WPS LED/Button 4. Default Settings 5. Configuring your LAN Adapter
EXPLORER. TFT Filter CONFIGURATION
EXPLORER TFT Filter Configuration Page 1 of 9 EXPLORER TFT Filter CONFIGURATION Thrane & Thrane Author: HenrikMøller Rev. PA4 Page 1 6/15/2006 EXPLORER TFT Filter Configuration Page 2 of 9 1 Table of Content
ezvsp User's Manual ( Version 2.1d ) Sollae Systems Co., Ltd.
ezvsp User's Manual ( Version 2.1d ) Sollae Systems Co., Ltd. Contents Chapter 1 Overview 1 1.1 Introduction 1 2.2 Key Features 2 Chapter 2 Installation 3 2.1 Ready to install ezvsp 3 2.2 Install ezvsp
How to put the DVR online
How to put the DVR online They are 3 steps required in order to get your DVR online and have users logged in remotely. WE STRONGLY RECOMMEND USING A ROUTER TO AVOID VIRUS AND OTHER COMPLICATIONS. Step
IP SERIAL DEVICE SERVER
IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6
ARKEL Vision ARL-500 Uzaktan Erişim ve İzleme Sistemi ARL-500 Remote Control and Monitoring System KULLANICI KILAVUZU USER MANUAL TR/EN
ARKEL Vision ARL-500 Uzaktan Erişim ve İzleme Sistemi ARL-500 Remote Control and Monitoring System KULLANICI KILAVUZU USER MANUAL TR/EN Publisher ARKEL Elektrik Elektronik Ticaret Ltd. Şti. Document Date
Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5
Spam Marshall SpamWall Step-by-Step Installation Guide for Exchange 5.5 What is this document for? This document is a Step-by-Step Guide that can be used to quickly install Spam Marshall SpamWall on Exchange
PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400
PePWave Surf Series PePWave Surf Indoor Series: Surf 200, AP 200, AP 400 PePWave Surf Outdoor Series: Surf AP 200/400-X, PolePoint 400-X, Surf 400-DX User Manual Document Rev. 1.2 July 07 COPYRIGHT & TRADEMARKS
Windows Dial Up Networking (DUN) for AirLink Modems Application Note - How To
Windows Dial Up Networking (DUN) for AirLink Modems Application Note - How To Dial-up Networking (DUN) allows a computer or other device to use your AirLink modem to connect to the Internet or private
AT COMMAND SET FOR BG2-PIC32-232 APPLICATION KIT
VIETNAM NATIONAL UNIVERSITY HOCHIMINH CITY THE INTERNATIONAL UNIVERSITY SCHOOL OF ELECTRICAL ENGINEERING Internship Report: AT COMMAND SET FOR BG2-PIC32-232 APPLICATION KIT By Thieu Quang Minh Ho Chi Minh
GPS Vehicle Tracker EDW-310BB USER MANUAL
GPS Vehicle Tracker EDW-310BB USER MANUAL ZY INTERNATIONAL LIMITED GPSTrackerVT310BBManual 1.Introduction...3 2. EDW-310BB overview. 5 3. Specification.. 12 4. Function....15 5. Get start....18 6. Trouble
Protecting the Home Network (Firewall)
Protecting the Home Network (Firewall) Basic Tab Setup Tab DHCP Tab Advanced Tab Options Tab Port Forwarding Tab Port Triggers Tab DMZ Host Tab Firewall Tab Event Log Tab Status Tab Software Tab Connection
IMF Tune Quarantine & Reporting Running SQL behind a Firewall. WinDeveloper Software Ltd.
IMF Tune Quarantine & Reporting Running SQL behind a Firewall WinDeveloper Software Ltd. 1 Basic Setup Quarantine & Reporting Web Interface must be installed on the same Windows Domain as the SQL Server
SYMETRIX SOLUTIONS: TECH TIP August 2015
String Output Modules The purpose of this document is to provide an understanding of operation and configuration of the two different String Output modules available within SymNet Composer. The two different
Sending SMS Messages and E-mails
GDW-11 GSM Modem Sending SMS Messages and E-mails AN-0139-ENG rev 3.1 Page 1 Contents 1. Introduction - Sending SMS Messages... 2. Configuring the GDW-11... 3. Configuring Hyperterminal. 4. Method 1- Using
