RN-WIFLY-EVAL-UM. WiFly Evaluation Kit Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL
|
|
|
- Diana Payne
- 9 years ago
- Views:
Transcription
1 WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL
2 OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits, which contain the hardware you need to evaluate the RN-171 or RN-131 WiFly b/g modules. The RN-171 and RN-131 WiFly modules are mounted to evaluation boards. Each board contains status LEDs, connections for the programmer and UART interfaces, a voltage regulator, and easy access to GPIO pins. You can use the evaluation kits to configure and program the WiFly module using the command interface, create connections, and transfer data. The command interface is made up of simple ASCII commands. See Resources & Related Documents on page 13 for information on available documentation. Evaluation Kit The evaluation kits include the hardware required to connect the evaluation board to your computer. See Table 1 for information on which hardware is provided with each kit. Additionally, Appendix A provides photographs and detailed information on each kit s contents. To evaluate the module on the evaluation board, you need a computer with a USB port running the Microsoft Windows or Mac OS-X operating system. NOTE: Before beginning your evaluation, you may need to install the driver for the USB cable. You can download the drivers (as well as other tools and utilities) from the Roving Networks website at Table 1. Evaluation Kit Hardware, Note (1) Hardware RN-131-EK RN-171-EK Evaluation board Contains the WiFly module and connectors. For RN-131 module For RN-171 module USB cable Links your computer to the evaluation board. Battery pack Provides power to the evaluation board (requires 2 AA batteries). PCB trace antenna Trace antenna included on the PCB. On-board chip antenna and U.FL. Notes: The PCB includes an on-board chip antenna and a U.FL. connector. 1. See Appendix A: Legacy Evaluation Kits on page 14 for more information on evaluation boards that use a serial cable. Figure 1 shows the RN-131-EK evaluation board and pin information. Table 2 describes the LED indicators. Version 1.32r 10/9/2012 2
3 Figure 1. RN-131-EK Evaluation Board LED Indicators USB Connector UART Interface (J3) AP/WPS/Factory Reset Pushbutton (GPIO9) Sensor Interface (J1) Reset Pushbutton UART Interface (J3) RX - input to evaluation board TX - output from evaluation board Pin VDC output 2 GND 3 UART RX 4 UART TX 5 UART RTS 6 UART CTS 7 GPIO4 8 GPIO5 9 GPIO6 10 GPIO7 11 GPIO8 12 GPIO9 13 Reset Pin Sensors (J1) Sensor Power 2 Sensor 4 (3.3-V tolerant) 3 Sensor 5 (3.3-V tolerant) 4 Sensor 7 (1.2 V only) 5 Sensor 5 (1.2 V only) 6 Sensor 4 (1.2 V only) 7 Sensor 6 (1.2 V only) 8 Sensor 3 (1.2 V only) 9 GND WARNING: Sensors must not have more than 1.2-V DC. Otherwise, the module may be permanently damaged. Table 2. RN-131-EK Evaluation Board LED Indicators Condition Blue LED Red LED Yellow LED Green LED On solid Unused - - Connected over TCP Fast blink Unused Not associated Rx/Tx data transfer No IP address Slow blink Unused Associated, no Internet - IP address OK Off Unused Associated, Internet OK - - Figure 2 shows the RN-171-EK evaluation board and pin information. Table 3 describes the LED indicators. Version 1.32r 10/9/2012 3
4 Figure 2. RN-171-EK Evaluation Board LED Indicators PCB Trace Antenna UART Interface (J4) AP/WPS/Factory Reset Pushbutton (GPIO9) Sensor Interface (J5) Reset Pushbutton Sensor Interface (J5) Pin 1 Sensor Power 2 Sensor 4 (3.3-V tolerant) 3 Sensor 5 (3.3-V tolerant) 4 Sensor 7 (1.2 V only) 5 Sensor 5 (1.2 V only) 6 Sensor 4 (1.2 V only) 7 Sensor 6 (1.2 V only) 8 Sensor 3 (1.2 V only) 9 GND WARNING: Voltage on pins marked 1.2 V Only should not exceed 1.2 V or permanent damage will occur. UART Interface (J4) RX - input to evaluation board TX - output from evaluation board Pin VDC Output 2 GND 3 UART RX 4 UART TX 5 UART RTS 6 UART CTS 7 GPIO4 8 GPIO5 9 GPIO6 10 GPIO7 11 GPIO8, (1) 12 GPIO9 13 RESET Note: 1. The RN-171 module drives GPIO8 HIGH on powerup, which overrides software configured powerup values, such as set sys value 0x0000 on GPIO8. Version 1.32r 10/9/2012 4
5 Table 3. RN-171-EK Evaluation Board LED Indicators Condition Blue LED Red LED Yellow LED Green LED On solid Not used - - Connected over TCP Fast blink Not used Not associated Rx/Tx data transfer No IP address Slow blink Not used Associated, no Internet - IP address OK Off Not used Associated, Internet OK - - HARDWARE SETUP To set up the evaluation hardware, perform the following steps: 1. Provide power to the board: RN-131-EK The USB cable supplies power to the board. RN-171-EK Insert 2 AAA batteries into the battery pack. Alternatively, the USB cable can supply power to the board. 2. Connect the USB cable to a USB port on your computer and to the USB connector on the evaluation board. Windows should automatically install the drivers for the cable. If it does not, download and install the FTDI drivers from the Support page on the Roving Networks website at Note the COM port to which you have attached the cable. Figure 3 shows the completed hardware setup for the evaluation boards. Figure 3. Hardware Setup RN-131-EK Evaluation Board Hardware Setup RN-171-EK Evaluation Board Hardware Setup Version 1.32r 10/9/2012 5
6 CONFIGURATION The WiFly module operates in two modes: data mode (default) and command mode. While in data mode, the WiFly module is essentially a data pipe. When the module receives data over Wi-Fi, it strips the TCP/IP headers and trailers and passes the user data to the UART. When data is written to the UART, the module constructs the TCP/IP packet and sends it out over Wi-Fi. Thus, the entire process of sending/receiving data to the host is transparent to the end microprocessor. See Figure 4. Figure 4. Data & Command Modes Host User Data A B UART WiFly Module Wi-Fi Interface Wi-Fi A B $$$ $$$ Command Mode By default, the module is in data mode. Sending the escape sequence $$$ causes the module to enter command mode. Once in command mode, you can configure the WiFly device using simple ASCII commands. To exit command mode and return to data mode, type exit <cr>. Basic configuration only requires the wireless network access point s name (SSID) and authentication password. The WiFly module can only associate with one network at a time. Roving Networks recommends that you begin your evaluation by configuring the WiFly module using an open access point to simplify the setup. There are two ways to configure the WiFly module: Over the UART, which is connected to a computer or microprocessor Via Wi-Fi using ad hoc networking You need a terminal emulator to complete the setup. NOTE: Roving Networks suggests using either the TeraTerm (Windows OS) or CoolTerm (Mac OS-X) terminal emulator program. Configuration Using a Cable The RN-131-EK and RN-171-EK boards use a USB cable to allow your computer to communicate with the WiFly module on your evaluation board. The following instructions describe how to use a terminal emulator to go into configuration mode, send commands to find networks, associate with an access point, and save your configuration. Version 1.32r 10/9/2012 6
7 Configure the Module Using a Terminal Emulator To communicate with the module using a terminal emulator, perform the following steps: 1. Determine the COM port that was assigned to the USB cable. If you do not know the COM port number, you can find it using the Windows Device Manager, which is in the system tools. In the Device Manager, browse and expand the selection for Ports (COM & LPT). In the example shown in Figure 5, the port is COM9. For OS-X, if you are using CoolTerm, you can view and select the port from within the application. NOTE: Legacy evaluation boards use a USB-to-serial cable. If you are using one of these boards, use the COM port to which the USB-to-serial cable is attached. 2. Open your terminal emulation program. 3. Specify the COM port. If you are using TeraTerm, select Serial and choose the COM port number from the Port dropdown list box. NOTE: The default serial port setting for the WiFly module is 9600 baud, 8 bits, no parity, and 1 stop bit. Figure 5. Finding the COM Port Number in Windows Version 1.32r 10/9/2012 7
8 Enter Command Mode To enter command mode, perform the following steps in the terminal emulator: 1. Type $$$. You must type $$$ together quickly with no additional characters before or after them. The module replies with CMD to indicate it is in command mode. 2. Type show net <cr> to display the current network settings. NOTE: When a command completes, the terminal displays a prompt in the format <X.XX> where X.XX indicates the module s firmware version. In Figure 6, the version is Figure 6. Show Current Network Settings Example COM Port Setting To issue commands to the module, you send a keyword followed by optional parameters. Commands are case sensitive, and you cannot use spaces in parameters. Use a $ to indicate a space, e.g., MY NETWORK should be written as MY$NETWORK. Additionally, you can use shorthand for the parameters. For example, the following commands are equivalent: set uart baudrate set uart b set u b NOTE: You cannot use shorthand for command keywords. For example, s uart baudrate is illegal. The WiFly module supports a variety of command keywords. The Advanced User Manual, which is available on the Support page of the Roving Networks website, provides a complete command reference. For evaluation purposes, you may view the current settings using the get command; get everything shows all parameters. Table 4 shows additional parameters for the set and get commands. Version 1.32r 10/9/2012 8
9 Table 4. Basic set & get Parameters Parameter adhoc broadcast comm dns ftp ip option sys time uart wlan Function Controls the ad hoc parameters. Controls the broadcast hello/heartbeat UDP message. Communication and data transfer, matching characters. DNS host and domain. FTP host address and login information. IP settings. Optional and infrequently used parameters. System settings, such as sleep and wake timers. Realtime clock settings. Serial port settings, such as baud rate and parity. Wireless interface, such as SSID, channel, and security options. Find Available Networks Once you are in command mode, you can instruct the WiFly module to search for available networks. Type scan <cr> in the terminal emulator to view a list of Wi-Fi networks within range. See Figure 7. Figure 7. Scan for Networks Associate with an Access Point You use the join keyword to associate with an open access point. As shown in the scan list, roving1 is an open access point. To associate with an access point, type the following commands (refer back to Figure 7): join roving1 or join # 1 Version 1.32r 10/9/2012 9
10 To disconnect from a network, type leave <cr>. The red LED blinks quickly when the WiFly module is not associated with an access point. If you want the module to associate with a network automatically upon booting (i.e., persistent configuration), use the set wlan command with the SSID name. For example, type: set wlan ssid roving1 save reboot When the module wakes or power cycles, the module attempts to associate with the network roving1. To associate with a secure network you must also include the network password. The WiFly module determines the security type automatically. In this case, type: set wlan ssid roving1 set wlan pass rubygirl save reboot See Figure 8. You can confirm the security settings by typing get wlan <cr>. Figure 8. Connect to a Secure Network Configuration Using Ad Hoc Mode You can configure the WiFly module over the air via an ad hoc network. Ad hoc networks are useful for point-to-point communication. In ad hoc mode, the WiFly appears as an access point with which other Wi-Fi devices can associate. You can turn on ad hoc mode using hardware or software configuration. NOTE: The WiFly module only supports the OPEN mode for ad hoc networks. Version 1.32r 10/9/
11 Enable Ad Hoc Mode via Hardware To enable ad hoc mode using hardware, set GPIO9 high (3.3 V) at power up. For the RN-134 board, GPIO9 is on pin 1 on the jumper block (J2). For the RN-174 board, GPIO9 is on the J6 connector. Upon power up with GPIO9 high, the WiFly module creates an ad hoc network with the following settings: SSID: WiFly-GSX-XX, where XX is the final two bytes of the device s MAC address IP address: Enable Ad Hoc Mode via Software To enable ad hoc mode in software, you use the set wlan command with the join, ssid, and chan parameters. For example, type the following commands in command mode: set wlan join 4 set wlan ssid my_adhoc_network set wlan chan 1 Set the WiFly module s IP address and netmask. Because automatic IP assignment fixes the first two bytes of the IP address, use as the netmask so that other devices connecting to the module can be reached. You can also set the netmask to a smaller subnet if the other device s IP addresses begin statically at the same subnet as the ad hoc device. set ip address set ip netmask Turn off DHCP so that the module does not attempt to obtain an IP address from another device. set ip dhcp 0 Save your configuration and reboot. The module will be in ad hoc mode. See Figure 9. Figure 9. Enable Ad Hoc Network Mode Version 1.32r 10/9/
12 Associate with an Ad Hoc Network The WiFly module can associate with an ad hoc network created by another device. Type the commands: set wlan ssid my_adhoc_network save reboot To associate with an ad hoc network without saving the changes to the module s flash memory, use the join command, e.g., join my_adhoc_network <cr>. If DHCP is enabled, the WiFly device obtains an IP address automatically when it associates with the ad hoc network. By definition, auto IP sets the first two bytes of the subnet to xxx.xxx. The WiFly device requires 2 to 3 seconds to resolve the IP address. To set the IP address statically, disable DHCP and explicitly assign the IP address: set ip dhcp 0 set ip address You can confirm that the device has properly associated with the ad hoc network using the ping keyword: ping Associate with the WiFly Module over an Ad Hoc Network from a Computer You can associate with the ad hoc network from a computer by specifying the network name (and password, if required) in the operating system. For example, choose Control Panel > Networking and Sharing > Networking and Sharing Center (Windows Vista) or Control Panel > Network Connections (Windows XP). You can then view available networks and select the name of the WiFly ad hoc network. NOTE: Once associated with the ad hoc network, Windows Vista may require a few minutes to allocate an IP address. To work around this issue, assign a static IP address under Network Settings > TCP/IP > Properties. Once your computer is associated with the ad hoc network, you can use the WiFly module s IP address to open a connection or connect using telnet as you would with an enterprise connection. NOTE: The WiFly module does not support ad hoc and infrastructure network modes simultaneously. Once you have associated with the other network, you can telnet into the WiFly module to configure it. Open the telnet connection using port NEXT STEPS Once you have set up the evaluation kit hardware and have gone through your initial evaluation using the instructions in this user guide, refer to the labs in the WiFly Training Presentation to get started developing applications. Version 1.32r 10/9/
13 RESOURCES & RELATED DOCUMENTS For more information, refer to the following sources, which are available on the Support page on the Roving Networks website at RN-171 Data Sheet RN-131 Data Sheet WiFly Command Reference, Advanced Features & Applications User Manual WiFly Training Presentation Drivers, tools, and utilities EVALUATION KIT CONTENTS & ORDERING INFORMATION Table 5 shows the evaluation kit contents and ordering information. Table 5. Evaluation Kit Contents Kit Photo RN-131-EK Contents RN-131-EK: Evaluation board for the RN-131 module USB cable RN-171-EK RN-171-EK: Evaluation board for the RN-171 module USB cable Version 1.32r 10/9/
14 APPENDIX A: LEGACY EVALUATION KITS This appendix provides specifications for legacy Roving Networks evaluation kits. Table 6 provides an overview of the kits. Table 6. Evaluation Kit Hardware Hardware RN-131G-EVAL RN-134-K RN-174-K Evaluation board USB-to-serial cable Null modem 10-pin serial cable 9-V battery clip Contains the WiFly module and connectors. Links your computer to the evaluation board. Contains the Prolific chipset. Connects the 10-pin serial cable to the USB-to-serial cable. Connects from the board s RS-232 header to a DB9 connector. Provides power to the evaluation board (requires a battery). For RN-131 module Antenna cable U.FL and reverse SMA connectors. 4 dipole antenna Reverse SMA connector. For RN-131 module For RN-171 module Figure 10 shows the RN-134 evaluation board and pin information. Table 7 describes the LED indicators. Version 1.32r 10/9/
15 Figure 10. RN-134 Evaluation Board LED Indicators Jumper Block (J2) RS-232 Interface (J1) UART Interface (J3) Sensors (J4) Power (J5) RS-232 Interface (J1) RX - input to evaluation board TX - output from evaluation board Pin 1 No connect 2 RS RS No connect 5 GND 6 No connect 7 RS RS to 12 VDC input 10 No connect Pin Power (J5) to 12 VDC 2 GND UART Interface (J3) RX - input to evaluation board TX - output from evaluation board Pin VDC output 2 GND 3 UART RX 4 UART TX 5 UART RTS 6 UART CTS 7 GPIO4 8 GPIO5 9 GPIO6 10 GPIO7 11 GPIO8 12 GPIO9 13 Reset NOTE: The labels on the board for RX and TX are incorrect. Pin Sensors (J4) 1 Sensor PWR 2 Resistor network to Sensor 4 3 Resistor network to Sensor 4 4 Sensor 7 5 Sensor 4 6 Sensor 5 7 Sensor 6 8 GND WARNING: Sensors must not have more than 1.2-V DC. Otherwise, the module may be permanently damaged. Pins Jumper Block (J2) Ad hoc mode and factory reset 2 Config 1 3 Config 2 4 Config Version 1.32r 10/9/
16 Table 7. RN-134 Evaluation Board LED Indicators Condition Blue LED Red LED Yellow LED Green LED On solid Power On - - Connected over TCP Fast blink - Not associated Rx/Tx data transfer No IP address Slow blink - Associated, no Internet - IP address OK Off No Power Associated, Internet OK - - Figure 11 shows the RN-174 evaluation board and pin information and Table 3 describes the LED indicators. Version 1.32r 10/9/
17 Figure 11. RN-174 Evaluation Board (Part 1 of 2) LED Indicators Power Select Jumper (J4) Pull Up/ Down (J2) Power (J7) PCB Trace Antenna Factory Reset/ Ad Hoc Mode (J6) ISP Connector (J5) GPIO Interface TTL Signals (J8) Sensor Interface (J1) RS-232 Interface (J3) RS-232 Interface (J3) RX - input to evaluation board TX - output from evaluation board Pin No connect 2 RS-232 TX 3 RS-232 RX 4 No connect 5 GND 6 No connect 7 RS-232 RTS 8 RS-232 CTS 9 External DC 2 to 3.3 V or 5 to 12 V (see J7) 10 No connect Power Select Jumper (J4) High-Voltage Mode (Default). The board is powered by a source up to 12 V DC. Low-Voltage Mode. The board is powered by 2.0- to 3.3-V DC only. External Power Mode. Used when powering the board with regulated 3.3-V DC power. 1 GPIO Interface TTL Signals (J8) RX - input to evaluation board TX - output from evaluation board Pin VDD 2 GND 3 UART RX 4 UART TX 5 GPIO4 6 GPIO5 7 GPIO6 8 GPIO7 9 GPIO8 (1) 10 GPIO9 11 UART CTS 12 UART RTS 13 RESET Pin Sensors (J1) 1 Sensor PWR 2 Sensor 4 (3.3-V tolerant) 3 Sensor 5 (3.3-V tolerant) 4 Sensor 7 (1.2 V only) 5 Sensor 5 (1.2 V only) 6 Sensor 4 (1.2 V only) 7 Sensor 6 (1.2 V only) 8 Sensor 3 (1.2 V only) 9 GND WARNING: Voltage on pins marked 1.2 V Only should not exceed 1.2 V or permanent damage will occur. Power (J7) Pin External DC 2 to 3.3 V or 5 to 12 V (see J4) 2 GND2 Pull Up/Down (J2) 3 2 Ad Hoc Mode/Factory Reset (J6) 1 Version 1.32r 10/9/
18 Figure 11. RN-174 Evaluation Board (Part 2 of 2) ISP Connector (J5) Note: Pin 1 GND VDD 3 DMA UART TX 4 UART RX 5 FORCE AWAKE 6 RESET 7 DMA UART RX 8 UART TX VDD 10 GND 11 GPIO9 12 GPIO4 13 GPIO5 14 GPIO6 15 GPIO8 16 Not Used 2. The RN-171 module drives GPIO8 HIGH on powerup, which overrides software configured powerup values, such as set sys value 0x0000 on GPIO8. Table 8. RN-174 Evaluation Board LED Indicators Condition Blue LED Red LED Yellow LED Green LED On solid Not used - - Connected over TCP Fast blink Not used Not associated Rx/Tx data transfer No IP address Slow blink Not used Associated, no Internet - IP address OK Off Not used Associated, Internet OK Version 1.32r 10/9/
19 RN-134 & RN-174 Hardware Setup To set up the RN-134 and RN-174 evaluation kit hardware, perform the following steps: 1. Provide power to the board by soldering the provided 9-battery clip wire to the board (J7) and attaching a 9-V battery to the clip. 2. Connect the 10-pin serial cable to the evaluation board (J3). When looking at the top of the board, the cable should extend away from the board. NOTE: If your computer has a DB9 connector, you can connect the 10-pin serial cable directly to it to complete setting up the hardware. The COM port in this case is COM1. 3. Connect the USB-to-serial cable to a USB port on your computer. Windows should automatically install the drivers for the cable. If it does not, download and install the Prolific drivers from the Support page on the Roving Networks website at Note the COM port to which you have attached the cable. 4. Connect the USB-to-serial cable to the 10-pin serial cable using the null modem. Figure 12 shows the completed hardware setup for the RN-134 and RN-174 evaluation boards. NOTE: By default, the WiFly module uses either the on-board chip antenna (RN-131G-EVAL and RN-134) or the PCB trace antenna (RN-174). If an antenna is included in your kit, you do not need to install it for the evaluation described in this document. Figure 12. Hardware Setup RN-134 Evaluation Board Hardware Setup RN-174 Evaluation Board Hardware Setup NOTE: Refer to Power (J5) Figure 10 (RN-134) and Power (J7) in Figure 11 (RN-174) for information on where to solder the wires. Version 1.32r 10/9/
20 Table 9 shows the evaluation kit contents and ordering information. Table 9. Legacy Evaluation Kit Contents Kit Photo RN-131G-EVAL Kit Contents RN-134: Evaluation board for RN-131 module RN-USB-SERIAL: USB-to-serial cable with male DB-9 connector RN-UFL-SMA-6: U.Fl-to-SMA connector cable RN-SMA-4-RP: 4" reverse antenna with SMA connector 10-way ribbon cable with male DB-9 termination Null modem Battery clip RN-134-K Kit RN-134: Evaluation board for RN-131 module RN-USB-SERIAL: USB-to-serial cable with male DB-9 connector 10 way ribbon cable with male DB-9 termination Null modem Battery clip RN-174-K Kit RN-174: Evaluation board for RN-171 module RN-USB-SERIAL: USB-to-serial cable with male DB-9 connector 10-way ribbon cable with male DB-9 termination Null modem Battery clip Version 1.32r 10/9/
21 NOTES: Version 1.32r 10/9/
22 Copyright 2012 Roving Networks. All rights reserved. Roving Networks is a registered trademark of Roving Networks. Apple Inc., iphone, ipad, itunes, Made for iphone are registered trademarks of Apple Computer. Roving Networks reserves the right to make corrections, modifications, and other changes to its products, documentation and services at any time. Customers should obtain the latest relevant information before placing orders and should verify that such information is current and complete. Roving Networks, Inc. 102 Cooper Court Los Gatos, CA (408) Roving Networks assumes no liability for applications assistance or customer s product design. Customers are responsible for their products and applications which use Roving Networks components. To minimize customer product risks, customers should provide adequate design and operating safeguards. Roving Networks products are not authorized for use in safety-critical applications (such as life support) where a failure of the Roving Networks product would reasonably be expected to cause severe personal injury or death, unless officers of the parties have executed an agreement specifically governing such use. Version 1.32r 10/9/
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
In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1
RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer
Bluetooth Serial Adapter
RN-BT-SRL-UM Bluetooth Serial Adapter 0 Roving Networks. All rights reserved. RN-BT-SRL-UM-.0 Version.0 //0 USER MANUAL RN-BT-SRL-UM-.0 OVERVIEW Roving Networks offers a variety of Bluetooth serial adapters
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
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
Wireless Communication With Arduino
Wireless Communication With Arduino Using the RN-XV to communicate over WiFi Seth Hardy [email protected] Last Updated: Nov 2012 Overview Radio: Roving Networks RN-XV XBee replacement : fits in the
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
WiFly Command Reference, Advanced Features & Applications User s Guide
WiFly Command Reference, Advanced Features & Applications User s Guide MODULES SUPPORTED: RN121 RN123 RN125 RN131 RN171 RN174 RN171XV 2013 Roving Networks. All rights reserved. RN-WIFLYCR-UG Version 1.2r
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
User Manual and Command Reference. 802.11 b/g wireless LAN Modules RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 RN-171, RN-174
User Manual and Command Reference 802.11 b/g wireless LAN Modules WIFLY GSX RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 WIFLY EZX RN-171, RN-174 Firmware Version 2.23 April 26 th 2011 Copyright
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
User Manual and Command Reference. 802.11 b/g Wireless LAN Modules RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 RN-171, RN-174, RN-XV
User Manual and Command Reference 802.11 b/g Wireless LAN Modules WIFLY GSX RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 WIFLY EZX RN-171, RN-174, RN-XV Firmware Version 2.31 January 1, 2012
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
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
User Manual and Command Reference. 802.11 b/g Wireless LAN Modules RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 RN-171, RN-174, RN-XV
User Manual and Command Reference 802.11 b/g Wireless LAN Modules WIFLY GSX RN-131G, RN-131C, RN-134, RN-121, RN-123 & RN-125, RN-370 WIFLY EZX RN-171, RN-174, RN-XV Firmware Version 2.30 October 26 th
T3 Mux M13 Multiplexer
T3 Mux M13 Multiplexer User Manual [Type the abstract of the document here. The abstract is typically a short summary of the contents of the document. Type the abstract of the document here. The abstract
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
Wifi Web Server Module w TF Socket User s Guide
Wifi Web Server Module w TF Socket User s Guide 2004-2010 Sure Electronics Inc. MB-CM14117_Ver1.0 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Table of Contents Chapter 1. Overview...1 1.1 Overview...
128KB RAM. 2.4 GHz TX/RX. Radio. 2.4 GHz ADC. Crypto accelerator. Sensor Interface
WiFly GSX 802.11G Module Features Qualified 2.4GHz IEEE 802.11b/g transceiver High throughput, 1Mbps sustained data rate with TCP/IP and WPA2 Ultra-low power - 4uA sleep, 40mA Rx, 210mA Tx (max) Small,
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
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
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
Chapter 1 Installing the Gateway
Chapter 1 Installing the Gateway This chapter describes how to set up the wireless voice gateway on your Local Area Network (LAN), connect to the Internet, and perform basic configuration. For information
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
Wireless Router Setup Manual
Wireless Router Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10082-02 2006-04 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear,
xpico Wi-Fi Embedded Device Server Evaluation Board Quick Start Guide
xpico Wi-Fi Embedded Device Server Evaluation Board Quick Start Guide Part Number 900-685 Revision B December 2014 Copyright and Trademark Contacts 2014 Lantronix, Inc.. All rights reserved. No part of
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...
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
AC1900, N900, and N450 WiFi Cable Data Gateways
AC1900, N900, and N450 WiFi Cable Data Gateways Models C6300BD, CG4500BD, and CG3000Dv2 User Manual March 2015 202-11434-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting
SecureLinx Spider Duo Quick Start Guide
SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo Quick Start Guide SecureLinx Spider Duo QUICK START GUIDE CONTENTS Overview... 2 What s In The Box... 3 Installation and Network Settings...
Bluetooth UART/RS232 Module
Introduction BLUEMORE600 is a professional, slim, wireless module ready for integration in brand new or existing electronic products. Based on CSR chipset BC03MM it s fully compatible for Serial Port profiles.
Bluetooth HID Profile
RN-WIFLYCR-UM-.01 RN-HID-UM Bluetooth HID Profile 2012 Roving Networks. All rights reserved. Version 1.0r 1/17/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW Roving Networks Bluetooth modules support
English version. LW320/LW321 Sweex Wireless 300N Router. Package Contents. Terminology list
LW320/LW321 Sweex Wireless 300N Router Do not expose the Sweex Wireless 300N Router to extreme temperatures. Do not place the device in direct sunlight or in the direct vicinity of heating elements. Do
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
Network Setup & Options
3.0 Network Setup & Options 3.3 TABLE OF CONTENTS 3.1 INTRODUCTION... 5 3.2 DISABLING NETWORK SECURITY SETTINGS... 6 3.2.1 Aftermarket Internet Security and Firewalls... 6 3.2.2 Windows Firewall... 6
LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server
Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and
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)
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
The GV-I/O Box 8 Ports provides 8 inputs and 8 relay outputs, and supports both DC and AC output voltages.
GV-I/O Box 8 Ports The GV-I/O Box 8 Ports provides 8 inputs and 8 relay outputs, and supports both DC and AC output voltages. Key Features 8 inputs and 8 outputs are provided. Up to 9 pieces of GV-I/O
ZyWALL 5. Internet Security Appliance. Quick Start Guide Version 3.62 (XD.0) May 2004
ZyWALL 5 Internet Security Appliance Quick Start Guide Version 3.62 (XD.0) May 2004 Introducing the ZyWALL The ZyWALL 5 is the ideal secure gateway for all data passing between the Internet and the LAN.
Digicom Remote Control for the SRT
Digicom Remote Control for the SRT To operate the SRT remotely, use Remote Desktop; this is available free for Linux, Mac OS-X (from Microsoft), and is included with Windows XP and later. As RD uses a
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
Setup Manual and Programming Reference. RGA Ethernet Adapter. Stanford Research Systems. Revision 1.05 (11/2010)
Setup Manual and Programming Reference Stanford Research Systems Revision 1.05 (11/2010) Certification Stanford Research Systems certifies that this product met its published specifications at the time
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
FLYPORT Wi-Fi 802.11G
FLYPORT Wi-Fi 802.11G System on module 802.11g WIFI - Infrastructure mode - softap mode - Ad hoc mode Microchip PIC 24F 16 bit processor Microchip MRF24WG0MA/MB - Native WiFi 802.11g transceiver - PCB
MODBUS TCP to RTU/ASCII Gateway. User s Manual
MODBUS TCP to RTU/ASCII Gateway User s Manual 1 INTRODUCTION... 1 1.1 FEATURES... 2 1.2 PRODUCT SPECIFICATIONS... 3 1.3 DEFAULT SETTINGS... 4 2 MAKING THE HARDWARE CONNECTIONS... 5 2.1 POWER CONNECTION...
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
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
USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6
KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly
WRE6505. User s Guide. Quick Start Guide. Wireless AC750 Range Extender. Default Login Details. Version 1.00 Edition 1, 4 2014
WRE6505 Wireless AC750 Range Extender Version 1.00 Edition 1, 4 2014 2.4G 5G Quick Start Guide User s Guide Default Login Details LAN IP Address 192.168.1.2 User Name admin www.zyxel.com Password 1234
AP6511 First Time Configuration Procedure
AP6511 First Time Configuration Procedure Recommended Minimum Configuration Steps From the factory, all of the 6511 AP s should be configured with a shadow IP that starts with 169.254.xxx.xxx with the
c. Securely insert the Ethernet cable from your cable or DSL modem into the Internet port (B) on the WGT634U. Broadband modem
Start Here Follow these instructions to set up your router. Verify That Basic Requirements Are Met Assure that the following requirements are met: You have your broadband Internet service settings handy.
Wireless Presentation System User s Manual
Wireless Presentation System User s Manual (Model Name: WPS-Dongle) Version: 3.0 Date: August 19, 2009 Table of Contents 1. Overview...3 2. Quick Start...4 3. Windows Client Utility...7 3.1 Starting Program...7
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL
TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL w w w. c d v g r o u p. c o m CA-ETHR-A: TCP/IP Module Installation Manual Page Table of Contents Introduction...5 Hardware Components... 6 Technical Specifications...
CP2110-EK CP2110 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup
CP2110 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2110 Evaluation Kit contains the following items: CP2110 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation
One Port Serial Server Users Manual Model ESP901, ESP901E
One Port Serial Server Users Manual Model ESP901, ESP901E Documentation Number: ESP901-2303 International Headquarters B&B Electronics Mfg. Co. Inc. 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350
XPort Universal Demo Board User Guide
XPort Universal Demo Board User Guide Part Number 900-563 Revision A September 2009 Copyright and Trademark Contacts 2009 Lantronix. All rights reserved. No part of the contents of this book may be transmitted
Bluetooth to Serial Adapter
Bluetooth to Serial Adapter Third Edition, Oct 2007 Version 3.0 771-BTS1009C3-001 Contents 1.0 Features....P.2 2.0 Package Content....P.2 3.0 Hard Drives Requirement.P.2 4.0 Specifications.P.3 5.0 Pin
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 -,
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.
The GV-I/O Box 16 Ports provides 16 inputs and 16 relay outputs, and supports both DC and AC output voltages.
GV-I/O Box 16 Ports The GV-I/O Box 16 Ports provides 16 inputs and 16 relay outputs, and supports both DC and AC output voltages. Key Features 16 inputs and 16 outputs are provided. Up to 9 pieces of GV-I/O
Please use only wired network connections to configure the router.
Note Please use only wired network connections to configure the router. Connect the WAN port on your Router to the Modem s LAN port with an Ethernet cable. Note If connecting the TL-WR543G to the WISP
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
Configuring the Beckhoff BK9000 Network Parameters
Configuring the Beckhoff BK9000 Network Parameters Section Title Page 1 Overview of Steps 1 2 Parts List 1 3 Required Software 1 4 Install Required Software 2 5 Configure Network Parameters 3 1 Overview
[USING THE NM150 WITH ADULTICIDING] July 13, 2015
Reason Adulticiding 3.5 includes support for the New Mountain NM150 Weather Station. Adulticiding fogger log point details include temperature, wind speed, and wind direction. These can be recorded from
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
GV-Data Capture V3 Series User's Manual
GV-Data Capture V3 Series User's Manual Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. 2006 GeoVision, Inc. All rights
Voice Over Internet Protocol (VoIP) Configuration
(VoIP) Configuration ENGINEERING REPORT No: 02-003 Introduction This report describes interfacing the IPCS VoIP Gateway Model EGW-902 to an ESTeem Model 192E Wireless Ethernet radio modem in a demonstration
Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield:
the following parts are needed to test the unit: Arduino UNO R3 Arduino Wifi shield And reciever 5V adapter Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the
USER GUIDE AC2400. DUAL BAND GIGABIT Wi Fi ROUTER. Model# E8350
USER GUIDE AC2400 DUAL BAND GIGABIT Wi Fi ROUTER Model# E8350 Table of Contents Product overview E8350..................................... 1 Setting Up Your E-Series Router Where to find more help.........................
IP SERIAL DEVICE SERVER
IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6
(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.
Serial to Ethernet module user manual 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:
Network Installation Guide. Artisan 810 Series
Network Installation Guide Artisan 810 Series 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
Dominion KX II-101-V2
Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the Dominion KX II-101-V2, the economical, full-featured, single-port digital KVM-over-IP device. For details on using the KX II-101-V2,
Debugging Network Communications. 1 Check the Network Cabling
Debugging Network Communications Situation: you have a computer and your NetBurner device on a network, but you cannot communicate between the two. This application note provides a set of debugging steps
How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The
1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...
Secure Ethernet Gateway SEG-1 and SEG-M for IEI Access Systems Installation Manual
Secure Ethernet Gateway SEG-1 and SEG-M for IEI Access Systems Installation Manual Section 1: Introduction SECURITY WARNING: New SEG's shipped after April 2008 will have Telnet setup option enabled by
User Manual. NetCom PRO/WLAN. Edition: April 2012
User Manual NetCom PRO/WLAN Edition: April 2012 Tel: +49 40 528 401 0 Fax: +49 40 528 401 99 Web: www.visionsystems.de Support: [email protected] The software described in this manual is furnished
Router Setup Manual. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17
NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear, Inc. Microsoft, Windows,
F2103 GPRS DTU USER MANUAL
F2103 GPRS DTU USER MANUAL Add:J1-J2,3rd Floor,No.44,GuanRi Road,SoftWare Park,XiaMen,China 1 Zip Code:361008 Contents Chapter 1 Brief Introduction of Product... 3 1.1 General... 3 1.2 Product Features...
How to setup a serial Bluetooth adapter Master Guide
How to setup a serial Bluetooth adapter Master Guide Nordfield.com Our serial Bluetooth adapters part UCBT232B and UCBT232EXA can be setup and paired using a Bluetooth management software called BlueSoleil
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual
SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual Version 1.0 - January 20, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 January 20, 2015 Initial Publication
BiPAC 7404V series. VoIP/(802.11g) ADSL2+ (VPN) Firewall Router. Quick Start Guide
BiPAC 7404V series VoIP/(802.11g) ADSL2+ (VPN) Firewall Router Quick Start Guide VoIP/(802.11g) ADSL2+ (VPN) Firewall Router For more detailed instructions on configuring and using the Billion VoIP/(802.11g)
UDS1100 User Guide Part Number 900-417 Revision B June 2006
UDS1100 User Guide Part Number 900-417 Revision B June 2006 Copyright & Trademark Contacts 2006, Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced in
Quick Start Guide. WAP371 Wireless AC/N Dual Radio Access Point with Single Point Setup Quick Start Guide. Cisco Small Business
Quick Start Guide Cisco Small Business WAP371 Wireless AC/N Dual Radio Access Point with Single Point Setup Quick Start Guide Versión en Español para México en el CD Version en français sur CD Versione
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
xpico User Guide Part Number 900-618 Revision A April 2012
xpico User Guide Part Number 900-618 Revision A April 2012 Copyright and Trademark 2012 Lantronix. All rights reserved. No part of the contents of this book may be transmitted or reproduced in any form
SX-500 and SX-510 Serial Device Server
SX-500 and SX-510 Serial Device Server User s Reference Guide Revision B 2009 Silex Technology America, Inc. All rights reserved. February 2009 Silex Technology America SPECIFICALLY DISCLAIMS THE IMPLIED
MicroTech II McQuay Maverick II Rooftop Unit Controller BACnet Communication Module (MS/TP)
Installation and Maintenance Manual IM 852 Group: Controls Part Number: IM 852 Date: June 2007 Supercedes: New MicroTech II McQuay Maverick II Rooftop Unit Controller BACnet Communication Module (MS/TP)
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
DV230 Web Based Configuration Troubleshooting Guide
DV230 Web Based Configuration Troubleshooting Guide 1. Login settings After getting a DHCP IP address from your P1 W1MAX Modem DV-230), open any Internet browser and type in the URL address: http://10.1.1.254
USB to RS-422/485 Serial Adapter
USB to RS-422/485 Serial Adapter User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2
Bluetooth HC-06 with serial port module Easy guide
1 Bluetooth HC-06 with serial port module Easy guide This manual consists of 3 parts: PART 1. Overview of Bluetooth HC-06 module with serial port. PART 2. Installing Bluetooth HC-06 module with Bolt 18F2550
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,
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
USING YOUR DMX PROFUSION
Set Up Guide USING YOUR DMX PROFUSION io FOR 1 Connect 2 Set Up 3 Listen SIMPLE PERSONALIZED UNLIMITED ECONOMICAL LICENSED Welcome Thank you for choosing DMX to provide your Pandora listening experience
Turn off all of your network devices, including your computer, Modem and the Router.
Note Please use only wired network connections to configure the Router. Turn off all of your network devices, including your computer, Modem and the Router. Connect the WAN port on your Router to the Modem
User Manual. EtherUSB
User Manual EtherUSB USB Ethernet Access Point for PDA V 2.0 Clarinet Systems, Inc. Clarinet Systems, Inc. http://www.clarinetsys.com Page 1 Publication Revision No. Control Table Rev. No. Date Contents
RC2200DK Demonstration Kit User Manual
Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7
TP-LINK TD-W8901G. Wireless Modem Router. Advanced Troubleshooting Guide
TP-LINK TD-W8901G Wireless Modem Router Advanced Troubleshooting Guide Released on 2009.09.25 Version 1.0 Content Summary... 3 Troubleshooting Flow Chart and Resolutions... 3 Check 1... 3 Check 2... 4
