Dual Channel Analog Data End Device Developer Guide

Size: px
Start display at page:

Download "Dual Channel Analog Data End Device Developer Guide"

Transcription

1 Dual Channel Analog Data End Device Developer Guide Revision E

2 Preface Notice Copyright 2011 Inovonics Inovonics intends this manual for use by Inovonics customers only. All comments concerning the contents of this manual should be directed to the Inovonics marketing department. No part of this work covered by copyright may be reproduced in any form either graphically, electronically or mechanically; including photocopying, recording, taping, or storing in an information retrieval system without prior written permission from Inovonics. Note: Features and capabilities marked Future in this document are not implemented in current products. These capabilities are included for your application planning and design. Trademarks Inovonics and EchoStream are registered trademarks of Inovonics. All other brand names and product names used in this manual are trademarks, registered trademarks, or trade names of their respective holders. Technical Services Contact Information For Inovonics technical services: Phone: (800) ; (303) Revision E 2

3 Document Conventions The following notices are used throughout this document: Note: Emphasizes points, provides supplementary information, or indicates minor problems in an expected outcome. Caution:Indicates possible damage to equipment or loss of data, as well as potential problems in an expected outcome. Warning:Indicates the possibility of minor injury to oneself or others. Danger:Indicates the possibility of serious or fatal injury to oneself or others. Revision History Revision Level C D Revision Description Edited cover and made changes to paragraph styles; edited to remove legacy ES1702 information and added to EN1702 and EE1702; edited product overview Minor copy edits E Edited high value limit from 4.1mA to 20.1mA in section , Valid Ranges on page 10. Revision E 3

4 Table of Contents Preface 2 Notice... 2 Trademarks... 2 Technical Services Contact Information... 2 Document Conventions... 3 Revision History... 3 Chapter 1 Overview Introduction Product Information...6 Chapter 2 Registration Registration Overview Registration Procedure from the End User s Perspective Registration Procedure from the Developer s Perspective Device Reset, Application Controller Not in Registration Mode Removing a Registered Device from the System... 9 Chapter 3 Message Information Analog Data Message Measurement Value Valid Range Valid Ranges Message Formats Two Analog Measurements without Options Two Analog Measurements with Options Product Type Identifiers for EchoStream Devices Product Naming Conventions...14 Revision E 4

5 3.2.2 EchoStream Device Identifiers Table...14 Chapter 4 Programming Program the Dual Analog End Device Create a Programming Device Programming Cable Programming Device Timing Requirements Dual Analog End Device Programming Commands x01 Write Options x08 Read Options x0E Read First External Sensor x0F Read Second External Sensor...20 Revision E 5

6 Chapter 1 Overview 1.1 Introduction The Inovonics dual analog input wireless end device supports user-selectable dual channel input on a single device. One or two sensors using the same measurement units can be attached to measure two conditions at the same location. The EE1702 is configured for use in Europe; the EN1702 is for use in North America, Australia, and New Zealand Product Information Revision E 6

7 Chapter 2 Registration 2.1 Registration Overview Every device is programmed with a four-byte unique identification (UID) number. The UID is sent with every message, indicating the device which transmitted it. The UID is made up of a one-byte market identification (MID) number and a three-byte serial number. The bar code label on each printed circuit board includes the eight digit serial number. For example the bar code label B-1 begins with the eight-digit serial number: Converting this number to hexadecimal yields: 0F Preceding this serial number with the MID (B2, the MID for security devices, for example) gives the UID: B2 0F 20 08, and will appear in every RF message sent by the device. The purpose of registration is to associate the unique ID in the wireless device with specific application functionality, such a descriptive name, the location and point supervision. It is recommended that all wireless transmitters, transceivers and repeaters be registered. To ensure wireless devices are registered only when intended, the application controller should have a specific registration mode. 2.2 Registration Procedure from the End User s Perspective 1. The application controller is placed in registration mode, ready to associate the device s UID with application functionality. 2. The application controller prompts the end user to enter application specific information and send a registration message from the device. Revision E 7

8 Registration 3. The application controller receives the registration message, associates the device s UID with appropriate application information, and lets the end user know registration was successful. 2.3 Registration Procedure from the Developer s Perspective The developer must provide 1. A means of initiating an inbound registration message from the device to the network coordinator. While in registration mode, the application controller should indicate when it is ready for the user to trigger a registration message from the device. A registration message is simply a reset message sent from the device. A reset message will be sent when the Reset button is pressed on the device to be registered. 2. A means of processing the message as it is passed from the RF gateway to the application controller. The registration message transmitted in the previous step will be received by the RF gateway and delivered serially to the application controller. The application controller must validate this message, extract the device s UID, and store it in the application database. Thereafter, the UID will be used to associate the wireless point with program functionality. 3. A means of letting the user know the registration message has been received by the application controller. At a minimum, the application controller should provide some indication that the registration was successful. Preferably, the UID of the registered device should be displayed. At this time the application controller may begin the setup process for the next point or may begin normal operation. This action is application specific. 2.4 Device Reset, Application Controller Not in Registration Mode There are cases where the device will send a reset message when the application controller is not in registration mode. When the battery is changed on an EchoStream device, for instance, it must be reactivated by the user pressing the reset button. A device may also transmit a reset message upon Revision E 8

9 Registration recovery from an electrostatic discharge event. The identical type of reset message transmitted during the registration process is transmitted by the device during these instances, however the application controller must process these messages differently. If the application controller is not in registration mode and a reset message from a previously registered device is received, the application controller should record this message in its event log as a device reset. Other status bits that may be active in the message from the device should be processed in an identical manner as when processed when the reset bit is not active. 2.5 Removing a Registered Device from the System To remove a registered wireless device from the system, the application controller is placed in registration mode. The user then selects the point to be deleted. When the user selects delete for that point, the application controller will adjust the database to remove all information, or replace the unique ID associated with that point with a unique ID of zero and set a flag to indicate that the point no longer has a device assigned to it. If a particular device has been registered to more than one point and the user wants to completely remove that device from the system, then the user must delete that device from each point to which it is registered. Revision E 9

10 Chapter 3 Message Information 3.1 Analog Data Message Each analog measurement is sent as an IEEE-754 single-precision, floating point number stored in four bytes, with the most significant byte first. The dual analog sensor transmitter will send two four-byte packets. The product type identifier (PTI) byte and the data format (DFM) byte define the meaning of each of the data bytes Measurement Value Valid Range If the measurement value is below the low valid limit then the negative infinity value, 0xFF800000, is returned. If the measurement value is above the high valid limit then the positive infinity value, 0x7F800000, is returned Valid Ranges Table 3-1 Sensor Output Setting High Valid Limit Low Valid Limit 0-10V 10.1V 0.03V 0-5V 5.1V 0.03V 4-20mA 20.1mA 0.1mA Message Formats Messages from the end device to the application controller adhere to the formats defined following. Revision E 10

11 Message Information Note: The format of EchoStream messages will vary depending on the message type. Always check the message class byte before attempting to determine the contents of a message Two Analog Measurements without Options [0x72] Header for Inbound Complete message. [LEN] Message length, excluding checksum. [Unique ID (4) originator] Unique ID of device originating message. [Unique ID (4) first hop] Unique ID of the device which received original message, as well as the signal level and margin. If the UID begins with 00, then the RF gateway is the first hop; if the UID begins with 01, then the repeater is the first hop. [Trace count] - Number of trace unique IDs that follow. The default is zero, indicating no trace data. FUTURE: [Trace Unique ID1 (4)]...[Trace Unique IDn (4)] - Unique ID of each device that repeats this message. [Hop count (1)] The number of times this message was relayed by a device. [0x37] - Message class byte for payload with data format byte. [0x20] - Product type identifier for dual analog transmitter. Note: See Product Type Identifiers for EchoStream Devices on page 14 for product type identifier information. [DFM] - Data format byte. [0x00] mA data [0x02] - 0-5V data [0x04] V data [Measurement1 (4)] - Analog measurement data for sensor 1. [Measurement2 (4)] - Analog measurement data for sensor 2. Note: If no sensor is attached, the negative infinity value, 0xFF800000, is returned. [STAT1] - Application flags. Bit 7 - Delta A. Bit Reserved. [STAT0] - Primary status flags. Revision E 11

12 Message Information Bit 7 - Reserved. Bit 6 - Low battery. Bit 5 - Reserved. Bit 4 - Set when there has been no change in status since the last transmission. Bit 3 - Reset. Bit 2 - Reserved. Bit 1 - Reserved. Bit 0 - Reserved. [Level] - Signal level of message as measured by the first hop device. [Margin] - Signal margin of message as measured by the first hop device. [CKSUM] - Checksum Two Analog Measurements with Options Note: This message is transmitted only when the end device Reset button is pushed. [0x72] Header for Inbound Complete message. [LEN] Message length, excluding checksum. [Unique ID (4) originator] Unique ID of device originating message. [Unique ID (4) first hop] Unique ID of the device which received original message, as well as the signal level and margin. If the UID begins with 00, then the RF gateway is the first hop; if the UID begins with 01, then the repeater is the first hop. [Trace count] - Number of trace unique IDs that follow. The default is zero, indicating no trace data. FUTURE: [Trace Unique ID1 (4)]...[Trace Unique IDn (4)] - Unique ID of each device that repeats this message. [Hop count (1)] The number of times this message was relayed by a device. [0x37] - Message class byte for payload with data format byte. [0x20] - Product type identifier for dual analog transmitter. Note: See Product Type Identifiers for EchoStream Devices on page 14 for product type identifier information. [DFM] - Data format byte. Revision E 12

13 Message Information [0x01] mA data with options bytes [0x03] - 0-5V data with options bytes [0x05] V data with options bytes [Measurement1 (4)] - Analog measurement data for sensor 1. [Measurement2 (4)] - Analog measure data for sensor 2. [OPT1] Bits Transmission interval, in seconds; 0: 10 seconds, 1: 30 seconds, 2: 1 minute, 3: 2 minutes, 4: 5 minutes, 5: 10 minutes, 6:15 minutes, 7: 30 minutes, 8-15: unused. (Default = 5 minutes) Bits Measurement interval, in seconds; 0: only on transmission, 1: 0.5 seconds, 2: 1 second, 3: 5 seconds, 4: 30 seconds, 5: 1 minute, 6: 5 minutes, 7: 15 minutes, 8-15: unused. (Default = 30 seconds) [OPT0] Bit Reserved. Bit Delta A value in selected measurement units (Volts or mamps); 0: feature disabled, 1: 0.05, 2: 0.1, 3: 0.5, 4: 1.0, 5: 5.0, 6-7: reserved. (Default = 0.5) [STAT1] - Application flags. Bit 7 - Delta A. Bit Reserved. [STAT0] - Primary status flags. Bit 7 - Reserved. Bit 6 - Low battery. Bit 5 - Reserved. Bit 4 - Set when there has been no change in status since the last transmission. Bit 3 - Reset. This bit is set on this message. Bit 2 - Reserved. Bit 1 - Reserved. Bit 0 - Reserved. [Level] - Signal level of message as measured by the first hop device. [Margin] - Signal margin of message as measured by the first hop device. [CKSUM] - Checksum. Revision E 13

14 Message Information 3.2 Product Type Identifiers for EchoStream Devices Product Naming Conventions ES indicates EchoStream products with selectable 868 or 900 MHz operation. EN indicates EchoStream products that operate at 900 MHz only. EE indicates EchoStream products that operate at 868 MHz only. E* represents products available in both EE and EN versions EchoStream Device Identifiers Table Product Description Market ID Product Type End Device Type E*1702 Analog End Device 0xC0 0x20 One-Way Revision E 14

15 Chapter 4 Programming 4.1 Program the Dual Analog End Device The analog end device is programmed at the factory with a unique identification number and the following default settings: Transmission interval 5 minutes Measurement interval 30 seconds Delta value (volts or milliamps).05 If you would like to change these default settings the E*1702 dual analog end device can be programmed using the programming header and a developersupplied interface board and application. The programming header uses a serial data communication interface. Note: Press Reset after programming the end device to enable changes. Changes will not take effect until the end device is reset Create a Programming Device To program the E*1702 you will need to build a programming device and cable. You will need the following materials: Programming Cable Use the following materials to create a programming cable. Six Molex C-Grid box crimp terminals. Molex PN: , Digi-Key PN: WM2554-ND. Revision E 15

16 Programming Two Molex C-Grid connector housings. Molex PN: , Digi-Key PN: WM2520-ND. Two Tyco Electronics AMP keying plugs. Tyco Electronics PN: , Digi-Key PN: A19310-ND. One three-conductor, 22 or 24 gauge stranded wire (ribbon cable or equivalent) Programming Device Use the following materials to create a programming device according to the schematic in Figure 4-1. U1: Torex Semiconductor Ltd. XC6202 3V low dropout regulator, or equivalent U3: Intersil ICL3221E 3V RS-232 transceiver, or equivalent D1: Central Semiconductor CMPSH-3C dual Schottky common cathode diode, or equivalent Revision E 16

17 Programming Figure 4-1 E*1702 Programming Device Schematic Timing Requirements All data is set at a default rate of 9600 baud, no parity, eight data bits and one stop bit. The data is transmitted least significant bit first. Revision E 17

18 Programming Dual Analog End Device Programming Commands These commands allow for field programming of certain operational characteristics of the dual analog end devices. All commands are prefixed with a 0x60 header byte. Header Command Description Page 0x60 0x01 Write options 18 0x08 Read options 19 0x0E Read 1st sensor 19 0x0F Read 2nd sensor x01 Write Options [0x60] - Environmental programming header byte. [0x05] - Message length, excluding checksum. [0x01] - Write options command [OPT0] - Options byte 0 [OPT1] - Options byte 1 [CKSUM] - Checksum Options byte descriptions: [OPT0] Bit Reserved Bits Delta value; in volts or milliamps; 1: 0.05, 2: 0.1: 3: 0.5, 4: 1.0, 5: 5.0, 6-7 reserved. Default: 3. [OPT1] Bits Tranmission interval; 0: 10 seconds, 1: 30 seconds, 2: 1 minute, 3: 2 minutes, 4: 5 minutes, 5: 10 minutes, 6: 15 minutes, 7: 30 minutes, 8-15 reserved. Default: 4. Caution:If using the end device in Europe, the transmission interval must be no more frequent than one minute. Setting the transmission interval to less than one minute is in violation of European Telecommunications Standards Institute (ETSI) regulations. Bits Measurement interval, in seconds; 0: only on transmission, 1: 0.5 seconds, 2: 1 second, 3: 5 seconds, 4: 30 seconds, 5: 1 minute, 6: 5 minutes, 7: 15 minutes, 8-15 reserved. Default: 4. Returned message: Revision E 18

19 Programming Data Acknowledgement Or [0x06] - Header for data acknowledgement from transmitter [0x02] - Message length, excluding checksum. [0x08] - Checksum. Data Non-Acknowledgement (NAK) [0x15] - Header for non-acknowledgement from transmitter [0x03] - Message length, excluding checksum. [EE] - One byte error code [0x01]: checksum incorrect [0x02]: unrecognized header [0x03]: serial buffer full [0x04]: timeout; incomplete message [0x05]: EEPROM write error [0x06]: EEPROM read error [0x07]: invalid data [0x08]: unrecognized command [CKSUM] - Checksum x08 Read Options [0x60] - Environmental programming header byte. [0x03] - Message length, excluding checksum. [0x08] - Read options command [0x6B] - Checksum Returned message: NAK or data: [0x60] - Environmental header byte. [0x05] - Message length, excluding checksum. [0x08] - Read options command [OPT0] - Options 0 byte [OPT1] - Options 1 byte [CKSUM] - Checksum See Write Options command for option byte bit definitions x0E Read First External Sensor [0x60] - Environmental programming header byte. [0x03] - Message length, excluding checksum. [0x0E] - Read read first external sensor command [0x71] - Checksum Revision E 19

20 Programming Returned message: NAK, (0x15), or data: [0x60] - Environmental programming header byte. [0x07] - Message length, excluding checksum. [0x0E] - Read internal thermistor command [Measurement (4)] - Analog measurement [CKSUM] - Checksum x0F Read Second External Sensor [0x60] - Environmental programming header byte. [0x03] - Message length, excluding checksum. [0x0F] - Read second external sensor command [CKSUM] - Checksum Returned message: NAK, (0x15), or data: [0x60] - Environmental programming header byte. [0x07] - Message length, excluding checksum. [0x0F] - Read second external sensor command [Measurement (4)] - Analog measurement [CKSUM] - Checksum Revision E 20

Table 1 below is a complete list of MPTH commands with descriptions. Table 1 : MPTH Commands. Command Name Code Setting Value Description

Table 1 below is a complete list of MPTH commands with descriptions. Table 1 : MPTH Commands. Command Name Code Setting Value Description MPTH: Commands Table 1 below is a complete list of MPTH commands with descriptions. Note: Commands are three bytes long, Command Start Byte (default is 128), Command Code, Setting value. Table 1 : MPTH

More information

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide

Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control

More information

Modbus and ION Technology

Modbus and ION Technology Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. ACCESS meters are compatible with Modbus networks as both slaves and

More information

Modbus and ION Technology

Modbus and ION Technology 70072-0104-14 TECHNICAL 06/2009 Modbus and ION Technology Modicon Modbus is a communications protocol widely used in process control industries such as manufacturing. PowerLogic ION meters are compatible

More information

RS-485 Protocol Manual

RS-485 Protocol Manual RS-485 Protocol Manual Revision: 1.0 January 11, 2000 RS-485 Protocol Guidelines and Description Page i Table of Contents 1.0 COMMUNICATIONS BUS OVERVIEW... 1 2.0 DESIGN GUIDELINES... 1 2.1 Hardware Design

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

Bidirectional wireless communication using EmbedRF

Bidirectional wireless communication using EmbedRF Bidirectional wireless communication using EmbedRF 1. Tools you will need for this application note... 2 2. Introduction... 3 3. Connect EmbedRF Board to USB Interface Board... 3 4. Install and Run EmbedRF

More information

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification

Application Note. Introduction AN2471/D 3/2003. PC Master Software Communication Protocol Specification Application Note 3/2003 PC Master Software Communication Protocol Specification By Pavel Kania and Michal Hanak S 3 L Applications Engineerings MCSL Roznov pod Radhostem Introduction The purpose of this

More information

Temp. & humidity Transmitter Instructions

Temp. & humidity Transmitter Instructions Temp. & humidity Transmitter Instructions AQ3485/AQ3485Y www.aosong.com 1 Product Overview AQ3485/ AQ3485Y outdoor network temperature and humidity transmitter is accurate measurement of relative humidity

More information

Wireless LAN 802.11g USB Adapter

Wireless LAN 802.11g USB Adapter Wireless LAN 802.11g USB Adapter User s Guide Version 1.0 User s Guide 0 Copyright statement No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by

More information

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs

Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,

More information

TCP/IP MODULE CA-ETHR-A INSTALLATION MANUAL

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

More information

Nemo 96HD/HD+ MODBUS

Nemo 96HD/HD+ MODBUS 18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description

More information

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0

Different Ways of Connecting to. 3DLevelScanner II. A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 3DLevelScanner II Different Ways of Connecting to 3DLevelScanner II A.P.M Automation Solutions LTD. www.apm-solutions.com Version 3.0 2 Different Ways of Connecting to 3DLevelScanner II Version 3.0 Table

More information

Disturbance Recoder SPCR 8C27. Product Guide

Disturbance Recoder SPCR 8C27. Product Guide Issued: April 1999 Status: Updated Version: C/26.04.2006 Data subject to change without notice Features Versatile digital disturbance recorder module for recording various phenomena in the electric power

More information

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE

BLUETOOTH SERIAL PORT PROFILE. iwrap APPLICATION NOTE BLUETOOTH SERIAL PORT PROFILE iwrap APPLICATION NOTE Thursday, 19 April 2012 Version 1.2 Copyright 2000-2012 Bluegiga Technologies All rights reserved. Bluegiga Technologies assumes no responsibility for

More information

Single channel data transceiver module WIZ2-434

Single channel data transceiver module WIZ2-434 Single channel data transceiver module WIZ2-434 Available models: WIZ2-434-RS: data input by RS232 (±12V) logic, 9-15V supply WIZ2-434-RSB: same as above, but in a plastic shell. The WIZ2-434-x modules

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

AKD EtherNet/IP Communication

AKD EtherNet/IP Communication AKD EtherNet/IP Communication Edition August 2012, Revision C Valid for firmware version 1.7 Patents Pending Part Number 903-200008-00 Keep all manuals as a product component during the life span of the

More information

Date Rev. Details Author

Date Rev. Details Author Jtech engineering ltd J - Te c h E n g i n e e ring, L t d. 11080 Bond Boulevard Delta BC V4E 1M7 Canada Tel: 604 543 6272 Fax: 604 543 6476 http://www.jtecheng.com AUTODIALER USER S MANUAL REVISION HISTORY

More information

UM0853 User manual. 1 Introduction. M24LRxx application software user guide

UM0853 User manual. 1 Introduction. M24LRxx application software user guide User manual M24LRxx application software user guide 1 Introduction The purpose of this user manual is to teach how to use the M24LRxx tool kit with the M24LRxx_Application_Software. It describes the M24LRxx_Application_Software

More information

IO Expansion Module User & Installation Manual

IO Expansion Module User & Installation Manual IO Expansion Module User & Installation Manual For FreeWave products: IOE-X-4422P IOE-X-4422PC December 10, 2009 1 User Manual Table of Contents Regulatory... 3 UL: Underwriters Laboratories... 3 General

More information

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

More information

Sophos Mobile Control User guide for Android

Sophos Mobile Control User guide for Android Sophos Mobile Control User guide for Android Product version: 2.5 Document date: July 2012 Contents 1 About Sophos Mobile Control... 3 2 Login to the Self Service Portal... 4 3 Set up Sophos Mobile Control

More information

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION

ESPA 4.4.4 Nov 1984 PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION PROPOSAL FOR SERIAL DATA INTERFACE FOR PAGING EQUIPMENT CONTENTS 1. INTRODUCTION 2. CHARACTER DESCRIPTION 2.1 CHARACTER STRUCTURE 2.2 THE CHARACTER SET 2.3 CONTROL CHARACTERS 2.3.1 Transmission control

More information

2.0 System Description

2.0 System Description 2.0 System Description The wireless alarm system consists of two or more alarm units within a specified range of one another. Each alarm unit employs a radio transceiver, allowing it to communicate with

More information

User Manual. AS-Interface Programmer

User Manual. AS-Interface Programmer AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.

More information

Secure Keypads for access control

Secure Keypads for access control torm Secure Keypads for access control Strike Master Read this manual carefully before attempting to install, program or operate the STORM AXS Strike Master Keypad. After installation the Command Summary

More information

Allegion PIM-400/485 and AD-400 Installation Application Note. 1.0 Hardware Requirements. 2.0 Software/Licensing Requirements

Allegion PIM-400/485 and AD-400 Installation Application Note. 1.0 Hardware Requirements. 2.0 Software/Licensing Requirements This document explains how to setup and use the Allegion AD-400 wireless locks with the NXT Mercury Powered controllers and the Doors.NET software. These locks have extensive functionality and operating

More information

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0

1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.Eastron SDM220Modbus Smart Meter Modbus Protocol Implementation V1.0 1.1 Modbus Protocol Overview This section provides basic information for interfacing the Eastron Smart meter to a Modbus Protocol

More information

EE7016 EchoStream Survey Kit

EE7016 EchoStream Survey Kit EE7016 EchoStream Survey Kit Installation and Operation Manual - 06152B 1 Quick Start By following this procedure you can quickly configure the supplied equipment to perform a site survey. Review the main

More information

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction

HOST Embedded System. SLAVE EasyMDB interface. Reference Manual EasyMDB RS232-TTL. 1 Introduction Reference Manual EasyMDB RS232-TTL 1 Introduction This document explains how to use the interface EasyMDB RS232-TTL and describe the connections and the necessary commands for communicating with Cash System

More information

RS-232 Communications Using BobCAD-CAM. RS-232 Introduction

RS-232 Communications Using BobCAD-CAM. RS-232 Introduction RS-232 Introduction Rs-232 is a method used for transferring programs to and from the CNC machine controller using a serial cable. BobCAD-CAM includes software for both sending and receiving and running

More information

Ethernet. Customer Provided Equipment Configuring the Ethernet port.

Ethernet. Customer Provided Equipment Configuring the Ethernet port. Installing the RDSP-3000A-NIST Master Clock. Ethernet Connect the RJ-45 connector to a TCP/IP network. Equipment The following equipment comes with the clock system: RDSP-3000A-NIST Master Clock Module.

More information

Sample EHG CL and EHG SL10 16-bit Modbus RTU Packet

Sample EHG CL and EHG SL10 16-bit Modbus RTU Packet Sent to EHG - Read (16-bit) Process Value Controller 00000011 0x03 3 Function Code - Read Holding Registers 00000000 0x00 0 Read starting at register High byte (Process Value Controller is contained in

More information

A RF18 Remote control receiver MODULE

A RF18 Remote control receiver MODULE A RF18 Remote control receiver MODULE User Guide No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document is subject

More information

Using Xbee 802.15.4 in Serial Communication

Using Xbee 802.15.4 in Serial Communication Using Xbee 802.15.4 in Serial Communication Jason Grimes April 2, 2010 Abstract Instances where wireless serial communication is required to connect devices, Xbee RF modules are effective in linking Universal

More information

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide

WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide WA Manager Alarming System Management Software Windows 98, NT, XP, 2000 User Guide Version 2.1, 4/2010 Disclaimer While every effort has been made to ensure that the information in this guide is accurate

More information

CAM-VGA100 User Manual

CAM-VGA100 User Manual CAM-VGA100 User Manual Release Note: 1. Jan 28, 2004 official released v1.0 2. Feb 24, 2004 official released v1.1 Fix the definition of verify code Fix the bug of unable jump to power save mode Fix the

More information

EMBEDDED ACCESS CONTROL Hardware Installation Guide

EMBEDDED ACCESS CONTROL Hardware Installation Guide EMBEDDED ACCESS CONTROL Hardware Installation Guide Lenel goentry Hardware Installation Guide, product version 1.00. This guide is item number DOC- ENHW-ENU, revision 1.003, April 2009 Copyright 2009 Lenel

More information

Wireless-N. User Guide. PCI Adapter WMP300N (EU) WIRELESS. Model No.

Wireless-N. User Guide. PCI Adapter WMP300N (EU) WIRELESS. Model No. 2,4 GHz WIRELESS Wireless-N PCI Adapter User Guide Model No. WMP300N (EU) Copyright and Trademarks Specifications are subject to change without notice. Linksys is a registered trademark or trademark of

More information

The Answer to the 14 Most Frequently Asked Modbus Questions

The Answer to the 14 Most Frequently Asked Modbus Questions Modbus Frequently Asked Questions WP-34-REV0-0609-1/7 The Answer to the 14 Most Frequently Asked Modbus Questions Exactly what is Modbus? Modbus is an open serial communications protocol widely used in

More information

M68EVB908QL4 Development Board for Motorola MC68HC908QL4

M68EVB908QL4 Development Board for Motorola MC68HC908QL4 M68EVB908QL4 Development Board for Motorola MC68HC908QL4! Axiom Manufacturing 2813 Industrial Lane Garland, TX 75041 Email: Sales@axman.com Web: http://www.axman.com! CONTENTS CAUTIONARY NOTES...3 TERMINOLOGY...3

More information

Supporting ZDOs with the XBee API

Supporting ZDOs with the XBee API Supporting ZDOs with the XBee API The ZigBee Device Profile is a management and discovery service layer supported on all ZigBee devices. Like all other profiles, the ZigBee Device Profile defines a set

More information

Vicon Flash Upgrade Software

Vicon Flash Upgrade Software INSTRUCTION MANUAL Notes Refer to XX134 NO. XX134-13-01 REV. 1212 Vicon Flash Upgrade Software It is possible to upgrade software for the SurveyorVFT and Surveyor -Mini Camera Domes through a PC using

More information

UniPi technical documentation REV 1.1

UniPi technical documentation REV 1.1 technical documentation REV 1.1 Contents Overview... 2 Description... 3 GPIO port map... 4 Power Requirements... 5 Connecting Raspberry Pi to UniPi... 5 Building blocks... 5 Relays... 5 Digital Inputs...

More information

Site Master S251B Antenna and Cable Analyzer

Site Master S251B Antenna and Cable Analyzer Site Master S251B Antenna and Cable Analyzer Programming Manual Hand-Held Tester For Antennas, Transmission Lines And Other RF Components WARRANTY The Anritsu product(s) listed on the title page is (are)

More information

LTM-1338B. Plus Communications Manual

LTM-1338B. Plus Communications Manual LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default

More information

Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0

Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0 Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0 Copyright, 1999-2007 Virtual Integrated Design, All rights reserved. 1 Contents: 1. The Main Window. 2. The Port Setup Window. 3.

More information

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01 User's Guide Using RFDBManager For 433 MHz / 2.4 GHz RF Version 1.23.01 Copyright Notice Copyright 2005 Syntech Information Company Limited. All rights reserved The software contains proprietary information

More information

INSTALLATION MANUAL XM3 Reader

INSTALLATION MANUAL XM3 Reader INSTALLATION MANUAL XM3 Reader Conditions Transactions, deliveries et cetera will be according to the general terms of delivery as deposited at the Chamber of Commerce at Meppel, The Netherlands. Registration

More information

Application Unit, MDRC AB/S 1.1, GH Q631 0030 R0111

Application Unit, MDRC AB/S 1.1, GH Q631 0030 R0111 , GH Q631 0030 R0111 SK 0010 B 98 The application unit is a DIN rail mounted device for insertion in the distribution board. The connection to the EIB is established via a bus connecting terminal at the

More information

User Manuals. Connection to Siemens S5 PU (AS511) Part Number: 80860.699. Version: 2. Date: 18.10.2006

User Manuals. Connection to Siemens S5 PU (AS511) Part Number: 80860.699. Version: 2. Date: 18.10.2006 User Manual Connection to Siemens S5 PU (AS511) Part Number: 80860.699 Version: 2 Date: 18.10.2006 Valid for: User Manuals Version Date Modifications 1 09.06.2006 First Edition 2 18.10.2006 Optimized data

More information

Sophos Mobile Control User guide for Android. Product version: 4

Sophos Mobile Control User guide for Android. Product version: 4 Sophos Mobile Control User guide for Android Product version: 4 Document date: May 2014 Contents 1 About Sophos Mobile Control...3 2 About this guide...4 3 Login to the Self Service Portal...5 4 Set up

More information

TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE

TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE TELULAR SX4E PHONECELL WITH THE 8210 SPEECH MODEM APPLICATION NOTE September 2004 Prepared by: Integrated Systems Division The Sutron Corporation 21300 Ridgetop Circle Sterling, VA 20166 Copyright 2004

More information

USB / Data-Acquisition Module NOW LEAD-FREE

USB / Data-Acquisition Module NOW LEAD-FREE USB / Data-Acquisition Module NOW LEAD-FREE DLP-TEMP-G Features: Digital I/Os, Analog Inputs (0- Volts) or any combination USB. and.0 Compatible Interface th Generation Silicon from FTDI Supports Up To

More information

Control Technology Corporation CTC Monitor User Guide Doc. No. MAN-1030A Copyright 2001 Control Technology Corporation All Rights Reserved Printed in USA The information in this document is subject to

More information

WUA-0605 300Mbps Wireless USB Network Adapter

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

More information

Rev 06 1211. GSM base station. Installation instructions

Rev 06 1211. GSM base station. Installation instructions Rev 06 1211 GSM base station Installation instructions Output string format Baud rate 115200 bps Parity none Data bits 8 Stop bits 1 Flow control none The output string is a modified version of the Sureguard

More information

USB Sabertooth Packet Serial Reference Manual

USB Sabertooth Packet Serial Reference Manual USB Sabertooth Packet Serial Reference Manual Copyright 2014 Dimension Engineering LLC Table of Contents Plain Text or Packet Serial?... 3 Software Libraries... 4 Packet Format... 5 Example Code (Checksum)...

More information

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation Quick Installation A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding This chapter intends to get your new FuzzyScan scanner working with your existing system within minutes. General instructions

More information

Sophos Mobile Control User guide for Windows Phone 8. Product version: 3.5

Sophos Mobile Control User guide for Windows Phone 8. Product version: 3.5 Sophos Mobile Control User guide for Windows Phone 8 Product version: 3.5 Document date: July 2013 Contents 1 About Sophos Mobile Control...3 2 About this guide...4 3 Login to the Self Service Portal...5

More information

TDP-136 TRANSCEIVER DATA PROGRAMMER

TDP-136 TRANSCEIVER DATA PROGRAMMER TDP-136 TRANSCEIVER DATA PROGRAMMER PC SOFTWARE INSTALLATION & OPERATING INSTRUCTIONS Til Document No. 00RE277 Rev. A (Software V1.1x) NOV 2000 Technisonic Industries Limited 250 Watline Avenue, Mississauga,

More information

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Page 1 of 13 Table of Contents 1 OVERVIEW... 3 2 INSTALLING AND CONFIGURING THE ANYBUS -X GENERIC GATEWAY AND ETHERNET

More information

Digital and Analog I/O

Digital and Analog I/O 70072-0127-07 TECHNICAL NOTE 02/2007 Digital and Analog I/O This document discusses the application and configuration of digital and analog inputs/outputs (I/O). Details are for both onboard I/O and external

More information

Ethernet 241 (USB/Serial) Quick Start Guide

Ethernet 241 (USB/Serial) Quick Start Guide Ethernet 241 (USB/Serial) Quick Start Guide I. Ethernet 241 Device Overview The Ethernet 241 device is a two port switch that interfaces a networked device (such as a printer) with a networked device server,

More information

SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual

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

More information

RC8021 Indoor Camera Installation Guide

RC8021 Indoor Camera Installation Guide RC8021 Indoor Camera Installation Guide P/N: 957YL502GJ Document Version: 1.0 Copyright 2011. All Rights Reserved. All trademarks and trade names are the properties of their respective owners i Package

More information

Allen-Bradley. Bar Code. 2-D Hand-Held. Programming Guide. Bar Code. Scanners. (Cat. No. 2755-HTG-4)

Allen-Bradley. Bar Code. 2-D Hand-Held. Programming Guide. Bar Code. Scanners. (Cat. No. 2755-HTG-4) Allen-Bradley 2-D Hand-Held Bar Code Scanners Bar Code Programming Guide (Cat. No. 2755-HTG-4) Important User Information The illustrations, charts, sample programs and layout examples shown in this guide

More information

Verifying Detection of Asset Tags in WLAN Controllers

Verifying Detection of Asset Tags in WLAN Controllers APPENDIXB Verifying Detection of Asset Tags in WLAN Controllers Asset Tags Detection The protocol analyzer trace in Figure B-1 provides important information with regard to how asset tags compliant with

More information

Aperio Online System Description

Aperio Online System Description Aperio Online Aperio Online System Description Document No: ST-002326-B, Issue date: 4 August 2015 1 The global leader in Aperio Online Mechanical Installation Guide, Document No: ST-002326-PB, Date: Online

More information

Designing VM2 Application Boards

Designing VM2 Application Boards Designing VM2 Application Boards This document lists some things to consider when designing a custom application board for the VM2 embedded controller. It is intended to complement the VM2 Datasheet. A

More information

S4000TH HART. HART Communication Manual

S4000TH HART. HART Communication Manual HART Communication Manual The information and technical data disclosed in this document may be used and disseminated only for the purposes and to the extent specifically authorized in writing by General

More information

MTS Master Custom Communications Protocol APPLICATION NOTES

MTS Master Custom Communications Protocol APPLICATION NOTES MTS Master Custom Communications Protocol APPLICATION NOTES Rev. 0 12/6/94 Contents INTRODUCTION... 1 ACCOL TERMINAL ASSIGNMENTS... 1 MTS PROTOCOL SIGNAL LIST... 2 COMMUNICATIONS INTERFACE... 3 Line Parameter

More information

INTRODUCTION FEATURES OF THE ICM

INTRODUCTION FEATURES OF THE ICM INTRODUCTION The ICM, Internet Control Module, is a remote controller device accessible via the Internet that allows operational access to the IPS (and other base units available). Through the ICM you

More information

Technical Support Bulletin Nr.18 Modbus Tips

Technical Support Bulletin Nr.18 Modbus Tips Technical Support Bulletin Nr.18 Modbus Tips Contents! Definitions! Implemented commands! Examples of commands or frames! Calculating the logical area! Reading a signed variable! Example of commands supported

More information

RFID MODULE Mifare Reader / Writer SL025B User Manual Version 1.4 Nov 2012 StrongLink

RFID MODULE Mifare Reader / Writer SL025B User Manual Version 1.4 Nov 2012 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 1.4 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. COMMUNICATION

More information

Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5.

Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5. Description of the Communication protocol for Series 30 and Series40 pressure transmitters from KELLER Class.Group = 5.20 Class.Group = 5.21 Version 3.4 KELLER AG für Druckmesstechnik Version 3.4 BV/SM

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers.

How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. How to use the OMEGALOG software with the OM-SQ2010/SQ2020/SQ2040 Data Loggers. OMEGALOG Help Page 2 Connecting Your Data Logger Page 2 Logger Set-up Page 3 Download Data Page 8 Export Data Page 11 Downloading

More information

Getting Started with IntelleView POS Administrator Software

Getting Started with IntelleView POS Administrator Software Getting Started with IntelleView POS Administrator Software Administrator s Guide for Software Version 1.2 About this Guide This administrator s guide explains how to start using your IntelleView POS (IntelleView)

More information

USB - FPGA MODULE (PRELIMINARY)

USB - FPGA MODULE (PRELIMINARY) DLP-HS-FPGA LEAD-FREE USB - FPGA MODULE (PRELIMINARY) APPLICATIONS: - Rapid Prototyping - Educational Tool - Industrial / Process Control - Data Acquisition / Processing - Embedded Processor FEATURES:

More information

Local Interconnect Network Training. Local Interconnect Network Training. Overview

Local Interconnect Network Training. Local Interconnect Network Training. Overview Overview Local Interconnect Network Training History and introduction Technical features The ISO/OSI reference model and LIN Frames Message Frames Communication concept of LIN Command Frames and Extended

More information

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

More information

Keep it Simple Timing

Keep it Simple Timing Keep it Simple Timing Support... 1 Introduction... 2 Turn On and Go... 3 Start Clock for Orienteering... 3 Pre Start Clock for Orienteering... 3 Real Time / Finish Clock... 3 Timer Clock... 4 Configuring

More information

GLOLAB Universal Telephone Hold

GLOLAB Universal Telephone Hold GLOLAB Universal Telephone Hold 1 UNIVERSAL HOLD CIRCUIT If you have touch tone telephone service, you can now put a call on hold from any phone in the house, even from cordless phones and phones without

More information

SocketScan Software Advanced Programming Guide

SocketScan Software Advanced Programming Guide SocketScan Software Advanced Programming Guide A guide to help you program symbology and parameter settings for the following Socket barcode scanning products: Secure Digital Scan Card Series 3 CompactFlash

More information

AN_2901CE_001 JULY 2005

AN_2901CE_001 JULY 2005 73M2901CE V.22 bis Single Chip Modem A Maxim Integrated Products Brand APPLICATION NOTE AN_2901CE_001 JULY 2005 Introduction V.23 is a FSK modem standard that is defined by ITU regulations. V.23 has been

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

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

More information

Controller 5000GL Controller 5000GL provides flexible system architecture with options of GBUS and LOCAL BUS communications to field devices, to meet a wide range of site requirements. GGBUS L LOCAL BUS

More information

AC1200 Smart WiFi Router with External Antennas

AC1200 Smart WiFi Router with External Antennas AC1200 Smart WiFi Router with External Antennas Model R6220 User Manual November 2014 202-11443-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After

More information

Service Manual Trucks

Service Manual Trucks Service Manual Trucks Group 36 Vehicle Electronic Control Unit (MID 144), Diagnostic Trouble Code (DTC), Guide From build date 1.2007 PV776-88951780 Foreword The descriptions and service procedures contained

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

D8X / D16X IPHONE INTERFACE

D8X / D16X IPHONE INTERFACE Ness icomms App D8X / D16X IPHONE INTERFACE SETUP GUIDE Revision 1.0.0 Table of Contents Copyright Notice... 3 1. Important Information... 4 2. Wiring Diagram... 5 2.1 RS232 Wiring Setup... 5 2.2 IP232

More information

User Manual Connection to Beckhoff ADS serial

User Manual Connection to Beckhoff ADS serial User Manual Connection to Beckhoff ADS serial Part Number: 80 860.665 Version: 2 Date: 22.11.2005 Valid for: TSwin.net 4.0x TSwin.net 4.1x Version Date Modifications 1 21.09.2005 First edition 2 22.11.2005

More information

DS2438EVKIT+ Smart Battery Monitor Evaluation Kit

DS2438EVKIT+ Smart Battery Monitor Evaluation Kit 19-4829; Rev 1; 8/09 www.maxim-ic.com DS2438EVKIT+ Smart Battery Monitor Evaluation Kit FEATURES Demonstrates the Capabilities of the DS2438 Smart Battery Monitor, Including: Temperature Measurement Voltage

More information

MidiStream. UHF Wireless MIDI System Operating Manual

MidiStream. UHF Wireless MIDI System Operating Manual MidiStream UHF Wireless MIDI System Operating Manual Introduction Congratulations on your purchase of the MidiStream UHF wireless MIDI system. The MidiStream system is very easy to use, but please take

More information

How To Fix An Lmx9838 Bluetooth Serial Port Module With Bluetooth 2.0.2.2 (Bluetooth 2) From A Bluetooth Bluetooth 4.2 Device With A Bluembee 2.2 Module

How To Fix An Lmx9838 Bluetooth Serial Port Module With Bluetooth 2.0.2.2 (Bluetooth 2) From A Bluetooth Bluetooth 4.2 Device With A Bluembee 2.2 Module LMX9838 Firmware Release Note 1.0 Introduction The National Semiconductor LMX9838Bluetooth Serial Port module is a highly integrated radio, baseband controller, memory device, crystal, antenna and loop

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information