GW-GSM-02A. User's Guide. IQRF GSM Gateway. Firmware v3.10
|
|
|
- Cory Walker
- 9 years ago
- Views:
Transcription
1 IQRF GSM Gateway Firmware v3.10 User's Guide Page 1
2 Description is an IQRF gateway for connection between IQRF and GSM networks allowing remote monitoring, data collection and control of IQRF network. Main components are: 8b microcontroller, GSM module with antenna, serial Flash memory and IQRF transceiver module with antenna. The gateway can communicate outside the IQRF network via GPRS. Configuration is possible via IQRF IDE. allows communication with IQRF IDE to configure internal TR module and simply create IQRF networks. It is fully compatible with the DPA protocol. Non-DPA applications are supported as well. supports exchanging data with any cloud server designed according to IQRF Cloud server specification. Applications Key features Remote monitoring and control HTTP client for communication with IQRF Cloud server Data acquisition / collection DHCP client for automated getting of IP address Datalogger, IQRF Cloud supported RTCC (real time clock/calendar) Interface to building / home automation Firmware upgrade via IQRF IDE Connection of more IQRF networks to single PC Upgrade of application in internal TR module via IQRF IDE DPA as well as non-dpa applications supported DPA and IQRF IDE compatible Block diagram Page 2
3 Electrical specifications (Typical values unless otherwise stated) Power supply Accumulator 4.8 V 5.5 V DC LI L, 3.7V, 700 mah, soldered Supply current Standby (all peripherals disabled, accumulator fully charged) Operating TR and GSM inactive Additional current TR active GSM transmitting Accumulator charging Temperature range Operational Accumulator charging Storage IQRF Frequency bands RF output power TR module Antenna 20 µa 75 ma See datasheet of TR module ~175 ma 50 ma max. -20 C to +60 C 0 C to +45 C -20 C to +20 C (1 year), -20 C to +60 C (1 month) +10 C to +25 C recommended For (DC)TR-52D: 868 MHz or 916 MHz (SW configurable) For (DC)TR-72D: 868 MHz According to TR module, programmable DCTR-52DA PCB antenna built-in TR module GSM Frequency bands Antenna 850/900/1800/1900 MHz External, SMA, gain 2.15 dbi Flash memory SST25VF080B, 8 Mb, erase/write cycles typ. Dimensions Without antenna With antenna 87 mm x 62 mm x 26 mm 105 mm x 62 mm x 62 mm Weight 88 g Absolute maximum ratings Stresses above those values may cause permanent damage to the device. Exposure to maximum rating conditions for extended periods may affect device reliability. Supply voltage (VCC) Storage temperature 5.5 V -20 C to +60 C Page 3
4 Hardware Power supply is intended to be supplied by external stabilized 5 V DC connected to micro USB connector. GSM 850MHz and 1800MHz as well as 950MHz and 1900MHz bands are used. Pushbuttons Both Reset and Control pushbutton functionality is fixed and can not be changed in application program. Control Short press (< 1 s): No effect Long press (> 1 s): Switching On/Off. See Appendix 1 for startup LED indication. Long press (> 10 s): R estore the factory settings of the gateway. (After 10s LED stop flashing to indicate that new settings was written) Reset Reset button can be pressed by a pin through the hole in the case. It is intended to completely initialize the gateway. LEDs See Appendix 1 LED indication. IQRF DCTR-52DA or DCTR-72DA wireless transceiver module is used for IQRF connectivity. Antenna is built in DCTR module. Interferences between close GSM and IQRF frequencies can possibly result in packets losts. If this phenomena affects functionality of your gateway, to avoid simultaneous GSM / IQRF data transmissions you can separate both transmissions by an adjustable time-delay in the gateway setting. Or use remote GSM antenna instead of the standard one delivered with the gateway. Page 4
5 Flash memory Log data is stored in circular buffer in Flash memory. When it is full and a subsequent write is performed, then it starts overwriting the oldest data. There is 256 KB dedicated to IQRF RX data and 128 KB for IQRF TX data and same size for System log. The number of records of IQRF RX/TX data depends on the parameter Packet size, which define how many payload data bytes is dedicated for every data record. For default setting (Packet size = 64 B) there is 3360 positions for IQRF RX and 1680 positions for IQRF TX. For System log there is always 6553 positions in the buffer. The actual size of the data log is the Packet size + 14 B, where the additional 14 bytes are used for saving date, time and index of the log. In this way the user can calculate actual number of positions in the buffer. Data volumes and recording frequency must be taken in account with respect to the Flash memory endurance. When the Packet size is changed in the GW settings, all logs are cleared. Case Caution: It is not allowed to open the GW case otherwise the device may be damaged. Page 5
6 Operation Start up is turned on by power supply connecting to USB connector or by the Control button. Initialization After the start-up, the GW checks its own hardware first. If there is no critical error it starts to initialize GSM. When a critical error occurs, the execution does not continue and the error code is indicated by LEDs. Communication The size of payload IQRF data transmitted between the GW and the IQRF network is limited to 64 B in both directions. can communicate with an IQRF Cloud only. See chapter IQRF Cloud. All incomming IQRF data (IQRF RX) is stored and logged in internal Flash memory.the logged data is transmitted to the Cloud server always after the Cloud period elapsed. See chapters IQRF IDE GW Tool. Data to be sent to IQRF (IQRF TX) is stored in the Cloud server first and transferred to the GW always after the IQRF Cloud period elapsing. After downloading the data from IQRF Cloud, it is stored in GW internal Flash memory and subsequently forwarded to IQRF network. If the communication between the GW and the Cloud server failed, the GW indicates an error. Using IQRF IDE The IQRF IDE GW Tool is intended for GW configuration, checking of operational and error states and for access to the datalogger. When using the GW Tool, the communication with IQRF Cloud is enabled. IQRF IDE can also be used similarly as for the CK-USB-04(A): uploading the code into DCTR transceiver, configuration of DCTR module inside the GW, debugging of the application, using the IQMESH Network manager etc. In this mode the communication with IQRF Cloud is disabled. Additionally, GW firmware can be upgraded from IQRF IDE. See chapter Firmware upgrade/bootloader. GW configuration GW configuration is possible via IQRF IDE. Page 6
7 System log All important events are logged. System logs can be read using IQRF IDE GW Tool. Date and time contains a real time clock/calendar (RTCC). Date and time are synchronized using IQRF Cloud server. TR module data exchange Data between the internal TR module and the GW memory is transferred bidirectionally via SPI (using the buffercom memory array inside the TR module). Therefore, the application in TR must have the SPI communication activated. When using DPA, a plug-in with SPI interface must be uploaded in TR. The maximum SPI packet length is 64 B. GW services HTTP client for communication with IQRF Cloud server (using the 128 b AES encryption) DHCP client for automated getting of IP address from the DHCP server GW identification IMEI Every device can be identified using IMEI, which is the unique identifier of the GSM chip. The IMEI can be read using the GW Tool. ID Another unique number (manufacturer's identification) is used to identify the gateway by IQRF IDE, the IQRF Cloud server and user applications utilizing the Cloud via API. For ID = 11 xx xx xx, where xx xx xx are unique 6 digits, assigned by the manufacturer Page 7
8 IQRF Cloud The IQRF Cloud provides an effective way to exchange data between IQRF wireless device(s) and a user superordinary system implemented by a higher level platform (e.g. PHP, JavaScript or web interface) and connected via Internet or a LAN. As an interface to IQRF, the or another IQRF gateway providing Internet connectivity (Ethernet, GPRS or WiFi) is intended. An IQRF Cloud server is available free of charge on http(s)://cloud.iqrf.org provided by CIS (Complete Internet Services, s.r.o., an IQRF contractual partner for cloud implementations). Refer to the IQRF Cloud User's Guide for details. Page 8
9 IQRF IDE GW Tool IQRF IDE 4.20 and higher is required. Login to GW Tool The GW Tool can be invoked from IQRF IDE menu Tools GW Tool. To open the Tool, the username and the password must be entered. Default values are iqrf and iqrf. PIN code The SIM card is locked by the PIN code. It must be specified during the first configuration. The following window will appear when PIN is not specified. It can also be invoked using the Update button. See below. Page 9
10 Status The Status tab contains general overview about the gateway status. Several buttons are available to control the GW: Copy ID To copy the GW ID to the clipboard Restart To restart the gateway Update To update the Status tab Close To close the GW Tool window Device information Type Current GW type ID Unique identification number of the gateway Firmware ver. Current firmware version TR module Type FCC ID MID OS IQRF TR module type inside the gateway FCC certification identification Unique IQRF TR module identification number IQRF OS version of the TR module LAN information IP address Current IP of the GW Page 10
11 GSM information IMEI ICCID MSISDN RSSI A unique number assigned to GSM chip inside the gateway A unique number assigned to the SIM card A number uniquely identifying a subscription in a GSM network Received GSM signal strength indicator. The values correspond to the following gains: RSSI value PIN status No PIN Enter PIN Used PIN PIN blocked Signal strength [dbm] <4 < -107 < 10 < -93 < 16 < -71 < 22 < -69 < 28 < -57 >= 28 >= unknown PIN is not used by the SIM card The PIN needs to be inserted The PIN is correctly set The PIN has been inserted incorrectly for the third time. When this situation occurs, the PUK must be used in another GSM device (in a cell phone for instance) to unblock the SIM card. System status GW status Current operation executed by the gateway: Initiating GSM Initiating GPRS Reading DNS Server communication Checking IQRF data Sending IQRF data Reading IQRF data Checking GSM Logging IQRF, GSM off GW iddle GW error An error during execution indication: No error AT command error SIM card error SIM card blocked Waiting for PIN FLASH error TR SPI Error GSM init error DNS error GPRS init error Cloud Server communication failed Cloud password error Power External / Accumulator Accu voltage Accumulator voltage Current Date/Time The date and time used in the gateway Page 11
12 Basic The Basic tab provides the setting of the gateway. The following buttons are available in addition to previous ones: Restart Default Download Upload To restart the GW with current configuration To restore the default configuration To read the configuration from GW To store the configuration to GW GSM APN The user must specify the APN according used GSM provider Logger Packet Size The size dedicated for the data log in the gateway memory. By default, this value is set to 64 B, the same as the maximum size of the IQRF packet. Shorter packets allow to store more data logs. Minimum packet size is 1 B. When an IQRF packet oversizes the selected packet size, a part of user data is lost. When the packet size is changed the content of internal memory is cleared. IQRF Cloud IQRF Cloud If this checkbox is not checked, the communication with IQRF Cloud is disabled and the gateway reads the data from IQRF side only. Period Defines how often the gateway transmits the data to IQRF Cloud server. Allowed values are from 10 s to 24 hours. Use IQRF Cloud hosted by CIS The gateway is configured by default to communicate with IQRF Cloud server provided by CIS. Any gateway can also communicate with another IQRF Cloud server provided by anyone else. In such a case, the checkbox must be unchecked and the following fields must be filled. AES key Encryption key used for secure communication between the gateway and the IQRF Cloud server. The same key must also be specified at the server side. Cloud path The URL address where IQRF Cloud server is hosted. The '/cloud' substring must follow Cloud port The TCP port used. In most cases port 80 is used. Page 12
13 Expert The user does not need to modify this setting in most cases. Delay between GSM and IQRF TX Sometimes, in case of bad IQRF RF conditions, GSM can affect the RX IQRF data when received simultaneously during GSM transmitting. Such a problem can be fixed by increasing this delay (to separate both events in time). Delay between IQRF and GSM TX When DPA used, this delay can define time ensuring that all IQRF responses are received. This ensures that some responses are uploaded to the Cloud server with the next period. This is advantageous especially when the Cloud period is set long and user wants to receive the response shortly after the DPA request was sent. Page 13
14 Time GW time and date setup. Set time Manual PC time To setup the time manually To upload the date and time from connected PC. Selected time is transferred to the GW by the Set Time button. GW time Current GW Date/Time Time zone Use daylight savings Date and time currently running in the GW Time zone selection Daylight savings for given time zone selection Page 14
15 Administration The user can change the username and the gateway password here. When the password is changed, in order to allow an access the data on the Cloud server it must be changed there too. The change of username has no effect for that. Allowed password length is from 4 to 8 characters. When the username or the password is lost, the user can reset the gateway to factory settings. The default username and password values are iqrf and iqrf. Page 15
16 Log Transmitted data stored on the Cloud server stays also accessible directly in the GW buffer. Buttons: Restart Erase Log Update Close To restart the GW To erase the content of the whole GW internal log memory To read the data from the GW and refresh the Log window To close the GW Tool window Three types of logs are stored in the gateway: IQRF Rx Data received from IQRF network and transmitted to the Cloud server IQRF Tx Data downloaded from Cloud server and transmitted to IQRF network System Certain events that occurs during the execution. The user do not usually need to take care about it. Nevertheless it can be helpful in case of nonstandard behavior. Last Record When selected, the output list is scrolled down to display the last acquired data. The format of IQRF RX/TX data depends on the user application in TR (e.g. DPA or any user-specific protocol). The format of system log is fixed. It contains the following information: Page 16
17 The following system events are logged: GW_RESET GW_ON_BY_BUTTON GW_ON_BY_EXT_POWER GW_ON_BY_TR_MODULE GW_OFF_BY_BUTTON GW_OFF_BY_USB_COMMAND GW_OFF_BY_LOW_ACCU GSM_RESET EXT_PWR_OFF EXT_PWR_ON CLOUD_REGISTRATION_OK GSM_LOGIN_OK GPRS_INIT_OK GPRS_OK IQRF_SPI_OK ACCU_OK IQRF_SPI_ERROR DNS_ERROR CLOUD_CONNECTION_ERROR CLOUD_REGISTRATION_ERROR CLOUD_UPLOAD_ERROR CLOUD_DOWNLOAD_ERROR CLOUD_PWD_ERROR AT_ERROR SIM_ERROR GSM_LOGIN_ERROR GSM_START_ERROR GSM_RUN_ERROR GPRS_ERROR SIM_BLOCKED ACCU_LOW The Log also contains the specifiyng information: Power Indicates whether the GW is powered from external power supply or internal accumulator at the moment of the event. ACCU voltage Indicates the voltage on the accumulator RSSI Indicates the GSM signal strength. See chapter IQRF IDE GW Tool, GSM information. Page 17
18 GSM Log The GSM log displays the communication between the gateway and the GSM modem. Currently executed AT commands are displayed here. This may help the IQRF support to identify possible incorrect settings of the gateway etc. Page 18
19 Factory setup This initial setup can be restored whenever the GW is powered from external source and the control button is pressed for more than 10 s. This can be useful if it is not possible to establish communication due to wrong configuration. See Appendix 1 LED indication. Basic Packet Size IQRF Cloud Communication Use IQRF Cloud Server hosted by CIS Communication period 64 B Enabled Enabled 30 s Advanced Delay between GSM and IQRF TX Delay between IQRF and GSM TX 250 [in 10 ms units] 100 [in 10 ms units] Password Authorization when enter the internal web server page, IQRF Cloud server or IQRF IDE GW Tool Username iqrf Password iqrf Time Summer / winter time distinguishing Time zone On GMT + 01:00 Page 19
20 First startup Factory settings is set from the factory as follows: User name iqrf Password iqrf APN internet IQRF Cloud Enabled IQRF Cloud hosting By CIS ( Communication period 30 s Delay between GSM and IQRF TX 250 [in 10 ms units] Delay between IQRF and GSM TX 100 [in 10 ms units] This setting can be used to operate the GW with IQRF Cloud without any changes in configuration. But it is strictly recommended to change the GW password to avoid illegal access to GW data. Step by step guide To get familiar with functionality, the IQRF module in the GW can be used with DPA hardware profile in similar way as described in IQRF DPA Quick Start Guide: Follow this Guide, chapters 1 to 5. Use instead of CK-USB-04(A) is delivered with the HWP-Coordinator-STD-SPI plug-in uploaded in internal TR module. Thus, there is no need to upload any HWP plug-in. After the LED control (described in DPA Quick Start Guide) is done locally using IQRF IDE, test the same commands via IQRF Cloud: Open the page in web browser Page 20
21 After creating a user account and login into the IQRF Cloud web page, the following page will appear: Add the GW to the List of gateways assigned to your account using GATEWAY REGISTRATION / EDITING menu. The GW ID and the password must be entered. Open the data page of the GW by clicking the Show data / send command. Click Send command to gateway. The window with predefined LED control commands opens. Using the macros or by modification of commands in IQRF Tx field and the Send button you can control LEDs in individual or all nodes similarly as before (by using IQRF IDE). Page 21
22 Firmware upgrade / Bootloader has the bootloader implemented to upgrade the FW by a new version released by the IQRF manufacturer (.iqrffw file). To upgrade the FW: Connect the GW to IQR IQRF IDE and open the Device manager in Tool option or press the F9 key Press the Upload FW button Browse the file with the new firmware Press the Upload button Wail until the upload is complete Page 22
23 Appendix 1 LED indication Run operation Status IQRF Error Start-up HW check OK Connecting to network Normal operation Communication with TR via SPI Communication with IDE Terminal When the gateway is started-up all LEDs are on for 1 s. After the start up the gateway performs a check of its hardware. If there is no problem in HW, the green LED is on for 2 s. After HW check, the gateway is connecting to GSM (and to Cloud server, if enabled). This is indicated by short flashing of green LED, 100 ms on / 1 s off. When the GW is successfully connected the green LED flashes 500 ms on / 500ms off. The GW works in normal mode. When the gateway is connected to IQRF IDE Terminal, the communication with IQRF Cloud is disabled (SPI communication is forwarded to the IDE Terminal). This mode is indicated by short flashes of green LED, 100 ms on / 100 ms off. When the GW Tool in IQRF IDE is open, the communication with IQRF Cloud is re-enabled. The GW works in normal mode. When the GW communicates with TR module, orange LED flashes for 10 ms. For turning the GW off refer to chapter Factory setting and turning the GW off below. Startup errors After the start-up the GW performs hardware check. If there is a critical error prohibiting basic functionality, the GW stays in error state. This is indicated by red LED permanently on. Status IQRF Error Error 0 Startup error 0 FLASH error Error 1 Error 2 Error 3 Indicates an error of the FLASH memory Startup error 3 Accu low Indicates critically low level of the accumulator voltage. After 5 s the GW turns automatically off. Page 23
24 Run errors If the gateway is at least partially operable or if an error occurs during its operation it continues the execution and indicates the run error. Status IQRF Error Run Error 1 Run Error 2 Run Error 3 During run error red LED is continuously on. Green LED flashes with the specific duty: Run error 1 Run error 2 Run error 3 10 ms on, 1 s off 100 ms on, 100 ms of 500 ms on, 500 ms off Run error 1 SIM error GSM start error AT error Waiting PIN SIM card blocked GSM login error GPRS error DNS error Connection error Registration error Upload error Download error SIM card is not inserted or it is corrupted GSM modem fatal error GSM modem is not responding to AT commands PIN code is not inserted PUK code must be inserted Connecting to GSM network not successful GPRS connection not successful DNS service did not return an IP for specified URL Connection with cloud server not successful Registration to cloud server not successful Error when uploading data to cloud server Error when downloading data from cloud server When the gateway indicates Run error 1, it is not able to communicate with the Cloud server due to one of previous reasons, but it is still possible to receive and save data from IQRF side. To detect the Run error 1 type, the gateway must be connected to IQRF IDE with the Status tab opened where the error type can be read. Run error 2 IQRF SPI error IQRF TR module is not responding. When the gateway signalize Run error 2, it is not able to communicate with the IQRF side, nevertheless the communication with IQRF Cloud server is not affected Run error 3 Run error 3 is not used in current FW. Page 24
25 Factory setting and turning the GW off To restore the setting from the factory or to switch the GW off, the following procedure should be applied: Status IQRF Error 0s 1s Button press 2s 3s 10s Factory settings and GW reset Factory settings At Time = 0 At Time = 1 to 2 s At Time = 2 to 3 s At Time = 3 s to 10 s At Time = 10 s The user is pressing and holding the button. All LEDs are on. All LEDs are off. All LEDs flashing 100 ms on, 100 ms. All LEDs are off, the GW factory setting is restored and the GW is reset. Turning off If the button was released at time 0 s to 1 s, this procedure is canceled and the GW returns to run mode. If the button was released at time 1 s to 10 s, the GW is turned off. Firmware upgrade Once the Upload button is pressed the bootloader is started. This is indicated by turning all LEDs on and off for 1s. Then the content of the FLASH is erased and consequently new firmware is written. This is indicated by 20 Hz synchronous flashing of all LEDs. After the new firmware has been written, all LEDs are turned off and the GW is reset. Status IQRF Error Upload button pressed FLASH erasing and FW writing GW reset Page 25
26 Product information Pack list gateway Accumulator 3.7 V, 700 mah inside TR module DCTR-72DA or DCTR-52DA inside, with HWP-Coordinator-STD-SPI plug-in uploaded GSM antenna Power source TY-A6 (5V DC, 500 ma, with microusb connector, compatible with cable CAB-USBABMICRO) MicroUSB cable CAB-USBABMICRO SD card Ordering code (72D) (52D) IQRF GSM gateway, DCTR-72DA inside. IQRF GSM gateway, DCTR-52DA inside. Hardware revision v1.04 v1.02 Minor changes in power supply circuitry, certified, FW v3.04 (or higher), FW upgradeable at the customer. EAP samples, not certified, FW v3.02, FW upgradeable at the factory only. Firmware history v3.09 v3.02 First release for HW v1.04 First release (EAP samples). Document history Bug in IQRF Cloud Period range fixed. Updated for FW v3.10, IQRF OS v3.07d, (DC)TR-72D and server hosting by CIS. Typo bug in cloud.iqrf.org address fixed. Preliminary. First release for firmware v3.01. Preliminary. Page 26
27 Sales and Service Corporate office MICRORISC s.r.o., Prumyslova 1275, Jicin, Czech Republic, EU Tel: , Fax: , Partners and distribution Please visit /partners Quality management ISO 9001 : 2009 certified Complies with directives 2011/65/EU (RoHS) and 2012/19/EU (WEEE). Trademarks The IQRF name and logo and MICRORISC name are registered trademarks of MICRORISC s.r.o. PIC, SPI, Microchip and all other trademarks mentioned herein are property of their respective owners. Legal All information contained in this publication is intended through suggestion only and may be superseded by updates without prior notice. No representation or warranty is given and no liability is assumed by MICRORISC s.r.o. with respect to the accuracy or use of such information. Without written permission it is not allowed to copy or reproduce this information, even partially. No licenses are conveyed, implicitly or otherwise, under any intellectual property rights. The IQRF products utilize several patents (CZ, EU, US) On-line support: [email protected] Page 27
GW-ETH-02A. User's Guide. IQRF Ethernet Gateway. Firmware v2.80
IQRF Ethernet Gateway Firmware v2.80 User's Guide User_Guide 160208 Page 1 Description is an IQRF gateway for connection between IQRF and Ethernet networks allowing remote monitoring, data collection and
IQRF Quick Start Guide
IQRF Quick Start Guide For IQRF OS v3.07d and higher For IQRF IDE v4.30 and higher Page 1 Contents Components required...3 Development hardware...3 Development set...3 DCTR transceivers...3 Programmer...3
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
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
BlueGate SIP. VoIP GSM Gate. Quick Installation guide v 1.0
ALPHATECH TECHNOLOGIES s.r.o. Jeremenkova 88, Praha 4, Czech Republic www.alphatechtechnologies.cz BlueGate SIP VoIP GSM Gate Quick Installation guide v 1.0 Technical parametres Dimensions Weight Operating
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,
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
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
GPS Vehicle and personal location tracker. User manual
GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...
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
Quick Start Guide: Iridium GO! Advanced Portal
Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual
Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS
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
How To Check If Your Router Is Working Properly On A Nr854T Router (Wnr854) On A Pc Or Mac) On Your Computer Or Ipad (Netbook) On An Ipad Or Ipa (Networking
Chapter 7 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax NEXT Wireless Router WNR854T. These features can be found by clicking on the Maintenance
How To Check If Your Router Is Working Properly
Chapter 6 Using Network Monitoring Tools This chapter describes how to use the maintenance features of your RangeMax Dual Band Wireless-N Router WNDR3300. You can access these features by selecting the
Link Gate SIP. (Firmware version 1.20)
Link Gate SIP (Firmware version 1.20) User guide v1.0 1 Content 2 1. Technical parameters - Dimensions 133 x 233 x 60 mm - Weight 850 g - Operating position various - Operating condition temperature: +5
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
Broadband Router ESG-103. User s Guide
Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits
TDP43ME NetPS. Network Printer Server. Control Center. for Ethernet Module
Panduit Corp. 2010 TDP43ME NetPS PA26306A01 Rev. 01 11-2010 Network Printer Server Control Center for Ethernet Module NOTE: In the interest of higher quality and value, Panduit products are continually
125 8880 telstra.com/ppmbb visit a telstra store or partner GETTING TO KNOW YOUR
FOR MORE INFORMATIoN: 125 8880 telstra.com/ppmbb visit a telstra store or partner GETTING TO KNOW YOUR Telstra PRE-paid 4G wi-fi LET S GET THIS SHOW ON THE ROad WHAT S INSIDE Your Telstra Pre-Paid 4G Wi-Fi
Quick Installation Guide DSL-2750U. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch
DSL-2750U 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U Power adapter DC 12V/1A RJ-11 telephone cable Ethernet cable (CAT 5E) Splitter (brochure).
GETTING TO KNOW YOUR TELSTRA PRE-PAID 3G WI-FI
GETTING TO KNOW YOUR TELSTRA PRE-PAID 3G WI-FI LET S GET THIS SHOW ON THE ROAD You must be excited about your brand new Telstra Pre-Paid 3G Wi-Fi. This guide will help you get connected as quickly and
Installation and setup guide V 1.0
V o I P G S M G A T E BlueGate SIP 1 Installation and setup guide V 1.0 1. General description 1.1 Technical parametres Dimensions 100 x 130 x 37 mm Weight 850 g Operating position various Operating condition
IP Power Stone 4000 User Manual
IP Power Stone 4000 User Manual Two Outlet Remote AC Power Controller Multi Link, Inc. 122 Dewey Drive Nicholasville, KY 40356 USA Sales and Tech Support 800.535.4651 FAX 859.885.6619 techsupport@multi
IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited
(Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device
PCS300 Universal IP Reporting Module V1.0
PCS300 Universal IP Reporting Module V1.0 Reference and Installation Manual Patents: One or more of the following US patents may apply: 7046142, 6215399, 6111256, 6104319, 5920259, 5886632, 5721542, 5287111,
RouteFinder SOHO. Quick Start Guide. SOHO Security Appliance. EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP
RouteFinder SOHO SOHO Security Appliance EDGE Models RF825-E, RF825-E-AP CDMA Models RF825-C-Nx, RF825-C-Nx-AP Quick Start Guide RouteFinder RF825 Series Quick Start Guide RouteFinder SOHO Security Appliance
Technical Notes TN 1 - ETG 3000. FactoryCast Gateway TSX ETG 3021 / 3022 modules. How to Setup a GPRS Connection?
FactoryCast Gateway TSX ETG 3021 / 3022 modules How to Setup a GPRS Connection? 1 2 Table of Contents 1- GPRS Overview... 4 Introduction... 4 GPRS overview... 4 GPRS communications... 4 GPRS connections...
Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch
DSL-2750U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)
N300 WiFi Range Extender
Model EX2700 User Manual July 2014 202-11395-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on
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
GETTING TO KNOW YOUR PRE-PAID TELSTRA WI-FI 4G
GETTING TO KNOW YOUR PRE-PAID TELSTRA WI-FI 4G LET S GET THIS SHOW ON THE ROAD You must be excited about your brand new Pre-Paid Telstra Wi-Fi 4G. This guide will help you get connected as quickly and
Installation Guide Wireless 4-Port USB Sharing Station. GUWIP204 Part No. M1172-a
Installation Guide Wireless 4-Port USB Sharing Station 1 GUWIP204 Part No. M1172-a 2011 IOGEAR. All Rights Reserved. PKG-M1172-a IOGEAR, the IOGEAR logo, MiniView, VSE are trademarks or registered trademarks
KE1020A INSTALL GUIDE
KE1020A INSTALL GUIDE Table of Contents 1 Check for Required Items...2 2 Installation Steps...2 2.1 Installation View... 2 2.2 Connection Chart to Determine Cable Types... 2 3 Ready to Use...3 3.1 Changing
mysensors mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide Information to Users Inside the Box mysensors Ethernet Gateway Quick Start
mysensors Information to Users mysensors Wireless Sensors and Ethernet Gateway Quick Start Guide This equipment has been tested and found to comply with the limits for a Class B digital devices, pursuant
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
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit
EDK 350 (868 MHz) EDK 350U (902 MHz) EnOcean Developer Kit EDK 350 User Manual Important Notes This information describes the type of component and shall not be considered as assured characteristics. No
USER MANUAL. PingBrother EPIW104 managed passive poe switch & IP watchdog
USER MANUAL PingBrother EPIW104 managed passive poe switch & IP watchdog CONTENT Content... 2 Chapter 1... 3 1.1 Preface... 3 1.2 CE mark warning... 3 1.3 FCC warning... 4 Chapter 2... 5 2.1 Physical description...
While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied.
AG082411 Objective: How to set up a 3G connection using Static and Dynamic IP addressing Equipment: SITRANS RD500 Multitech rcell MTCBAH4EN2 modem PC with Ethernet card Internet explorer 6.0 or higher
NetProbe Lite. Web Based 8 Channel Sensor Collector. User Manual. Version 1.2
NetProbe Lite Web Based 8 Channel Sensor Collector User Manual Version 1.2 Copyright Information Copyright 2004-2005, Mega System Technologies, Inc. All rights reserved. Reproduction without permission
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
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.
About This Guide SolarEdge Configuration Tool Software Guide. About This Guide
Version 2.0 About This Guide 2 About This Guide This user guide is intended for Photovoltaic (PV) system owners, installers, technicians, maintainers, administrators, and integrators who are authorized
CM500 High Speed Cable Modem User Manual
User Manual February 2015 202-11472-04 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on the label
Welcome. Unleash Your Phone
User Manual Welcome Unleash Your Phone For assistance with installation or troubleshooting common problems, please refer to this User Manual or Quick Installation Guide. Please visit www.vonage.com/vta
Quick Installation Guide DIR-620. Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch
DIR-620 Multifunction Wireless Router Supporting GSM, CDMA, WiMAX with Built-in 4-port Switch BEFORE YOU BEGIN Delivery Package Multifunction wireless router DIR-620 Power adapter DC 5V/2.5A Ethernet cable
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
Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router
DAP-1360 Wireless N 300 Access Point & Router BEFORE YOU BEGIN Delivery Package Access point DAP-1360 Power adapter DC 12V Ethernet cable (CAT 5E) (brochure). If any of the items are missing, please contact
SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3
SIP Proxy Server Administrator Installation and Configuration Guide V2.31b 09SIPXM.SY2.31b.EN3 DSG, DSG logo, InterPBX, InterServer, Blaze Series, VG5000, VG7000, IP590, IP580, IP500, IP510, InterConsole,
Ericsson W25. Mobile Networks. Quick Installation Guide
Ericsson W25 Fixed Wireless Terminal for WCDMA/HSDPA Mobile Networks Quick Installation Guide Table of Contents INTRODUCTION... 3 Package Contents... 3 Requirements... 3 INSTALLATION... 4 Unit Preparation...
10/2011 - English Edition 1. Quick Start Guide. NWA1100N-CE CloudEnabled Business N Wireless Access Point
10/2011 - English Edition 1 Quick Start Guide NWA1100N-CE CloudEnabled Business N Wireless Access Point Package Contents - 1 x ZyXEL NWA1100N-CE Access Point - 2 x Detachable Antennas - 1 x Power Adapter
3.5 Mobile LAN Disk. User Guide
3.5 Mobile LAN Disk User Guide Contents 1. Hardware...2 1.1 Power...2 1.2 Ports...2 1.3 Reset Button...2 1.4 LEDs...2 1.5 Front View...3 1.6 Rear View...3 2. Installation....... 4 2.1 Requirements 4 2.2
ENHWI-N3. 802.11n Wireless Router
ENHWI-N3 802.11n Wireless Router Product Description Encore s ENHWI-N3 802.11n Wireless Router s 1T1R Wireless single chip can deliver up to 3x faster speed than of 802.11g devices. ENHWI-N3 supports home
USER MANUAL V5.0 VT300
GPS Vehicle Tracker USER MANUAL V5.0 VT300 Updated on 26/12/2008 Contents 1 Product Overview 3 2 For Your Safety 3 3 VT300 Parameters 3 4 Getting Started 4 4.1 Hardware and Accessories 4 4.2 Light and
Nighthawk AC1900 WiF Range Extender
Nighthawk AC1900 WiF Range Extender Model EX7000 User Manual December 2014 202-11469-01 350 East Plumeria Drive San Jose, CA 95134 USA Nighthawk AC1900 WiF Range Extender Support Thank you for selecting
3.5 EXTERNAL NETWORK HDD. User s Manual
3.5 EXTERNAL NETWORK HDD User s Manual Table of Content Before You Use Key Features H/W Installation Illustration of Product LED Definition NETWORK HDD Assembly Setup the Network HDD Home Disk Utility
Chapter 7 Troubleshooting
Chapter 7 Troubleshooting This chapter provides troubleshooting tips and information for your ProSafe VPN Firewall 200. After each problem description, instructions are provided to help you diagnose and
How To Use A Modem On A Pc Or Mac Or Ipad (For A Laptop)
CLEAR MODEM with Wi-Fi USER GUIDE GET TO KNOW YOUR CLEAR MODEM WITH WI-FI 3 WHAT S IN THE BOX? 3 INFORMATIVE LED INDICATORS 3 USE WITH CARE 3 SET UP THE MODEM 4 PLACE THE MODEM ON A FLAT, STABLE SURFACE
Alexander installation and configuration guide.
Alexander installation and configuration guide. Contents 1. First time installation... 2 2. Configuration... 5 2.1. Client Configuration... 5 2.2. Server Settings... 6 2.3. System Settings... 8 2.4. Status
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
GSM Interfacing Board
Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from
GSMPBX version 1.3 Datasheet
GSMPBX version.3 Datasheet Document Rev.:.3 Revision Date: 23.03.203 (preliminary data) Figure - GSMPBX Introduction The GSMPBX is designed to commute phone calls between a cellular network (GSM) and the
Remote monitoring of Millenium 3 Logic Controller using Netbiter EasyConnect EC-220 & Netbiter Argos
Remote monitoring of Millenium 3 Logic Controller using Netbiter EasyConnect EC-220 & Netbiter Argos (Remote monitoring of data in the Millenium 3 using SL-In/SL-Out function blocks) Your partner for industrial
How To Set Up An Andsl Modem Router For Internet Access
ADSL Modem Router Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10026-01 2006-2 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear,
ewon-configuration for Internet Access using the Wizard How to
ewon Application User Guide Content You Select, We Connect AUG 019 / Rev 1.1 ewon-configuration for Internet Access using the Wizard How to This guide will explain you how to configure your ewon to access
This document is intended to make you familiar with the ServersCheck Monitoring Appliance
ServersCheck Monitoring Appliance Quick Overview This document is intended to make you familiar with the ServersCheck Monitoring Appliance Although it is possible, we highly recommend not to install other
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
T-BOXN12R. First steps with T-BOXN12R. You can make it wireless. Date: 2004-07-16 Version 1.0
T-BOXN12R You can make it wireless First steps with T-BOXN12R Date: 2004-07-16 Version 1.0 Content 1. Purpose of this document... 3 2. T-BoxN12R overview... 4 3. First step... 5 3.1. Preparing your workshop
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,
Management Software. Web Browser User s Guide AT-S106. For the AT-GS950/48 Gigabit Ethernet Smart Switch. Version 1.0.0. 613-001339 Rev.
Management Software AT-S106 Web Browser User s Guide For the AT-GS950/48 Gigabit Ethernet Smart Switch Version 1.0.0 613-001339 Rev. A Copyright 2010 Allied Telesis, Inc. All rights reserved. No part of
AC750 WiFi Range Extender
Model EX6100 User Manual April 2014 202-11307-03 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number
GPS Vehicle Tracker USER MANUAL VT-108
GPS Vehicle Tracker USER MANUAL VT-108 VT-108 is a GPS/GSM/GPRS tracking device which is specially developed and designed for vehicle Real-time tracking and security. With superior GPS and GPRS modules,
CM400 High Speed Cable Modem User Manual
User Manual July 2015 202-11412-02 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the serial number on the label of
How To Use An Ip Phone With A Sim Sim Sims 2 (Iphone) Or Ip Phone (Ip Phone) With A Microsoft Ip Phone 2 (Ipphone) With An Ipro (Ipro) Or Sims 1 (Ip
Thomson Telecom S.A.S with a capital of 130 037 460 RCS 390 546 059 Copyright THOMSON 2005 All rights reserved 09/2005-1 www.speedtouchpartner.com ST2030 TM SIP European Community Declaration of Conformity
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,
Network Storage System with 2 Bays
USER GUIDE Network Storage System with 2 Bays Model: NAS200 About This Guide About This Guide Icon Descriptions While reading through the User Guide you may see various icons that call attention to specific
Poseidon2 3268 MANUAL
Poseidon2 3268 MANUAL Safety information The device complies with regulations and industrial standards in force in the Czech Republic and the European Union. The device has been tested and is supplied
Aeroqual Connect and Cloud
Aeroqual Connect and Cloud Page 1 Contents 1. Introduction to Aeroqual Connect and Cloud... 3 1.2. Aeroqual Connect... 3 1.3. Aeroqual Cloud... 3 2. How to Connect... 4 2.1. Aeroqual Connect... 4 2.1.1.
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
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 -,
NETVIGATOR Wireless Modem Setup Guide. (TG789Pvn)
NETVIGATOR Wireless Modem Setup Guide (TG789Pvn) Configure the NETVIGATOR Wireless Modem Make sure that system meets the following requirement prior to NETVIGATOR Wireless Modem usage: - Subscribers who
CPEi 800/825 Series. User Manual. * Please see the Introduction Section
CPEi 800/825 Series User Manual * Please see the Introduction Section Contents Introduction...iii Chapter 1: CPEi 800/825 User Guide Overview... 1-1 Powerful Features in a Single Unit... 1-2 Front of the
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...
GWA501 package contains: 1 Wireless-G Broadband Gateway 1 Power Adapter 1 Ethernet Cable 1 Manual CD 1 Quick Start Guide 1 Warranty/Registration Card
Wireless-G Broadband Gateway GWA501 Quick Start Guide Read this guide thoroughly and follow the installation and operation procedures carefully to prevent any damage to the unit and/or any of the devices
Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation
Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia E70 Configuring connection settings Nokia E70 Configuring connection settings Legal Notice Copyright Nokia 2006. All
Wireless VoIP Phone User s Manual
Wireless VoIP Phone User s Manual Table of Contents Chapter 1 Overview of the WiFi phone... 5 1.1 Front Panel and Keypad...5 1.2 Removing and Installing the Battery...7 1.3 Charging the WIFI PHONE...8
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
ESR-9753 802.11b/g/n SOHO Router
ESR-9753 is a 1T1R Wireless Single chip 11N Broadband Router that delivers up to 3x faster speeds than 802.11g devices. ESR-9753 supports home network with superior throughput and performance and unparalleled
Talk2M ewon Internet Connection How To
AUG: 003 Rev.: 1.0 How To GPRS Contents: This guide will explain how to set up the Internet connection of your ewon for the Talk2M connection. Table of Contents 1. Hardware and software requirements...
3G USB Modem. Model AC327U. User Manual. February 2014 202-11356-01. 350 East Plumeria Drive San Jose, CA 95134 USA
3G USB Modem Model AC327U User Manual February 2014 202-11356-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the
SkyIPCam 250W Wireless Network Camera. Model # AIC250W. User s Manual
SkyIPCam 250W Wireless Network Camera Model # AIC250W User s Manual Ver. 1B Table of Contents 1. Introduction... 4 2. Getting Started... 5 3. Installing the Setup Wizard... 6 4. Gathering Information...
User Guide HUAWEI UML397. Welcome to HUAWEI
User Guide HUAWEI UML397 Welcome to HUAWEI 1 Huawei UML397 4G LTE Wireless Modem User Manual CHAPTER 1 BEFORE USING YOUR UML397 WIRELESS MODEM ABOUT THIS USER MANUAL...4 WHAT S INSIDE THE PRODUCT PACKAGE...4
Sierra Wireless AirCard Watcher Help for Mac OS X
Sierra Wireless AirCard Watcher Help for Mac OS X Sierra Wireless AirCard Watcher allows you to manage and monitor the connection between your modem and the network. With Watcher, you can: Determine signal
Phone Adapter. with 2 Ports for Voice-over-IP. Installation and Troubleshooting Guide. Model No. PAP2 Ver. 2. Voice
Phone Adapter with 2 Ports for Voice-over-IP Voice Installation and Troubleshooting Guide Model No. PAP2 Ver. 2 Copyright and Trademarks Specifications are subject to change without notice. Linksys is
IPRS-7 IP/GPRS PC Receiver Software Quick Start V1.2
IPRS-7 IP/GPRS PC Receiver Software Quick Start V1.2 Overview Introduction Before You Begin Installation The IPRS-7 Main Page Configuring the IPRS-7 (IPRS-7 splash screen pictured) Introduction The IPRS-7
AudioCodes. MP-20x Telephone Adapter. Frequently Asked Questions (FAQs)
AudioCodes MP-20x Telephone Adapter Frequently Asked Questions (FAQs) Page 2 AudioCodes Customer Support Table of Contents Introduction... 6 Frequently Asked Questions... 7 Web Access... 7 Q1: How must
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
Installation Guide. Wireless N Access Point EAP110/EAP120/EAP220
Installation Guide Wireless N Access Point EAP110/EAP120/EAP220 CONTENTS Network Topology 01 Hardware Overview 02 Hardware Installation 05 1. Installation Requirements... 05 2. Mounting Bracket... 05
Sharp Remote Device Manager (SRDM) Server Software Setup Guide
Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based
