Wifi Web Server Module w TF Socket User s Guide

Size: px
Start display at page:

Download "Wifi Web Server Module w TF Socket User s Guide"

Transcription

1 Wifi Web Server Module w TF Socket User s Guide Sure Electronics Inc. MB-CM14117_Ver1.0

2 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Table of Contents Chapter 1. Overview Overview Features Quick Start Save All Files in a Micro SD Card Connection Install CP2102 Driver Browse Webpage... 6 Chapter 2. Hardware Detail...7 Chapter 3. Configuration Infrastructure Mode Adhoc Mode Hyper Terminal... 8 Chapter 4. Function Demonstration Webpage Status Monitoring Leds Control Example of Using Command Configuration of AD-HOC Mode View the Current Status Send Data to Webpage Chapter 5. Mechanical Drawing...14 Chapter 6. Appendix WiFi Connection Failure Command Set Standalone Commands puthttp Command iwconfig Commands ifconfig Commands iwpriv Commands Chapter 7. Contact Us Sure Electronics Inc. MB-CM14117_Ver1.0_Page i

3 Wifi Web Server Module w TF Socket NOTES: Product Version : Ver 1.0 Document Version : Ver 1.0 MB-CM14117_Ver1.0_Page ii Sure Electronics Inc

4 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 1. Overview 1.1 Overview Thanks for using this WiFi web server module by Sure Electronics. This is a demonstration board for evaluating Wi-Fi connectivity using PIC24FJ256GB106 and the MRF24WB0MB which is an agency certified IEEE Wi-Fi radio transceiver module having an ufl connector for an external antenna, matching circuitry, and supports Wi-Fi with the free TCP/IP protocol stack. It can simply demonstrate to you the function of Web Server Module based on Microchip TCP/IP Stack v5.25. After configuration, you can browse the webpage of the demo board by entering the IP address. Of course, you can also directly enter in the browser. Two functions, Status Monitoring and Leds Control, are demonstrated on the page. FIGURE 1-1 OVERVIEW Sure Electronics Inc. MB-CM14117_Ver1.0_Page 1

5 Wifi Web Server Module w TF Socket FIGURE 1-2 ACCESSORY Note: All the diagrams in this manual are for reference only. 1.2 Features Powered by minib USB cable Saving webpages in a micro SD card Support dynamic page display Wi-Fi wireless network, configurable via UART interface Web-based status monitoring Web-based LEDs control 1.3 Quick Start Save All Files in a Micro SD Card As shown below, save all the files in WebPages.zip provided to the root directory of a micro SD card. FIGURE 1-3 SAVE WEBPAGES Root directory of a micro SD card MB-CM14117_Ver1.0_Page Sure Electronics Inc

6 Overview Connection Follow the figure and steps below for connection. FIGURE 1-4 CONNECTION SCHEMATIC 1. Connect the external antenna with the wifi module on the back of the wifi board 2. A converter module (DB-UC001-A) is introduced here to help the communication between the wifi module and PC. Connect the wifi module and the converter board with three Dupont wires. Connect the converter board to PC with a USB Cable. The following is an up-close of the converter board and pin description of the wifi board. FIGURE 1-5 UP-CLOSE OF CONVETER BOARD Sure Electronics Inc. MB-CM14117_Ver1.0_Page 3

7 Wifi Web Server Module w TF Socket TABLE 1-1 PIN DESCRIPTION OF THE WIFI BOARD Pin Number Name Description 1 GND Ground 2 RTS Request to send 3 +5V +5V supply 4 RXD Receive data 5 TXD Transmit data 6 CTS Clear to send Pin connection between the converter board and wifi board is as follows: GND (pin 1 of wifi module) <-----> GND of the converter board RXD (pin 4 of wifi module) <------> TXD of the converter board TXD (pin 5 of wifi module) <------> RXD of the converter board Note: Secure each connection by tightening the screws of the terminal block with a screw driver. 3. Insert the micro SD card into the socket and power the wifi board via USB mini B port Install CP2102 Driver CP2102 driver helps establish the communication channel between the wifi board and PC with the help of the converter, so it must be installed first. It can be downloaded from The full name of CP2102 driver downloaded is CP210x_VCP_Win2K_XP_S2K3.exe. Double-click it and the following will be displayed: Click Next > to proceed. MB-CM14117_Ver1.0_Page Sure Electronics Inc

8 Overview Click I accept the terms of the license agreement and Next > to continue installation. Click Browse to specify the path that CP2102 driver is to be installed if necessary. Otherwise, click Next > to proceed Sure Electronics Inc. MB-CM14117_Ver1.0_Page 5

9 Wifi Web Server Module w TF Socket Click Install to start installation. It may take a few seconds for installation to complete and the following will pop up after the installation: Click Finish to complete the installation of CP2102 driver Browse Webpage Enter or the current IP address in a browser and you can get more information. Google Chrome is recommended. MB-CM14117_Ver1.0_Page Sure Electronics Inc

10 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 2. Hardware Detail PIC24FJ256GB106 IC MRF24WB0MB Wi-Fi radio transceiver module TF socket Five LED indicators USB minib port A thermistor An external antenna UART interface external serial port converter board required Sure Electronics Inc. MB-CM14117_Ver1.0_Page 7

11 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 3. Configuration 3.1 Infrastructure Mode The default mode this wifi board works in is Infrastructure mode. Following is the configuration of wireless router when the wifi mode works in this mode. When the wifi board is reconfigured, the wireless router should be correspondingly configured. TABLE 3-1 CONFIGURATION Parameter Configuration SSID MicrochipDemoAP Encryption Function Disabled Channel 6 AP Mode Access Point SSID Broadcast Enabled DHCP server Enabled 4X Mode(if there s) Disabled 3.2 Adhoc Mode When the wifi board works in Adhoc mode, IP address should be in the same network as the wifi board. Gateway and subnet mask of the wifi board must be the same with those of PC. 3.3 Hyper Terminal 1. Open Hyper Terminal. Create a new connection and name it. FIGURE 3-1 NEW CONNECTION MB-CM14117_Ver1.0_Page Sure Electronics Inc.

12 Wifi Web Server Module w TF Socket FIGURE 3-2 NEW NAME 2. Finish settings such as COM (COM11 is taken as an example here), baud rate and so on. FIGURE 3-3 COM SELECTION Sure Electronics Inc. MB-CM14117_Ver1.0_Page 9

13 Configuration FIGURE 3-4 PORT SETTINGS Power the Wi-Fi board and information of it will be displayed on Hyper Terminal. The default is Infrastructure mode. New IP address will be given. Here IP is given as follows. If the connection is wrong, please refer to Chapter 6 Appendix for details. MB-CM14117_Ver1.0_Page Sure Electronics Inc

14 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 4. Function Demonstration 4.1 Webpage You can browse the webpage of the demo board by entering the IP address in a browser in the Internet-linked device. You can also directly enter in the browser. Two functions, Status Monitoring and Leds Control, are demonstrated on the pages. The webpage is shown as follows: FIGURE 4-1 WEBPAGE 4.2 Status Monitoring There re three real-time displays on the webpage: Real-time display of the current temperature (temperature of the board) Real-time display of the current LED status (LED status can be changed under Web-Based Control) Real-time display of the data from the serial port of the demo board (Baud rate: 19200, Parity check: None, Data bit: 8, Stop bit: 1) Sure Electronics Inc. MB-CM14117_Ver1.0_Page 11

15 Wifi Web Server Module w TF Socket 4.3 Leds Control As shown in figure 4-1, on-board LED indicators can be controlled via webpage. 4.4 Example of Using Command Configuration of AD-HOC Mode Enter command iwconfig mode idle and press Enter key, and then enter command iwconfig mode adhoc and press Enter key. There will be a tip Event: Connection Successful, which means the current mode is AD-HOC mode View the Current Status 1. Enter command ifconfig and press Enter key. Then you can use commands (refer to appendix) to close DHCP, modify IP address and finish other operations. 2. Enter command iwconfig and press Enter key. MB-CM14117_Ver1.0_Page Sure Electronics Inc

16 Demonstration Note: Command iwconfig mode idle should be entered first, and then the mode can be modified, including SSID, pwrsave, etc Send Data to Webpage To send data to webpage, command puthttp is used. For example, enter command puthttp data from uart and data from uart will be displayed on the webpage Sure Electronics Inc. MB-CM14117_Ver1.0_Page 13

17 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 5. Mechanical Drawing FIGURE 5-1 MECHANICAL DRAWING MB-CM14117_Ver1.0_Page Sure Electronics Inc.

18 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 6. Appendix 6.1 WiFi Connection Failure When Wi-Fi connection failures, there will come up number as shown in the following table. TABLE 6-1 COMMAND SET Number Description 2 JOIN FAILURE 3 AUTHENTICATION FAILURE 4 ASSOCIATION FAILURE 5 WEP HANDSHAKE FAILURE 6 PSK CALCULATION FAILURE 7 PSK HANDSHAKE FAILURE 8 ADHOC JOIN FAILURE 9 SECURITY MISMATCH FAILURE 10 NO SUITABLE AP FOUND FAILURE 11 RETRY FOREVER NOT SUPPORTED FAILUR 6.2 Command Set There re four command sets as follows: TABLE 6-2 COMMAND SET Name Description Standalone Commands Standalone CLI commands for talking with the MRF24WB0M puthttp Commands Send data to the monitoring of web iwconfig Commands Commands for controlling the wireless network interface ifconfig Commands Commands for controlling the network interface iwpriv Commands Commands for controlling the wireless encryption settings Standalone Commands These CLI commands are not related to the wireless or networking interface directly. TABLE 6-3 COMMANDS Name Description help Lists all the available CLI commands for the MRF24WB0M getwfver Lists the WiFi firmware and host driver version numbers reset Issues a host reset puthttp Command This command takes the following structure and example above. Data ranges from 1 to 16 SCII characters. puthttp <data> iwconfig Commands Most of these items should not be changed while the device is in a connected state to a network. iwconfig commands take the following structure Sure Electronics Inc. MB-CM14117_Ver1.0_Page 15

19 Wifi Web Server Module w TF Socket TABLE 6-4 COMMANDS Name Description Name ranges from 1 to 32 ASCII characters, spaces iwconfig ssid <name> currently aren t available in the SSID name. idle: forces the MRF24WB0M to disconnect from any currently connected network (adhoc or infrastructure). managed: the MRF24WB0M will connect to the iwconfig mode SSID in infrastructure mode. Note that all the <idle/managed/adhoc> network parameters must be correct before this command is called. adhoc: the MRF24WB0M will connect to the SSID in adhoc mode. Note that all the network. channel list: a comma separated list of all the iwconfig channel <channel channels to scan. list/all> all: sets the MRF24WB0M to scan all channels in the given regulatory domain. reenable: enables all power saving features (PS_POLL) of the MRF24WB0M. disable: disables any power savings features. The MRF24WB0M will always be in an active power state. iwconfig power unicast: the MRF24WB0M will be in it's deepest <reenable/disable/unicast/all> sleep state, only waking up at periodic intervals to check for unicast data. The MRF24WB0M will not wake up on the DTIM period for broadcast or multicast traffic. all: the MRF24WB0M will wake up to check for all types of traffic (unicast, multicast, and broadcast) ifconfig Commands These items should not be changed while the device is in a connected state to a network. ifconfig commands take the following structure: MB-CM14117_Ver1.0_Page Sure Electronics Inc

20 Appendix TABLE 6-5 COMMANDS Name Description Use a static IP address. IP address must be in dot-decimal notation. Note: this command will return an invalid parameter ifconfig <IP address> if the DHCP client is enabled. First disable the DHCP attempts (ifconfig auto-dhcp stop) before running this command. Redefine the device MAC address. MAC address must be specified in hexadecimal colon notation. ifconfig <MAC address> This command can only be issued when the MRF24WB0M is in idle mode. Doing so at other times can have unexpected results. Use the specified IP address for the netmask. The ifconfig netmask <IP address> netmask value is specified in dot-decimal notation. Configure the gateway address. The gateway value ifconfig gateway <IP address> is specified in dot-decimal notation. start: e Starts the DHCP client. Only valid if the DHCP module has been compiled in. DHCP client is started by default. ifconfig auto-dhcp <start/drop> drop: Stops the DHCP client. A static IP address will need to be assigned to the device. Only valid if the DHCP module has been compiled in iwpriv Commands These items should not be changed while the device is in a connected state to a network. iwpriv commands take the following structure: Sure Electronics Inc. MB-CM14117_Ver1.0_Page 17

21 Wifi Web Server Module w TF Socket TABLE 6-6 COMMANDS Name iwpriv enc <none/wep/wpa-psk/wpa-phrase> iwpriv key <[1]/[2]/ [3]/[4]> <value> iwpriv psk <value> iwpriv phrase <value> Description none: the MRF24WB0M will not use any encryption to connect to the specified network. wep: the MRF24WB0M will use either WEP-40 (short) or WEP-104 (long) encryption to connect to the specified network. wpa-psk: the MRF24WB0M will use the specified 32-byte PSK to connect to the WPA/WPA2 network. wpa-phrase: the MRF24WB0M will take the given 1-32 ASCII character passphrase, along with the SSID, and compute the required 32-byte PSK for the network. Note that doing so takes approximately 30 seconds to complete the calculation. Instructs the MRF24WB0M to use this key for connecting to the WEP encrypted network. Only key 1 is considered safe to use among different AP vendors. Keys 2-4 can have implementation specific entries that may not be compatible from AP to AP. If value is specified, this will instruct the MRF24WB0M to use the specified key number and also program the device with this key value. For WEP-40 networks, this implies the key is either 5 ASCII characters of 10 hex characters in length. For WEP-104 networks, this implies the key is either 13 ASCII characters or 26 hex characters in length. The console only accepts hex WEP keys. Therefore, the user must do the ASCII to hex conversion for their ASCII keys. 32-byte hex value for the PSK. This value can be calculated from the following website hosted on the Wireshark website. An 8-63 ASCII character phrase (delimited with quotes if using spaces). This phrase will be used along with the SSID to generate the 32-byte PSK value for the network. MB-CM14117_Ver1.0_Page Sure Electronics Inc

22 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Chapter 7. Contact Us Sure Electronics Co., Ltd. East zone, 3F, Building 6 Jingang Technology Innovation Center No.108 Ganjiabian Rd (ZIP: ) Qixia District Nanjing P.R.China Tel: Fax: Website: customerservice@sure-electronics.com Sure Electronics Inc. MB-CM14117_Ver1.0_Page 19

RN-XV-RD2 Evaluation Board

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

More information

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application

RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application RN-131-PICTAIL & RN-171-PICTAIL Web-Server Demo Application 2012 Roving Networks. All rights reserved. RN-131/171-PICTAIL-UM Version 1.0 1/8/2013 OVERVIEW The RN-131 and RN-171 WiFly radio modules are

More information

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-

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

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

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

More information

N600 WiFi USB Adapter

N600 WiFi USB Adapter Model WNDA3100v3 User Manual December 2014 202-11470-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial

More information

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005

Vantage RADIUS 50. Quick Start Guide Version 1.0 3/2005 Vantage RADIUS 50 Quick Start Guide Version 1.0 3/2005 1 Introducing Vantage RADIUS 50 The Vantage RADIUS (Remote Authentication Dial-In User Service) 50 (referred to in this guide as Vantage RADIUS)

More information

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 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

More information

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. Access Point with SRX. User Guide WIRELESS WAP54GX. Model No.

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. Access Point with SRX. User Guide WIRELESS WAP54GX. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Access Point with SRX User Guide Model No. WAP54GX Copyright and Trademarks Specifications are subject to change without notice. Linksys

More information

MN-700 Base Station Configuration Guide

MN-700 Base Station Configuration Guide MN-700 Base Station Configuration Guide Contents pen the Base Station Management Tool...3 Log ff the Base Station Management Tool...3 Navigate the Base Station Management Tool...4 Current Base Station

More information

Linksys WAP300N. User Guide

Linksys WAP300N. User Guide User Guide Contents Contents Overview Package contents 1 Back view 1 Bottom view 2 How to expand your home network 3 What is a network? 3 How to expand your home network 3 Where to find more help 3 Operating

More information

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples

Networking. General networking. Networking overview. Common home network configurations. Wired network example. Wireless network examples Networking General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for communication

More information

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards

RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards RN-131-PICTAIL & RN-171-PICTAIL Evaluation Boards 2012 Roving Networks. All rights reserved. Version 1.0 9/7/2012 USER MANUAL OVERVIEW The RN-131 and RN-171 WiFly radio modules are complete, standalone

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,

More information

User Manual Network Interface

User Manual Network Interface User Manual Network Interface Rev. 1.00 SRP-350plusll SRP-352plusll http://www.bixolon.com Table of Contents 1. Manual Information...3 2. Specifications...3 2-1 Hardware version...3 2-2 Configuration Tool...3

More information

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400

User Manual. PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400. PePWave Mesh Connector Indoor Series: MC 200, E200, 400 User Manual PePWave Surf / Surf AP Indoor Series: Surf 200, E200, AP 200, AP 400 PePWave Mesh Connector Indoor Series: MC 200, E200, 400 PePWave Surf AP Series: Surf AP 200-X, E200-X, 400-X PePWave Surf

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015

WAP3205 v2. User s Guide. Quick Start Guide. Wireless N300 Access Point. Default Login Details. Version 1.00 Edition 2, 10/2015 WAP3205 v2 Wireless N300 Access Point Version 1.00 Edition 2, 10/2015 Quick Start Guide User s Guide Default Login Details Web Address http://zyxelsetup Password www.zyxel.com 1234 Copyright 2014 ZyXEL

More information

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Note The product model shown in this QIG is TL-WA701ND, as an example. Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

More information

IEEE802.11 A/G Access Point

IEEE802.11 A/G Access Point IEEE802.11 A/G Access Point User Guide V1.3, JUL. 2006 Copyright Statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, whether

More information

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc.

WASP User Manual. Revision: 1.6. (c) 2012 North Pole Engineering, Inc. Revision: 1.6 2 1 Introduction WASP is a standalone unit providing a bridge for ANT+ devices to communicate wirelessly through Wi-Fi networks, to other devices on the local network or over the Internet.

More information

USER GUIDE Cisco Small Business

USER GUIDE Cisco Small Business USER GUIDE Cisco Small Business WBPN Wireless-N Bridge for Phone Adapters December 2011 Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries.

More information

WRE2205. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Login Details. Version 1.00 Edition 1, 06/2012

WRE2205. User s Guide. Quick Start Guide. Wireless N300 Range Extender. Default Login Details. Version 1.00 Edition 1, 06/2012 WRE2205 Wireless N300 Range Extender Version 1.00 Edition 1, 06/2012 Quick Start Guide User s Guide Default Login Details LAN IP Address http://192.168.1.2 User Name admin Passwordwww.zyxel.com 1234 Copyright

More information

Network User s Guide

Network User s Guide Network User s Guide Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Multi-function Print Server This Network User s Guide provides useful information of wired and wireless network

More information

Chapter 1 Configuring Internet Connectivity

Chapter 1 Configuring Internet Connectivity Chapter 1 Configuring Internet Connectivity This chapter describes the settings for your Internet connection and your wireless local area network (LAN) connection. When you perform the initial configuration

More information

Configuring the WT-4 for ftp (Ad-hoc Mode)

Configuring the WT-4 for ftp (Ad-hoc Mode) En Configuring the WT-4 for ftp (Ad-hoc Mode) Windows XP Introduction This document provides basic instructions on configuring the WT-4 wireless transmitter and a Windows XP Professional SP2 ftp server

More information

STEP III: Enable the Wireless Network Card. STEP IV: Print out the Printer Settings pages to determine the IP Address

STEP III: Enable the Wireless Network Card. STEP IV: Print out the Printer Settings pages to determine the IP Address Title: How do I configure the wireless printer without a network cable and install the printer driver in Windows? NOTE: For successful wireless setup, you MUST know your network security settings. STEP

More information

2 Setting Up the Hardware for a Wired Ethernet Network... 13. 3 Setting Up the Software for an Ethernet Network... 21

2 Setting Up the Hardware for a Wired Ethernet Network... 13. 3 Setting Up the Software for an Ethernet Network... 21 Contents 1 Networking Basics............................................... 1 Selecting a network connection........................................ 2 Wired Ethernet network...........................................

More information

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012 Quick Note 32 Using Digi RealPort with a Digi TransPort Router UK Support September 2012 1 Contents 1 Introduction... 3 1.1 Outline... 3 1.2 Assumptions... 3 1.3 Version... 3 2 Configuration & scenario...

More information

Nokia Siemens Networks. CPEi-lte 7212. User Manual

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

More information

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server NETWORK USER S GUIDE This Network User's Guide provides useful information of wired and wireless

More information

Ethernet Radio Configuration Guide

Ethernet Radio Configuration Guide Ethernet Radio Configuration Guide for Gateway, Endpoint, and Repeater Radio Units April 20, 2015 Customer Service 1-866-294-5847 Baseline Inc. www.baselinesystems.com Phone 208-323-1634 FAX 208-323-1834

More information

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual

A6210 WiFi USB Adapter 802.11ac USB 3.0 Dual Band User Manual 802.11ac USB 3.0 Dual Band User Manual August 2014 202-11373-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the

More information

LevelOne WAP - 0005. User s Manual. 108 Mbps Wireless Access Point

LevelOne WAP - 0005. User s Manual. 108 Mbps Wireless Access Point LevelOne WAP - 0005 108 Mbps Wireless Access Point User s Manual TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your Wireless Access Point... 1 Package Contents... 3 Physical Details... 3 CHAPTER

More information

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance.

Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Assign a static IP address 192.168.1.100 for your computer. Please refer to the T3 in Troubleshooting guide if you need assistance. Connect to the Access Point with the Ethernet cable or via wireless.the

More information

The Wireless LAN (Local Area Network) USB adapter can be operated in one of the two following networking configurations :

The Wireless LAN (Local Area Network) USB adapter can be operated in one of the two following networking configurations : SAGEM Wi-Fi 11g USB ADAPTER Quick Start Guide About this guide This Quick Start Guide describes how to install and operate your SAGEM Wi-Fi 11g USB ADAPTER. Please read this manual before you install the

More information

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0

TOSR0X-D. USB/Wireless Timer Relay Module. User Manual. Tinysine Electronics @ 2013 Version 1.0 TOSR0X-D USB/Wireless Timer Relay Module User Manual Tinysine Electronics @ 2013 Version 1.0 INTRODUCTION This USB/Wireless Timer Relay Module allows computer control switching of external devices by using

More information

Kvaser BlackBird Getting Started Guide

Kvaser BlackBird Getting Started Guide Kvaser BlackBird Getting Started Guide Copyright 2007-2011 Kvaser AB, Mölndal, Sweden http://www.kvaser.com Last updated Wednesday, 18 September 2013 We believe that the information contained herein was

More information

Link Link sys E3000 sys RE1000

Link Link sys E3000 sys RE1000 User Guide High Performance Extender Wireless-N Router Linksys Linksys RE1000 E3000Wireless-N Table of Contents Contents Chapter 1: Product Overview 1 Front 1 Top 1 Bottom 1 Back 2 Chapter 2: Advanced

More information

N300 WiFi Range Extender WN2000RPT User Manual

N300 WiFi Range Extender WN2000RPT User Manual N300 WiFi Range Extender WN2000RPT User Manual December 2013 202-11333-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device,

More information

Configuring the WT-4 for Upload to a Computer (Infrastructure Mode)

Configuring the WT-4 for Upload to a Computer (Infrastructure Mode) Introduction En Configuring the WT-4 for Upload to a Computer (Infrastructure Mode) This document provides basic instructions on configuring the WT-4 wireless transmitter and a computer for transmission

More information

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless Ethernet Multi-function Print Server NETWORK USER S GUIDE This Network User's Guide provides useful information of wired and wireless

More information

Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode)

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)

More information

Table of Contents. Wireless Installation Considerations... 10

Table of Contents. Wireless Installation Considerations... 10 Table of Contents Table of Contents Product Overview...4 Package Contents...4 System Requirements... 4 Introduction...5 Features... 6 Hardware Overview...7 Connections... 7 LEDs... 8 Wireless Installation

More information

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual

ALL0237R. Wireless N 300Mbit Access Point/Repeater. User s Manual ALL0237R Wireless N 300Mbit Access Point/Repeater User s Manual ALLNET ALL0237R User Manual Table of Contents About the Device... 3 Minimum System Requirements... 5 Package Contents... 5 Device Overview...

More information

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 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

More information

WUA-0605 300Mbps Wireless USB Network Adapter

WUA-0605 300Mbps Wireless USB Network Adapter WUA-0605 300Mbps Wireless USB Network Adapter User Manual V1.0 Certification FCC CE FCC Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant

More information

How To Set up and Configure the WNA-100 Wireless Network Adapter

How To Set up and Configure the WNA-100 Wireless Network Adapter How To Set up and Configure the WNA-100 Wireless Network Adapter Section 1: Set up and Connect the Adapter to a Computer, Then Configure the Computer to Communicate With the Adapter Before the adapter

More information

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE

BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE BASIC INSTRUCTIONS TO CONFIGURE ZYXEL P8701T CPE USING THE WEB INTERFACE 12/11/2012 Index 1 INTRODUCTION... 1-1 2 FACTORY DEFAULT SETTINGS... 2-1 3 CPE BASIC OPERATIONS... 3-1 3.1 PASSWORD MODIFICATION...

More information

STEP III: Enable the Wireless Network Card

STEP III: Enable the Wireless Network Card How do I configure the wireless printer without a network cable and install the printer driver in Macintosh OS X? NOTE: For successful wireless setup, you MUST know your network security settings. STEP

More information

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. USB Network Adapter with RangeBooster. User Guide WIRELESS WUSB54GR. Model No.

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. USB Network Adapter with RangeBooster. User Guide WIRELESS WUSB54GR. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G USB Network Adapter with RangeBooster User Guide Model No. WUSB54GR Copyright and Trademarks Specifications are subject to change without

More information

Table of Contents. Table of Contents

Table of Contents. Table of Contents Table of Contents Product Overview...4 Package Contents...4 System Requirements... 4 Introduction...5 Features... 7 Hardware Overview...8 Connections... 8 LEDs... 9 WPS LED/Button... 10 Installation...11

More information

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A

1-Port Wireless USB 2.0 Print Server Model # APSUSB201W. Quick Installation Guide. Ver. 2A 1-Port Wireless USB 2.0 Print Server Model # APSUSB201W Quick Installation Guide Ver. 2A Section 1 Step 1Connect one end of the Ethernet cable to the RJ-45 port of the Print Server and attach the other

More information

ATC-2000WF User s Manual

ATC-2000WF User s Manual ATC-2000WF User s Manual The software described in this manual is furnished under a license agreement and may be used only in accordance with the terms of that agreement. Copyright Notice Copyright 2007

More information

Configuring the WT-4 for ftp (Infrastructure Mode)

Configuring the WT-4 for ftp (Infrastructure Mode) Introduction En Configuring the WT-4 for ftp (Infrastructure Mode) This document provides basic instructions on configuring the WT-4 wireless transmitter and a ftp server for transmission over an infrastructure

More information

Wireless N 300 Mini USB Adapter. Model # AWLL6086 User s Manual. Rev. 1.0

Wireless N 300 Mini USB Adapter. Model # AWLL6086 User s Manual. Rev. 1.0 Wireless N 300 Mini USB Adapter Model # AWLL6086 User s Manual Rev. 1.0 Table of Contents 1. Introduction...2 1.1 Package Contents...2 1.2 Features...2 2. Install the Wireless Adapter...3 3. Install the

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your Wireless-G Router Model WGR614v9. You can access these features by selecting the items under

More information

Conceptronic 150N Wireless LAN Access Point User s Manual Version: 1.0

Conceptronic 150N Wireless LAN Access Point User s Manual Version: 1.0 Conceptronic 150N Wireless LAN Access Point User s Manual Version: 1.0 Contents Chapter I: Product Information 2 1-1. Product introduction 2 1-2. Safety Information 3 1-3. Package Contents 3 1-4. Familiar

More information

Configuration Manual English version

Configuration Manual English version Configuration Manual English version Frama F-Link Configuration Manual (EN) All rights reserved. Frama Group. The right to make changes in this Installation Guide is reserved. Frama Ltd also reserves the

More information

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2

Ethernet Interface Manual Thermal / Label Printer. Rev. 1.01 Metapace T-1. Metapace T-2 Metapace L-1 Metapace L-2 Ethernet Interface Manual Thermal / Label Printer Rev. 1.01 Metapace T-1 Metapace T-2 Metapace L-1 Metapace L-2 Table of contents 1. Interface setting Guiding...3 2. Manual Information...4 3. Interface

More information

Golden N Wireless Mini USB Adapter. Model # AWLL6075 User s Manual. Rev. 1.2

Golden N Wireless Mini USB Adapter. Model # AWLL6075 User s Manual. Rev. 1.2 Golden N Wireless Mini USB Adapter Model # AWLL6075 User s Manual Rev. 1.2 Table of Contents 1. Introduction...2 1.1 Package Contents...2 1.2 Features...2 2. Install the Wireless Adapter...3 3. Connect

More information

Configuring the WT-4 for ftp (Ad-hoc Mode)

Configuring the WT-4 for ftp (Ad-hoc Mode) En Configuring the WT-4 for ftp (Ad-hoc Mode) Mac OS X Introduction This document provides basic instructions on configuring the WT-4 wireless transmitter and a Mac OS X (10.5.2) ftp server for transmission

More information

NBG2105. User s Guide. Quick Start Guide. Wireless Mini Travel Router. Default Login Details. Version 1.00 Edition 1, 11/2012

NBG2105. User s Guide. Quick Start Guide. Wireless Mini Travel Router. Default Login Details. Version 1.00 Edition 1, 11/2012 NBG2105 Wireless Mini Travel Router Version 1.00 Edition 1, 11/2012 Quick Start Guide User s Guide LAN IP Address Default Login Details 192.168.1.1 (Router Mode) 192.168.1.2 (Other Modes) Passwordwww.zyxel.com

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

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

More information

Network User s Guide

Network User s Guide Network User s Guide Multi-Protocol On-board Ethernet Print Server and Wireless Print Server This Network User's Guide provides useful information on wired and wireless network settings and security settings

More information

Quick Start Guide. WRV210 Wireless-G VPN Router with RangeBooster. Cisco Small Business

Quick Start Guide. WRV210 Wireless-G VPN Router with RangeBooster. Cisco Small Business Quick Start Guide Cisco Small Business WRV210 Wireless-G VPN Router with RangeBooster Package Contents WRV210 Router Ethernet Cable Power Adapter Product CD-ROM Quick Start Guide Welcome Thank you for

More information

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless (IEEE 802.11b/g) Ethernet Multi-function Print Server

NETWORK USER S GUIDE. Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless (IEEE 802.11b/g) Ethernet Multi-function Print Server Multi-Protocol On-board Ethernet Multi-function Print Server and Wireless (IEEE 802.11b/g) Ethernet Multi-function Print Server NETWORK USER S GUIDE Please read this manual thoroughly before using this

More information

Version 1.01 28/08/2014. User Manual. DAP-1665 Wireless AC1200 Dual Band Access Point DAP-1665

Version 1.01 28/08/2014. User Manual. DAP-1665 Wireless AC1200 Dual Band Access Point DAP-1665 Version 1.01 28/08/2014 User Manual DAP-1665 Wireless AC1200 Dual Band Access Point DAP-1665 Preface D-Link reserves the right to revise this publication and to make changes in the content hereof without

More information

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

TCP/IP Converter DDS EX-9132 Operation Manual for 8051 Series TCP/IP Converter DDS 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

Network User s Guide

Network User s Guide Network User s Guide Multi-Protocol On-board Ethernet Print Server and Wireless Ethernet Print Server This Network User's Guide provides useful information on wired and wireless network settings and security

More information

CONNECTING THE RASPBERRY PI TO A NETWORK

CONNECTING THE RASPBERRY PI TO A NETWORK CLASSROOM CHALLENGE CONNECTING THE RASPBERRY PI TO A NETWORK In this lesson you will learn how to connect the Raspberry Pi computer to a network with both a wired and a wireless connection. To complete

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

User s Guide. High Power Wireless-N 600mW Gigabit Dual Band Repeater SR20000G

User s Guide. High Power Wireless-N 600mW Gigabit Dual Band Repeater SR20000G User s Guide High Power Wireless-N 600mW Gigabit Dual Band Repeater SR20000G CONTENTS INTRODUCTION... 2 GETTING STARTED... 3 Package Contents... 3 LED Indicators... 4 Back Panel Description... 5 SETUP

More information

Using the Control Panel for Wireless Network Installation. WorkForce 600 Series Artisan 700 Series

Using the Control Panel for Wireless Network Installation. WorkForce 600 Series Artisan 700 Series Using the Control Panel for Wireless Network Installation WorkForce 600 Series Artisan 700 Series Before You Begin Make sure you installed ink cartridges and loaded paper in the printer as described on

More information

Long-Range 500mW IEEE 802.11g Wireless USB Adapter. User's Guide

Long-Range 500mW IEEE 802.11g Wireless USB Adapter. User's Guide Long-Range 500mW IEEE 802.11g Wireless USB Adapter User's Guide TABLE OF CONTENTS OVERVIEW... 4 UNPACKING INFORMATION... 4 INTRODUCTION TO THE IEEE 802.11G WIRELESS USB ADAPTER... 5 Key Features...5 INSTALLATION

More information

User s Guide. High Power 700mW Dual Band AC Wi-Fi Range Extender REA20

User s Guide. High Power 700mW Dual Band AC Wi-Fi Range Extender REA20 User s Guide High Power 700mW Dual Band AC Wi-Fi Range Extender REA20 CONTENTS INTRODUCTION... 2 GETTING STARTED... 3 LED Indicators... 4 Back Panel Description... 5 SETUP GUIDE... 6 Welcome to the Dashboard...

More information

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide

xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide xpico Wi-Fi Embedded Device Server Evaluation Kit Quick Start Guide Part Number 900-685 Revision A June 2013 Copyright and Trademark Contacts 2013 Lantronix, Inc.. All rights reserved. No part of the contents

More information

Movie Cube. User s Guide to Wireless Function

Movie Cube. User s Guide to Wireless Function Movie Cube User s Guide to Wireless Function Table of Contents 1. WLAN USB Adapter Connection...3 2. Wireless Setup...4 2.1 Infrastructure (AP)...5 2.2 Peer to Peer (Ad Hoc)...7 2.3 Settings for PC...8

More information

Table of Contents. Wireless Security...40 What is WEP?...40 Configure WEP...41 What is WPA?...42 Configure WPA-PSK (Personal)... 43.

Table of Contents. Wireless Security...40 What is WEP?...40 Configure WEP...41 What is WPA?...42 Configure WPA-PSK (Personal)... 43. Table of Contents Table of Contents Product Overview...4 Package Contents...4 System Requirements... 4 Introduction...5 Features... 6 Hardware Overview...7 Connections... 7 LEDs...8 Configuration...9 Web-based

More information

SATO Network Interface Card Configuration Instructions

SATO Network Interface Card Configuration Instructions SATO Network Interface Card Configuration Instructions Table of Contents 1. Reset of wired/wireless interface card... 3 2. Installing the All-In-One Utility (recommended)... 4 3. Configuring wired/wireless

More information

Chapter1. Interface Introduction

Chapter1. Interface Introduction Robustel GoRugged R3000 Quick Guide Chapter1. Interface Introduction 1.1 LED Indicators After inserting the SIM card into the router and power on, the LED indicators status should be as follow when work

More information

ICP DAS WF-2571 FAQ. FAQ Version 1.0. ICP DAS Co., Ltd. 2014-12-23

ICP DAS WF-2571 FAQ. FAQ Version 1.0. ICP DAS Co., Ltd. 2014-12-23 ICP DAS WF-2571 FAQ FAQ Version 1.0 ICP DAS Co., Ltd. 2014-12-23 Table of Contents Q1: WF-2571 doesn t work at Ad-Hoc mode. What should I do?... 3 Q2: WF-2571 doesn t work at AP mode. What should I do?...

More information

Network Installation Guide

Network Installation Guide Network Installation Guide Before You Begin Make sure you installed ink cartridges and loaded paper as described on the Start Here sheet. Then follow the instructions in this guide to set up the printer

More information

Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc

Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc Setting up Digi Connect Wi-SP or Digi ConnectPort TS W Devices On a Secured Wireless Network for use with Veriteq viewlinc Contents Before You Start the Installation...2 Introduction...2 Veriteq vnet and

More information

TL-WA830RE 300Mbps Wireless N Range Extender

TL-WA830RE 300Mbps Wireless N Range Extender 300Mbps Wireless N Range Extender Rev: 1.0.0 1910010538 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. is a registered trademark of TP-LINK TECHNOLOGIES CO., LTD. Other brands

More information

Unified Access Point Administrator's Guide

Unified Access Point Administrator's Guide Unified Access Point Administrator's Guide Product Model: DWL-3600AP DWL-6600AP DWL-8600AP Unified Wired & Wireless Access System Release 2.0 November 2011 Copyright 2011. All rights reserved. November

More information

EW-7438RPn V2 User Manual

EW-7438RPn V2 User Manual EW-7438RPn V2 User Manual 09-2013 / v1.0 CONTENTS I. Product Information... 1 I-1. Package Contents... 1 I-2. System Requirements... 1 I-3. LED Status... 1 I-4. Hardware Overview... 3 I-5. Safety Information...

More information

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. User Guide. Access Point with Power Over Ethernet WIRELESS WAP54GP. Model No.

A Division of Cisco Systems, Inc. GHz 2.4 802.11g. Wireless-G. User Guide. Access Point with Power Over Ethernet WIRELESS WAP54GP. Model No. A Division of Cisco Systems, Inc. GHz 2.4 802.11g WIRELESS Wireless-G Access Point with Power Over Ethernet User Guide Model No. WAP54GP Copyright and Trademarks Specifications are subject to change without

More information

Chapter 3 Management. Remote Management

Chapter 3 Management. Remote Management Chapter 3 Management This chapter describes how to use the management features of your ProSafe 802.11a/g Dual Band Wireless Access Point WAG102. To access these features, connect to the WAG102 as described

More information

Chapter 6 Using Network Monitoring Tools

Chapter 6 Using Network Monitoring Tools Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Wireless-N Gigabit Router WNR3500. You can access these features by selecting the items

More information

DSA-1000 / PRT-1000 Device Server / Thermal Printer

DSA-1000 / PRT-1000 Device Server / Thermal Printer LevelOne DSA-1000 / PRT-1000 Device Server / Thermal Printer User Manual V2.0 TABLE OF CONTENTS 1. INTRODUCTION...- 3-2. DEVICE OVERVIEW...- 7-3. HARDWARE SETUP...- 10-4. SYSTEM CONFIGURATION...- 12 -,

More information

Wireless LAN Access Point. IEEE 802.11g 54Mbps. User s Manual

Wireless LAN Access Point. IEEE 802.11g 54Mbps. User s Manual Wireless LAN Access Point IEEE 802.11g 54Mbps User s Manual Table of Contents Chapter 1 Introduction... 1 1.1 Package Contents...2 1.2 Features...2 1.3 Specifications...2 1.4 Physical Description...3 Chapter

More information

Wi-Fi Settings Guide. Model No. SP 212/SP 213 Series

Wi-Fi Settings Guide. Model No. SP 212/SP 213 Series Wi-Fi Settings Guide Model No. SP 212/SP 213 Series Introduction There are two wireless LAN modes: infrastructure mode for connection through an access point and ad-hoc mode for establishing direct connection

More information

Network Installation Guide. WorkForce 600 Series Artisan 700 Series Artisan 800 Series

Network Installation Guide. WorkForce 600 Series Artisan 700 Series Artisan 800 Series Network Installation Guide WorkForce 600 Series Artisan 700 Series Artisan 800 Series Before You Begin Make sure you installed ink cartridges and loaded paper as described on the Start Here poster. Then

More information

Configuring the WT-4 for Upload to a Computer (Ad-hoc Mode)

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

More information

User Guide. E-Series Routers

User Guide. E-Series Routers User Guide E-Series Routers Table of Contents Table of Contents Product overview E900/E1200/E1500/E2500/E3200 1 Back view 1 Bottom view 1 E4200 2 Top view 2 Back view 2 Setting Up Your E-Series Router

More information

ZyAIR G-2000 Plus 802.11g Wireless 4-port Router Quick Start Guide

ZyAIR G-2000 Plus 802.11g Wireless 4-port Router Quick Start Guide ZyAIR G-2000 Plus 802.11g Wireless 4-port Router Quick Start Guide Version 3.60 3/2005 Table of Contents 1 Introducing the ZyAIR... 3 2 Hardware Connections... 4 2.1 Side Panel and Connections... 4 2.2

More information

WL-5450AP & WL-5460AP Wireless Access Point. User s Guide

WL-5450AP & WL-5460AP Wireless Access Point. User s Guide WL-5450AP & WL-5460AP Wireless Access Point User s Guide 1 FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the

More information

How to configure your Thomson SpeedTouch 780WL for ADSL2+

How to configure your Thomson SpeedTouch 780WL for ADSL2+ How to configure your Thomson SpeedTouch 780WL for ADSL2+ Connecting up your router This guide assumes that you have successfully: unpacked your router connected it up to your phone socket using the DSL

More information

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC

More information

Wireless-N Range Extender. User Manual

Wireless-N Range Extender. User Manual Wireless-N Range Extender User Manual Version A1.0, June 19, 2012 Preface This manual provides information related to the installation and operation of this Wireless-N Range Extender. The individual reading

More information