WIFI232-RS232 quick start guide

Size: px
Start display at page:

Download "WIFI232-RS232 quick start guide"

Transcription

1 WIFI232-RS232 quick start guide File version: V4.0 Date: WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent transmission, user need not know the WIFI and TCPIP detail, update the product for WIFI control. All the convert work is done by the module, for users, the RS232 side is only as a serial device, at the WIFI side, for user is TCPIP Socket data. User can setup the work detail by sample settings, setup via inside web pages or RS232 port, the setup work need only do once, then it will save the setting forever. This doc is for WAFER-WIFI232 series products, hardware name HF-A11x, as a quick user guide, we try our best to let the doc short, suggest users follow the guide to test module at first. For more detail, please look at the data sheet and applications. Shanghai Wafer Microelectronics Co., Ltd. Page 1 of

2 Content WAFER-WIFI232 quick start guide Module Test Hard ware connect Network connection Send and Receive test Android mobile commulication with COM port Module setup Set up via Web pages Setup via COM port software Setup via WIFI Software Hand AT Command Program demo UART RS232 programm TCP IP Socket program Virtual COM PORT Contract informaition...18 Shanghai Wafer Microelectronics Co., Ltd. Page 2 of

3 Po WAFER-WIFI232 quick start guide 1. Module Test 1.1 Hard ware connect In order to test WIFI module, we connect module RS232 to PC and also WIFI to PC. Most PC has RS232 COM port but no WIFI while most Notebook has WIFI but no RS232 COM port. In order to has both of RS232 port and WIFI network, You may use PC add USB WIFI network Card or Notebook add USB to RS232 cable. But notice, Do use High quality USB to RS232 convert module (We suggest cables make by FT232 chip only). R S 232 U SB to R S WIF I N ot e book w er USB Wi f i card P C USR-WIFI232-A and USR-WIFI232-B WIFI core module RS232 is 3.3V TTL lever, can not connect to PC directly, For user test, we supply some mother module, now we USR-WIFI232-2 as sample. After hardware connect, Power on module, wait about 20 seconds (LINUX system start up), while Ready led light, it means system is ready for use, go to next step. Notice:The cable link to PC must across the RXD and TXD(PIN2 and PIN3), and across RTS CTS(PIN7 PIN8) or not connect. We supply this special RS232 serial cable. 1.2 Network connection Notebook enable WIFI, or PC with USB WIFI Network Card and install Drive, you may see the WIFI icon. Search Network, find SSID named HF-A11x_AP, as follow picture. Shanghai Wafer Microelectronics Co., Ltd. Page 3 of

4 Join this network, choose auto get IP Address, WIFI module has DHCP Server function and is on by default, it will allocate an IP to PC. Now the Link Led should light, means link connected. Shanghai Wafer Microelectronics Co., Ltd. Page 4 of

5 1.3 Send and Receive test COM Settings area (left): Open the test software WAFER-WIFI232-Test.exe, Choose COM port witch has connect the module, there is COM3, choose band rate to 57600, this is the default band rate of WIFI module, Click Open COM port. Net Settings area (right): choose TCP client mode,server IP write , it is the WIFI default IP address, Server port to 8899, It is the default Port the WIFI module listen, Click Connect to link to the module. Now, you can test send data between RS232 and WIFI, COM port to WIFI: PC COM port -> Module COM Port -> Module WIFI -> PC WIFI, WIFI to COM port: PC WIFI -> Module WIFI -> Module RS232 -> PC RS232. Shanghai Wafer Microelectronics Co., Ltd. Page 5 of

6 When you send data, you can see the TXDand RXD Led flash when data through. 1.4 Android mobile commulication with COM port Not only the test tool on PC, we supply a TCP Test tool for Android system, you can find the APK install file in CD or download by scanning the follow Two-dimensional code. Keep the test software USR-TCP232-Test still on. Open mobile WIFI, find HF-A11X-AP and join the WIFI network as upon right picture. Shanghai Wafer Microelectronics Co., Ltd. Page 6 of

7 Open USR-TCP-Test software on mobile, change to TCP Client view, click Add, create a TCP Connection to port 8899, after create success, it will auto connect. After connect created, now you can send data from mobile to PC COM port, and when send data from PC COM port, both of WIFI on mobile and PC can receive data. Shanghai Wafer Microelectronics Co., Ltd. Page 7 of

8 This test show the function for module works as AP can allow more than one Station for join, it support up to 32 Stations, and work as TCP Server, it support up to 32 TCP Clients. Shanghai Wafer Microelectronics Co., Ltd. Page 8 of

9 2. Module setup Now, you can close the upon test softwares, the follow setup method, you can just use one of them. 2.1 Set up via Web pages Keep WIFI network connection, login web page the user name and password are both admin. 2.2 Setup via COM port software Connect the module COM port to PC COM port, install the software runtime lib, A11_Config_serial_en.exe, click Connect, after success,click Read,then you can setup the settings., then run Shanghai Wafer Microelectronics Co., Ltd. Page 9 of

10 2.3 Setup via WIFI Software Only firmware after than 3.29.xx has this function, You can find your firmware version in the web pages, use WIFI network to setup the module, you still need to install the gtk2-runtime.exe, Open WIFI network card and Forbidden RJ45 network card, setup PC IP address to Run A11_Config_net_en.exe Shanghai Wafer Microelectronics Co., Ltd. Page 10 of

11 Power off and on module, Wait the module start up, connect WIFI network card to the module HF-A11x_AP network, after WIFI network ok, the module will auto connect to the setup software, the led go to Green, Click Read, then you can configure the WIFI module settings. Shanghai Wafer Microelectronics Co., Ltd. Page 11 of

12 2.4 Hand AT Command This method is similar with 2.2, it is by hand while the 2.2 do by software. This show the AT commands work detail, if you would like to configure the module via you MCU, this is important for you. Connect your module COM Port to PC COM port. First send three plus signs +++, notice only three chars, no <CR> and no <LF>, you will receive a char a send back from module, then in three seconds, send back a char a back to the module, after that you will receive +ok to notice it has go in to AT command mode, send AT+H and Enter (CR and LF,0x0D + 0x0A) to get help, AT+ENTM and Enter for back to transparent transmission mode. More detail AT commands description please see the data sheet, the test step screen is here, (Only receive message, send chars can't be see) Shanghai Wafer Microelectronics Co., Ltd. Page 12 of

13 3. Program demo 3.1 UART RS232 programm AT default transparent transmission work mode, the module UART port for user can be looks as a normal RS232 device, almost all kinds of MCU has UART use demo code, please GOOGLE them. User MCU connect to WIFI module is TXD to RXD and RXD to TXD, detail please see hardware description docs. Notice, because the LINUX need about 20 seconds to start up, if your data can't be lost, advise you use a GPIO connect to Ready pin, after the Pin go to Low and delay 2 seconds then send user data. Also there is a Link IO for declare the WIFI network connect status. An other compatible method is use hardware control RTS,CTS. 3.2 TCP IP Socket program For network, it is a stand TCPIP socket data, we supply VB/Delphi/Boland C++ and android demo code for user, the socket programs always use OCX or API for communication, such as winsock.ocx, network can use TCP Server/TCP client/udp any one of them, can be setup in the module and software opposite with it,tcp Server with TCP Client, UDP opposite UDP, follow picture is Delphi/VB and android demo code screen. 3.3 Virtual COM PORT Sometimes the user has RS232 link system, in order to do less work, you can use Virtual COM PORT soft ware to convert TCPIP data to Virtual Serial Port, your old RS232 software can still be used, the software convert it to TCPIP and send via WIFI, it looks like an wireless RS232 COM port, More detail please look at the COM-RED software user guide and the application detail. Shanghai Wafer Microelectronics Co., Ltd. Page 13 of

14 4. Join module to normal home WIFI network WAFER-WIFI232 quick start guide Above description is just is LAN, in practical application, you may need to connect to normal WIFI network, to connect data to LAN server, now we have a short description on this. 4.1 first, you need to login to your WIFI router to see some information, SSID name, user name and password, Encrypt type. 4.2 visit go to setup web page. Choose Station work mode. 4.3 Go to STA Interface Setting page, fill the settings, SSID, Security Mode and password then click Apply. Shanghai Wafer Microelectronics Co., Ltd. Page 14 of

15 Also we supply a new function for search router after firmware 3.29.xx, Click Search near the SSID input form, Choose the network you want to connect and Click Apply and back to fill password then apply. Notice: If your AP still use our module, You need to change the Module LAN IP to not same with AP, for example to , to avoid IP conflict, other wise it would not work. Shanghai Wafer Microelectronics Co., Ltd. Page 15 of

16 WAFER-WIFI232 quick start guide Go to Device Management page, Restart module. Shanghai Wafer Microelectronics Co., Ltd. Page 16 of

17 WAFER-WIFI232 quick start guide After that you can find your module in WIFI router DHCP device list. Now, you may need to see the hardware description. Shanghai Wafer Microelectronics Co., Ltd. Page 17 of

18 WAFER-WIFI232 quick start guide 4. Contract informaition Contact us: Name: Shanghai Shanghai Wafer Microelectronics Co., Ltd. Website: Address: Room.23E, LiangFeng Building, NO.8,DongFang Road, Shanghai, China Phone: Shanghai Wafer Microelectronics Co., Ltd. Page 18 of

WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent

WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent USR-WIFI232-X quick start guide File version: V1.0.0 Date: 2012-05-04 WIFI232 series product is used for convert data from RS232 to WIFI TCPIP, Two-way transparent transmission, user need not know the

More information

TO RJ45&WIFI CONVERT SERVER

TO RJ45&WIFI CONVERT SERVER RS232/RS485 TO RJ45&WIFI CONVERT SERVER (USR-WIFI232-610) Hard version: V1.0 File version: V1.0 Jinan USR IOT Technology Limited page 1 of 22 tec@usr.cn Content 1. Product Introduce...3 1.1 Function...3

More information

USR-TCP Hard version: V2.0 File version: V

USR-TCP Hard version: V2.0 File version: V Serial Device Server - RS232/RS485 to Ethernet converter USR-TCP232-300 Hard version: V2.0 File version: V1.1 2011-8-17 Serial Device Server - RS232/RS485 to Ethernet converter is an Equipment for convert

More information

USR-TCP Hard version: V1.1 File version: V

USR-TCP Hard version: V1.1 File version: V RS232/RS485 to convert module USR-TCP232-24 Hard version: V1.1 File version: V1.2 2011-08-18 RS232/RS485 to convert module is an Equipment for convert TCP or UDP socket data to RS232 or RS485, easy to

More information

ZLSN7004 High-performance

ZLSN7004 High-performance ZLSN7004 High-performance Serial Port to WIFI/Ethernet Core Module CopyRight 2008 Shanghai ZLAN Information Technology Co., Ltd. All right reserved Document DI: ZL DUI 2015.3.20.1.0 1 Version Information

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual WiFi to RS-232 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm) Total Package Weight: 126

More information

ZLAN7104 High-Performance

ZLAN7104 High-Performance ZLAN7104 High-Performance WIFI Serial Device Server RS232/485/422 To WIFI/Ethernet CopyRight 2008 Shanghai ZLAN Information Technology Co., Ltd. All right reserved Document DI: ZL DUI 2014.12.15.1.0 1

More information

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107

WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 WiFiBee MT7681 (Arduino WiFi Wireless Programming) SKU: TEL0107 Introduction The WiFi Bee MT7681 is an Arduino WiFi XBee module based on the MT7681 serial Wi-Fi module. It is compatible with an XBee slot,

More information

USR-W610 User Manual. File Version: V Jinan USR IOT Technology Limited 1

USR-W610 User Manual. File Version: V Jinan USR IOT Technology Limited 1 USR-W610 User Manual File Version: V1.0.1.01 1 Contents USR-W610 User Manual... 1 Features... 4 1.Get Start...5 1.1.Application Diagram... 5 1.2.Hardware... 5 1.2.1.LED...5 1.2.2.Interface... 6 1.2.3.Dimension...6

More information

Super Port User Guide Contents Serial to Ethernet converter(super Port) Introduction Overview Features Applications

Super Port User Guide Contents Serial to Ethernet converter(super Port) Introduction Overview Features Applications Serial to Ethernet converter (Super Port) (USR-K3) File version: V1.0.10. works on LAN and WAN and wireless for MCU to Ethernet Solutions, Ethernet, WIFI, GPRS, and Wireless modules, we can supply custom

More information

Quick Start Hardware Testing Environment Connection Default Parameter Data Transmission Testing

Quick Start Hardware Testing Environment Connection Default Parameter Data Transmission Testing File version:v1.0 1 / 35 ... 1 1. Quick Start...4 1.1. Hardware Testing Environment... 4 1.2. Connection...4 1.3. Default Parameter... 5 1.4. Data Transmission Testing...5 2. Overview...6 2.1. Brief Introduction...6

More information

CONTENTS 1. Quick Start Hardware Tset Environment Network Connection Data Transmission Test Product Introduction..

CONTENTS 1. Quick Start Hardware Tset Environment Network Connection Data Transmission Test Product Introduction.. USR-G800-42 User Manual File Version: V1.0.5 1/ 32 CONTENTS 1. Quick Start...3 1.1. Hardware Tset Environment... 3 1.2. Network Connection...4 1.3. Data Transmission Test... 5 2. Product Introduction...

More information

ETH to 232 (A) User Manual

ETH to 232 (A) User Manual ETH to 232 (A) User Manual ETH to 232 (A) is data transparent transmission equipment for convert TCP or UDP socket data to RS232, small size, low power, powered by ARM processors, high speed, high Stability.

More information

User s Guide. Ethernet Module for Barcode Printer

User s Guide. Ethernet Module for Barcode Printer User s Guide Ethernet Module for Barcode Printer 1. ETHERNET MODULE... 2 1-1. Functions... 2 1-2. General Specifications... 2 2. ETHERNET MODULE INSTALLATION... 3 2-1. Ethernet Module Installation for

More information

Copyright ONBON SHANGHAI ONBON SOFTWARE TECHNOLOGY CO.,LTD - 1 -

Copyright ONBON SHANGHAI ONBON SOFTWARE TECHNOLOGY CO.,LTD - 1 - BX-WIFI User Manual Copyright All rights reserved. No part of this publication may be reproduced in any form by print, photo print, microfilm or any other means without written permission by ONBON. 2010-2012ONBON

More information

LonHand Series Product Specification USR-IO88

LonHand Series Product Specification USR-IO88 USR-IO88 User Manual LonHand Series Product Specification USR-IO88 File version:v1.0 ` 6 FA Q...... 22 SHENZHEN Lejing INDUSTRY DEVELOPMENT CO.LTD USR-IO88 User Manual Directory LonHand Series Product

More information

Jinan USR IOT Technology Limited 2 / 24

Jinan USR IOT Technology Limited 2 / 24 Directory LonHand Series Product Specification... 1 1 Quick start...3 1.1 Product introduction... 3 1.2 Preparation... 4 1.3 USR-IO88 Quick start... 5 1.3.1 WIFI control...5 1.3.2 Direct Connect Control...

More information

USR-K1 Super Port. File version: V1.0.4

USR-K1 Super Port. File version: V1.0.4 USR-K1 Super Port File version: V1.0.4 USR-K1 is the high performance-cost version of Super Port.It is an embedded serial networking module, whose function is to realize bidirectional transparent transmission

More information

Multifunctional Serial to Ethernet converter

Multifunctional Serial to Ethernet converter Multifunctional Serial to Ethernet converter (USR-N540) File version: Ver1.0.5 Jinan USR IOT Technology Co., Ltd. works on LAN and WAN and wireless for MCU to Ethernet Solutions, Ethernet, WIFI, GPRS,

More information

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd

ICP DAS IOP760AM FAQ. FAQ Version ICP DAS Co., Ltd ICP DAS IOP760AM FAQ FAQ Version.0 ICP DAS Co., Ltd. 08-- Table of Contents Q: How do I connect IOP760AM without Wi-Fi router?... Q: The roaming interval is not stable. How to make it better?... Q: How

More information

WizFi250 Quick Start Guide

WizFi250 Quick Start Guide WizFi250 Quick Start Guide WizFi250 Evaluation Board The WizFi250 EVB is the evaluation board for testing WizFi250 and prototyping development. WizFi250 EVB is composed of a WizFi250 evaluation board and

More information

WiFi to RS-422/485 adapter user manual

WiFi to RS-422/485 adapter user manual WiFi to RS-422/485 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-422/485 adapter x 1 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm)

More information

ZLAN9500/03 Series. User Manual

ZLAN9500/03 Series. User Manual ZLAN9500/03 Series ZigBee Wireless Data Transmission Device User Manual RS232/485/422/Ethernet to ZigBee CopyRight 2008 Shanghai ZLAN Information Technology Co., Ltd. All right reserved Document DI: ZL

More information

WIFI DEVICE. User Manual. Shanghai Shuncom Electronic Technology Co., Ltd. Shanghai Shuncom Electronic Technology Co.,Ltd.

WIFI DEVICE. User Manual. Shanghai Shuncom Electronic Technology Co., Ltd.   Shanghai Shuncom Electronic Technology Co.,Ltd. WIFI DEVICE User Manual (Revision 1.3.0) Shanghai Shuncom Electronic Technology Co., Ltd www.shuncom.com 1 / 48 WWW.SHUNCOM.COM Renew time: 2012-5-1 Shanghai Shuncom Electronic Technology Co.,Ltd. Part

More information

How to setup the WA232E Serial WiFi adapter

How to setup the WA232E Serial WiFi adapter How to setup the Serial WiFi adapter (based on Windows 10, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part. This product has many more advanced features

More information

User Manual and Test Guide

User Manual and Test Guide User Manual and Test Guide HF2421 Test Guide http://www.iotworkshop.com 1 Copyright 2013. All rights reserved 目录 1. SERIAL SERVER CONNECTION... 3 1. 1 HF2421 Device Connection... 3 2. SERIAL SETTING...

More information

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0

Sierra Radio Systems. WiFly Configuration. Quick Reference. Version 1.0 Sierra Radio Systems WiFly Configuration Quick Reference Version 1.0 Hardware Connections SERIAL PORT CONNECTIONS FOR WIFLY DEVICE PROGRAMMING The serial port on the WiFly device provides a 3.3v logic

More information

USR-W600 User Manual. File Version: V Jinan USR IOT Technology Limited 1

USR-W600 User Manual. File Version: V Jinan USR IOT Technology Limited 1 USR-W600 User Manual File Version: V1.0.6.01 1 Contents USR-W600 User Manual... 1 Features... 3 1.Get Start...4 1.1.Application Diagram... 4 2.Product Functions...5 2.1.WIFI mode... 5 2.1.1.STA mode...5

More information

Serial to Ethernet Converter

Serial to Ethernet Converter Serial to Ethernet Converter User s Manual Version 1.1 2004 Infosystem Technology Corporation Disclaimers The information in this manual has been carefully checked and is believed to be accurate. Infosystem

More information

54Mbps Pocket Wireless Access Point (WL-330g)

54Mbps Pocket Wireless Access Point (WL-330g) 54Mbps Pocket Wireless Access Point (WL-330g) Copyright 2004 ASUSTeK COMPUTER INC. All Rights Reserved. Contents Conventions... 2 Welcome!... 3 Package contents... 3 System requirements... 3 Device installation...

More information

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9)

User Manual V1.1 Date: WiFi RS-232 Adapter. Red LED: IP Address Blue LED: TX/RX 5V Out (Pin 9) 1. Package Contents: WiFi RS-232 adapter x 1 Battery power line with connector x 1 User manual x 1 USB Cable x 1 2 dbi Dipole Antenna x 1 WiFi RS-232 Adapter White box: Dimension: 10 x 5.5 x 5 (cm) Weight:

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24

MDNET-5W. Wi-Fi/Ethernet/RS485 Converter Operation Manual. Version /03/24 MDNET-5W Wi-Fi/Ethernet/RS485 Converter Operation Manual Version 01.00 2016/03/24 I. Features & Specification Features: Connect RS485 devices to Ethernet or Wi-Fi network Connect Ethernet device to Wi-Fi

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual User Manual V1.2 Date: 2015.01.28 WiFi to RS-232 adapter user manual Package Contents: WiFi RS-232 adapter x 1 WiFi to RS-232 adapter 2 dbi dipole antenna x 1 A4 User manual x 1 USB Cable x 1 Power cable

More information

Appendix A - Configuring the WiFi Module Option

Appendix A - Configuring the WiFi Module Option Thunderbolt Monitor Kit Manual v4.0.4, WiFi Option - Page 1 5/25/2016 Appendix A - Configuring the WiFi Module Option The WiFi module as shipped is pre-configured with Soft-AP enabled and the baud rate

More information

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist WISP Setup Guide for TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link WR841N router to provide

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-1.0 Version /8/2011 USER MANUAL RN-WIFLY-EVAL-UM WiFly Evaluation Kit 0 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM-.0 Version.0 //0 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks

More information

Version Release Date Description V First release. Change History V1.0.0 i

Version Release Date Description V First release. Change History V1.0.0 i Taurus Series Multimedia Players Version: Doc. ID: V1.0.0 NS120100144 Version Release Date Description V1.0.0 2017-07-20 First release. Change History V1.0.0 i Table of Contents Change History... i Table

More information

USR-G781 User Manual. File Version: V Jinan USR IOT Technology Limited 1

USR-G781 User Manual. File Version: V Jinan USR IOT Technology Limited 1 USR-G781 User Manual File Version: V1.0.06.02 1 Contents USR-G781 User Manual...1 Brief Introduction... 4 Features... 4 1. Get Start...5 1.1. Application... 5 1.1.1. Application Diagram...5 1.1.2. Hardware

More information

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-306 User Manual File Version: V1.0.1.01 1 Contents USR-TCP232-306 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

More information

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A

Quick Start Guide. Wireless IP Camera. Technical Support QG4_A Technical Support Wireless IP Camera Quick Start Guide For Windows Client & Mac Client, please download the PC software: https://reolink.com/software-and-manual/ For advanced setup, please download the

More information

WLAN Products 2.1 Overview P WLAN Remote Maintenance Device P WLAN Converter P Applications P2-4-1

WLAN Products 2.1 Overview P WLAN Remote Maintenance Device P WLAN Converter P Applications P2-4-1 WLAN Products.1 Overview P-1-1. WLAN Remote Maintenance Device P--1.3 WLAN Converter P-3-1.4 Applications P-4-1 Overview.1. Overview WLAN Products Overview 1 WLAN (Wireless Local Area Network) links devices

More information

User Manual Edition: v a

User Manual Edition: v a WPC-832-Con 2 Ports Modbus TCP to Modbus RTU Wi-Fi, Ethernet connection Data Concentrator User Manual Edition: v.201809a http://www.tcpipweb.com Table of Contents Introduction------------------------------------------------------------------------------------------------------------------------------

More information

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router.

User Manual DIR-850L. Wireless AC1200 Dual Band Gigabit Router. User Manual DIR-850L Wireless AC1200 Dual Band Gigabit Router USER MANUAL: DIR-850L Wireless AC1200 Dual Band Gigabit Router SYSTEM REQUIREMENTS Network Requirements Web-based Configuration Utility Requirements

More information

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit

EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit EX-6014WI RS232 to WiFi Wireless Adapter, w/ Mounting Kit Thank you for purchasing this RS232 to WiFi Wireless Adapter (hereinafter referred to as WiFi-Adapter ), it is designed to communicate with RS232

More information

USR-TCP Serial Device Server

USR-TCP Serial Device Server USR-TCP232-310 Serial Device Server File version: V1.0.0 USR-TCP232-310 is the low-cost version of Serial Device Server.It is an embedded serial networking module, whose function is to realize bidirectional

More information

SERIAL TO ETHERNET CONVERTER E-P User Manual

SERIAL TO ETHERNET CONVERTER E-P User Manual SERIAL TO ETHERNET CONVERTER E-P132-100 User Manual 1 Table of Contents Introduction... 4 Overview.. 5 Package Checklist 6 Block Diagram 7 Product Features...8 Product Specifications 9 Converter Description

More information

USER MANUAL FOR GS100/GS1003G

USER MANUAL FOR GS100/GS1003G USER MANUAL FOR GS100/GS1003G 1 Table of Contents 1. INTRODUCTION... 3 2. FEATURES... 3 3. OPERATION... 3 4.CONNECTION DETAILS... 4 5.CONFIGURATION... 5 5.1 Hyper Terminal Setting... 5 5.2 GS100 Configuration...

More information

Easy Start Guide. Solwise SAR-600 range ADSL2+ Routers

Easy Start Guide. Solwise SAR-600 range ADSL2+ Routers Guide Solwise SAR-600 range ADSL2+ Routers Covers the following models using RouterTech Firmware 2.1: Single LAN Port, SAR-600E Four LAN Port, SAR-600ER Four LAN Port with USB & 11g Wireless, SAR-600EW

More information

Industrial Serial Device Server

Industrial Serial Device Server 1. Quick Start Guide This quick start guide describes how to install and use the Industrial Serial Device Server. Capable of operating at temperature extremes of -10 C to +60 C, this is the Serial Device

More information

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist

Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Setup Guide for Hard-Wire Ethernet Connected TP-Link TL-WR841N 300 Mbps Wireless N Router AARP Foundation Tax-Aide Colorado Technology Specialist Summary This document explains how to configure the TP-Link

More information

Monitored Analyzed Networked. WiFi Kit S-WE02. This manual is suitable for firmware version of H Y2.0.02W

Monitored Analyzed Networked. WiFi Kit S-WE02. This manual is suitable for firmware version of H Y2.0.02W S larman Monitored Analyzed Networked Quick Guide WiFi Kit S-WE02 This manual is suitable for firmware version of H4.01.40Y2.0.02W1.0.03 +. WiFi Kit S-WE02 is an external data logger in the SolarMAN PV

More information

User Manual. ESP8266 Wifi Shield

User Manual. ESP8266 Wifi Shield User Manual Of ESP8266 Wifi Shield Description The shield is designed based on esp8266 by Espressif Systems, pin-compatible with Arduino UNO/Mega2560 DevBorad. Which can be used as two independent part,

More information

WNAP 3G MOBILE ROUTER. Quick Installation Guide

WNAP 3G MOBILE ROUTER. Quick Installation Guide WNAP 3G MOBILE ROUTER Quick Installation Guide To avoid users without access right through your WNAP 3G Mobile Router, it is suggested to change WLAN SSID and password and admin password for web configuration

More information

Setup Guide. Setting Up the Machine. Installing the Software. Control Panel Sheet

Setup Guide. Setting Up the Machine. Installing the Software. Control Panel Sheet Setup Guide Setting Up the Machine 1 Installing the Software 2 Control Panel Sheet 1 2 1. Setting Up the Machine 10 cm (4.0 inches) 10 cm (4.0 inches) 20 cm (7.9 inches) 10 cm (4.0 inches) 32 89.6 10

More information

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications

Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Learn How to Configure EnGenius Wi-Fi Products for Popular Applications Operation Modes Access Point (AP) / WDS AP Client Bridge (CB) Repeater WDS Bridge Client Router AP Router Access Point An access

More information

Standard cable routers (not ADSL)

Standard cable routers (not ADSL) 1 Configuring your ADSL / Cable Wifi router By P. Hopkins When we change our internet service provider we often get sent a new router and/ modem to setup befe we can use the internet. The two types being

More information

WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd

WISNODE-UART WIFI EVB QUICK START GUIDE WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd WisNode-UART WIFI EVB Quick Start Guide Shenzhen Rakwireless Technology Co., Ltd www.rakwireless.com info@rakwireless.com 2015 Rakwireless all rights reserved. Mentioned in this document, the actual company

More information

How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable

How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable How to setup WL-WN575A2/WL-WN575A3 Repeater Mode through Ethernet Cable The following setup procedure is for INITIAL SETUP. If your product has been configured before, we suggest you to RESET the product

More information

USR-TCP User Manual

USR-TCP User Manual USR-TCP232-302 User Manual File Version: V1.0.3.01 1 Contents USR-TCP232-302 User Manual...1 Features...3 1. Get Start...4 1.1. Application Diagram...4 1.2. Hardware Design...5 1.2.1. Hardware Dimensions...5

More information

R36A Installation Guide

R36A Installation Guide Package Content Thank you for choosing our multifunctional wireless router R36A. Before installing, please check the following items in the product packaging. 1x R36A multifunctional wireless router 1x

More information

Different Application Scenarios to use the TP-Link dual band range extender

Different Application Scenarios to use the TP-Link dual band range extender Different Application Scenarios to use the TP-Link dual band range extender A dual band range extender, it can extend 2.4Ghz and 5Ghz networks at the same time.the settings are configured slight differently

More information

RS-232/422/485 Over IP Adapter

RS-232/422/485 Over IP Adapter RS-232/422/485 Over IP Adapter 1 port RS-232/422/485 Over IP Adapter NETRS2321E Actual product may vary from photo FCC Compliance Statement This equipment has been tested and found to comply with the limits

More information

User Manual V1.0. User Manual of Omnik TL2 Internal Data Collector. Omnik New Energy Co., Ltd.

User Manual V1.0. User Manual of Omnik TL2 Internal Data Collector. Omnik New Energy Co., Ltd. User Manual V1.0 User Manual of Omnik TL2 Internal Data Collector Omnik New Energy Co., Ltd. Catalog 1. Unpacking... 2 2. PV Data Collector... 2 3. S/N Label... 3 4. WiFi Installation... 3 5. WiFi Card

More information

WiFi A/V Module. (Model: WM-CAM)

WiFi A/V Module. (Model: WM-CAM) WiFi A/V Module (Model: WM-CAM) A/V module: Array size: 1200x1600 (UXGA) Optical format: 1/4 Image transfer rate: UXGA/SXGA @15fps; SVGA@30fps; CIF@60fps WM-module embedded a Single Chip Micro-controller

More information

North America Sales & Service

North America Sales & Service IP Camera User s Manual The IP camera is a specification embedded in the VETPEL PRO PLUS.ICU (UX-U900) model. The IP camera model provided may be changed without prior notice to improve performance. If

More information

C-Assist Set up Guide

C-Assist Set up Guide C-Assist Set up Guide Wireless connection to and projection from PCs Macs and Mobile Devices CASIO COMPUTER CO., LTD. Contents Heading Wirelessly Connecting your PC/Mac to your Casio Projector Page Process

More information

SLAMWARE SDP. SDP User Manual. Modular Autonomous Robot Localization and Navigation Solution rev.1.8

SLAMWARE SDP. SDP User Manual. Modular Autonomous Robot Localization and Navigation Solution rev.1.8 SLAMWARE SDP Modular Autonomous Robot Localization and Navigation Solution SDP User Manual 2016-06-28 rev.1.8 Shanghai Slamtec Co., Ltd. www.slamtec.com Contents CONTENTS... 1 1. INTRODUCTION... 3 FEATURE...

More information

Quick Installation Guide

Quick Installation Guide Quick Installation Guide NEXTAV TM Cloud Hub - Table of Contents Product Features... 1 Ways to Connect... 1 Hardware and Accessories... 2 Product Parameters... 2 Minimum Hardware Requirements... 2 Product

More information

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation.

Embedded Modbus TCP Module GS11-MT. User Manual REV 1.1. SST Automation. Embedded Modbus TCP Module GS11-MT User Manual REV 1.1 SST Automation E-mail: SUPPORT@SSTCOMM.COM WWW.SSTCOMM.COM Catalog 1 About the Embedded Module... 4 1.1 General...4 1.2 Features... 4 1.3 Specifications...4

More information

G3P-WiFi User Manual Release 1.2

G3P-WiFi User Manual Release 1.2 G3P-WiFi User Manual Release 1.2 Last Update 25/11/2014 1 Appendix Order Codes... 3 Release History... 3 Release 1.0... 3 Release 1.1... 3 Release 1.2... 3 GENERAL FEATURES... 3 1 Tools to begin... 4 1.1

More information

SKU:TEL0092 WiFi Bee-ESP8266 Wirelss module

SKU:TEL0092 WiFi Bee-ESP8266 Wirelss module Page 1 of 32 SKU:TEL0092 WiFi Bee-ESP8266 Wirelss module Contents 1 Introduction 2 Specifications 3 Pin out 4 Tutorials 4.1 How to Use? 4.1.1 1 Connect AP 4.1.2 2 (/wiki/index.php/file:tel0092_frontpage.jpg)

More information

Appendix A - Configuring the WiFi Module Option

Appendix A - Configuring the WiFi Module Option Thunderbolt Monitor Kit Manual v4.2.2, WiFi Option - Page 1 10/9/2017 Appendix A - Configuring the WiFi Module Option Note: this version of the manual relates to the new WiFi module as shown below. Note

More information

D G

D G D7210 0 86085G6000010 Zavio D7210 Quick Installation Guide Please follow the installation steps below to set up your D7210 Dome IP Camera. Check the package contents against the list below. See P.1 Physical

More information

SSE232-LE Serial Server- User s Manual

SSE232-LE Serial Server- User s Manual www.exemys.com Rev.6 1 Products are in constant evolution to satisfy our customer needs. For that reason, the specifications and capabilities are subject to change without prior notice. Updated information

More information

GPORT104 User s Manual

GPORT104 User s Manual GPORT104 User s Manual Beijing Golden Global View Co., Ltd. RAYON Technology Co., Ltd. Version( V 1.01) Contents I. Product Introduction II. Features III. Technical Specifications IV. Hardware Installation

More information

econet300 Internet module REMOTE CONTROL OF ecomax REGULATORS OPERATION AND INSTALLATION MANUAL ISSUE: 1.

econet300 Internet module   REMOTE CONTROL OF ecomax REGULATORS OPERATION AND INSTALLATION MANUAL ISSUE: 1. Internet module econet300 REMOTE CONTROL OF ecomax REGULATORS www.econet24.com OPERATION AND INSTALLATION MANUAL ISSUE: 1.0 CAN BE APPLIED TO: OPERATIONAL SYSTEM: WINDOWS XP,7,8, Android, Linux REGULATOR

More information

NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL

NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL NCOM SERIAL DEVICE SERVER 1XX SERIES USER S MANUAL 2017-07-07 Edition Titan Electronics Inc. Web: www.titan.tw Contents 1. INTRODUCTION... 4 1.1 Key Features... 5 1.2 Specifications... 6 2. PANEL LAYOUT

More information

Wifi Attachment Manual

Wifi Attachment Manual Wifi Attachment Manual V1.5.3 Copyright 2010 Reef Angel All Rights Reserved The product and the information contained herein are subject to change without notice. This manual may not, in whole or in part,

More information

UlifeCam (U5820Y, GD2810, U5880/1Y) Installation Guide

UlifeCam (U5820Y, GD2810, U5880/1Y) Installation Guide UlifeCam (U5820Y, GD2810, U5880/1Y) Installation Guide Packing list... 1 Preparation before the installation... 1 Step 1 The connection and setting of UlifeCam with home wireless router... 3 Step 2 Register

More information

NetCom Plus 211. Contact Online. More Pictures. Click on the thumbnails for the large picture. Overview

NetCom Plus 211. Contact Online. More Pictures. Click on the thumbnails for the large picture. Overview VS Vision Systems GmbH / Part Number 6650 Features Controls 2 RS232 devices located virtually anywhere via Ethernet, WLAN or Internet Port expansion over USB A connector LAN 1000/100/10 Ethernet auto-detect

More information

Connecting a CNC to a PC wireless over WiFi

Connecting a CNC to a PC wireless over WiFi Connecting a CNC to a PC wireless over WiFi This guide describes how to wireless connect a CNC machine to a PC using WiFi, thereby being able to send programs from the PC to the CNC machine. The Setup

More information

Serial. to Ethernet module

Serial. to Ethernet module Serial to Ethernet module (USR-TCP232-T, USR-TCP232-2) (USR-TCP232-S, USR-TCP232-D) (USR-TCP232-24, USR-TCP232-200) (USR-TCP232-300, USR-TCP232-442) File version: V3.0 The USR-TCP232-T24 series is data

More information

Serial to Ethernet module

Serial to Ethernet module Serial to Ethernet module (USR-TCP232-T, USR-TCP232-2) (USR-TCP232-S, USR-TCP232-D) (USR-TCP232-24, USR-TCP232-200) (USR-TCP232-300, USR-TCP232-204) File version: V3.2.5 Serial to Ethernet module USR-TCP232-T24

More information

Docking Station Operational Description

Docking Station Operational Description Docking Station Operational Description August 2018 Copyright 2017, 2018 All Rights Reserved Aures Technologies Changes: Ver 1.0, December 1, 2017, 1 st release Ver 1.1, January 11, 2018, add static IP

More information

LonHand Series Product Specification USR-WM1 Ver: V1.3.1

LonHand Series Product Specification USR-WM1 Ver: V1.3.1 LonHand Series Product Specification USR-WM1 Ver: V1.3.1 Jinan USR IOT Technology Limited 1 / 32 tec@usr.cn Contents 1 Quick start...3 1.1 Direct Connect Control...5 1.2 Local Lan Control...7 1.3 Remote

More information

1 port RS-232 Device Server

1 port RS-232 Device Server 1 port RS-232 Device Server Ethernet RJ45 1 Port Transmit and receive and Ethernet Link and 100/10M LED drive. 10/100 Mbps, auto MDI/MDIX Gateway IP address Serial Interface 1 Port 15 KV ESD protection

More information

SERIAL TO WiFi CONVERTER EX-9486C-W User Manual

SERIAL TO WiFi CONVERTER EX-9486C-W User Manual SERIAL TO WiFi CONVERTER EX-9486C-W User Manual Table of Contents Introduction 3 Overview. 4 Package Check List.. 5 Product Features.. 6 Hardware Specifications. 8 Converter Description.. 11 Product Panel

More information

Package Content IEEE g Wireless LAN USB Adapter... x 1 Product CD-ROM.x 1

Package Content IEEE g Wireless LAN USB Adapter... x 1 Product CD-ROM.x 1 IEEE 802.11g Wireless LAN USB Adapter Quick Installation Guide Network Configuration IEEE 802.11g Wireless LAN USB Adapter is a standard USB adapter that fits into any standard USB 2.0 and 1.1 slots in

More information

Chapter 1 Introduction

Chapter 1 Introduction Copyright Statement is the registered trademark of Zonet Technology Inc. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective holders. Copyright

More information

i3allsync Wireless Presentation System User Manual

i3allsync Wireless Presentation System User Manual i3allsync Wireless Presentation System User Manual Table of Contents Chapter 1: Product Introduction... 4 1-1 Introduction... 4 1-2 Hardware Recommendation... 5 Chapter 2: Description of Functions... 6

More information

NetCom Mini. SCADA system Building automation system Self-service banking system Other remote and distributed serial devices control

NetCom Mini. SCADA system Building automation system Self-service banking system Other remote and distributed serial devices control Features Can control 1 x RS232 device located virtually anywhere (via Ethernet or Internet) LAN interface 10BaseT/100BaseTx Ethernet Configuration utility automatically finds NetCom Mini devices in the

More information

Lantech LSC-1102B SERIAL TO TCPIP CONVERTER. User Manual

Lantech LSC-1102B SERIAL TO TCPIP CONVERTER. User Manual Lantech LSC-1102B SERIAL TO TCPIP CONVERTER User Manual V1.0 Sep 2016 Table of Contents 1. Introduction 3 Overview 4 Product Specifications 8 2. Description & Installation 10 Product Panel Views 10 LED

More information

GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender

GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender GET STARTED AC 1200 High Power Dual Band Wi-Fi Range Extender Overview 01 Package Contents... 01 Front Panel... 02 LED Descriptions... 03 Using as an Extender 04 Connects to a WIFI network... 04 Acts as

More information

Quick Start. Appearance and pin assignments

Quick Start. Appearance and pin assignments Quick Start WF-2055 Package Checklist The package includes the following items: One WF-2055 module One Quick Start One software utility CD One screw driver One RS-232 cable (CA-0910) One Antenna 2.4GHz

More information

Application Example (Standalone EAP)

Application Example (Standalone EAP) Application Example (Standalone EAP) CHAPTERS 1. Determine the Network Requirements 2. Build the Network Topology 3. Log In to the EAP 4. Configure the EAP 5. Test the Network This guide applies to: EAP225-Outdoor

More information

2-Port RS-232/422/485 Serial over IP Ethernet Device Server Installation Guide

2-Port RS-232/422/485 Serial over IP Ethernet Device Server Installation Guide 2-Port RS-232/422/485 Serial over IP Ethernet Device Server Installation Guide Introduction The 2-Port RS-232/422/485 Serial over IP Ethernet Device Server is designed to operate serial ports over 10/100

More information

Quick Start Guide. NP290W Turbo Wireless HomePlug

Quick Start Guide. NP290W Turbo Wireless HomePlug Quick Start Guide Turbo Wireless HomePlug Contents Chapter 1 Introduction... 3 1.1 Minimum Requirements... 3 1.2 Typical Turbo Wireless HomePlug Connection... 3 1.3 Package Contents... 3 Chapter 2 Turbo

More information

NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL

NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL NCOM SERIAL DEVICE SERVER 4XX SERIES USER S MANUAL 2017-07-07 Edition Titan Electronics Inc. Web: www.titan.tw Contents 1. INTRODUCTION... 4 1.1 Key Features... 5 1.2 Specifications... 6 2. PANEL LAYOUT

More information

TCP/IP Converter. EX-9132 Operation Manual for 8051 Series

TCP/IP Converter. EX-9132 Operation Manual for 8051 Series TCP/IP Converter EX-9132 Operation Manual for 8051 Series First Edition, March 2005 Table of Contents 1. Introduction 3 Overview 4 Package Checklist 5 Block Diagram 6 Features 7 Product Specifications

More information