DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

Size: px
Start display at page:

Download "DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide"

Transcription

1 DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris Spurrier Delphi Delco Electronics Systems 1800 East Lincoln Road Kokomo, IN Phone: (765) christopher.spurrier@delphiauto.com

2 LIN to RS-232 Gateway 8/28/02 Page 1 of 21 SAINT Table of Contents 1 Introduction Scope Precedence Definitions and Nomenclature Overview RS-232 Setup Buffering and Flow Control Message Format Data Stream Messages IDs Gateway Messages LIN Messages Connectors RS-232 Connector (J3-DB9F) Flash programming connector LEDs Software Packages...20

3 LIN to RS-232 Gateway 8/28/02 Page 2 of 21 SAINT Revision A Draft 1 August 28, 2002 Initial release of the document. Revision Log Revision B Draft 1 October 10, 2002 Added more definition to document for various modes, etc. Added documentation for lin uartil monitor mode. Revision C Draft 1 December 04, 2002 Added documentation for lin trigger control commands. Revision D Draft 1 August 15, 2003 Modified lin baudrate command.

4 LIN to RS-232 Gateway 8/28/02 Page 3 of 21 SAINT 1 Introduction 1.1 Scope This document describes the use and operation of SAINT Gateway with LIN firmware. This document is proprietary to Delphi Automotive Systems Corporation and cannot be copied in whole or in part without the express written consent of Delphi Automotive Systems Corporation. 1.2 Precedence This document shall have precedence over any information in any other document. Between reference documents, the document with the later revision date shall have precedence. 1.3 Definitions and Nomenclature Gateway - abbreviation for LIN to RS-232 Gateway. SAINT - acronym for the gateway (Systems Analysis INterface Tool). Host - The computer which communicates to the gateway via RS-232 or USB. USB - Universal Serial Bus LIN - Local Interconnect Network Protocol

5 LIN to RS-232 Gateway 8/28/02 Page 4 of 21 SAINT 2 Overview This document describes the operation of the LIN to RS-232 Gateway. The gateway is often referred to as the SAINT gateway or simply SAINT. The following is a synopsis of gateway features: Allows host system to communicate on LIN bus. Performs timing, access, serialization, and error control. Configuration via host to gateway messages. LED status indicator array: 1. Power LED (flashing LED) 2. Bus Message LED (toggles during transmit of Gateway to Host message) 3. Message Trigger LED (toggles upon receiving a specified byte pattern) Gateway to host status / error messages. Software is easily updated via a flash connector. Will eventually be done through the USB bus. The following is a synopsis of requirements for use of the gateway: Connection to power, ground, and busses to be monitored RS-232 connection to host

6 LIN to RS-232 Gateway 8/28/02 Page 5 of 21 SAINT 3 RS-232 Setup The gateway uses the following RS-232 parameters: - 8 Data Bits - 1 Stop Bit - No Parity The gateway supported baud rate: Baud Rate The supported baud rate is sufficient for communicating with the Class2, Keyword, ACP, BEAN, E&C, LIN and slower CAN bus s. However, USB connection is recommended for high speed CAN communications.

7 LIN to RS-232 Gateway 8/28/02 Page 6 of 21 SAINT 3.1 Buffering and Flow Control Whenever the gateway receives a new message from the host, it will set the CTS line until the message can be processed. The host should not send data to the gateway while the CTS line is set. Due to the speed of the gateway processor, it is unlikely that the host will ever see the CTS line set. The gateway buffers 32 bytes to send to the host. The gateway polls the RS-232 transmitter in the main loop to send data to the host. In some cases, the RS-232 transmit buffer will overflow. This should occur only when receiving CAN or IIC messages at a very fast rate. This will cause an ERc_RSFull error to be generated and the data to be lost.

8 LIN to RS-232 Gateway 8/28/02 Page 7 of 21 SAINT 4 Message Format To minimize latency with the RS-232 link, all data is sent in binary form. The same data format is used to send and receive messages. The gateway supports bi-directional asynchronous communications. 4.1 Data Stream The host data stream is broken into messages. A message consists of a Message ID and one or more data bytes. The character FFh is used as an ESCAPE character to indicate the end of messages. There are three cases when an ESCAPE character is received. If the ESCAPE character is followed immediately by a second ESCAPE character, the following are true: The message is not yet complete. The pair of ESCAPE characters represents a single byte of message data of value FFh. If the ESCAPE character is followed immediately by a byte of value 00h, the following are true. The message is complete. Neither the FFh nor the 00h are part of the message. No more messages are ready to be sent. If the ESCAPE character is followed immediately by of any value other than FFh or 00h, the following are true: The message is complete. Neither the ESCAPE character nor the character following the ESCAPE character are part of the message. The value following the ESCAPE character is the message ID for a new message. This data stream format was chosen to allow arbitrary long messages (i.e. 4K Class 2 data blocks), to minimize the overhead to two bytes per message during peak traffic, and to immediately recognize the end of a message without having to wait for the next message to start. After a gateway reset, the gateway will ignore all data until it sees an ESCAPE character. Once it has received a valid EOM, it will recognize the following message.

9 LIN to RS-232 Gateway 8/28/02 Page 8 of 21 SAINT 4.2 Messages IDs Message IDs are one byte long and have the following general format: Type (CAN, BEAN, ACP,Class 2, IIC, etc) Command (Cmd=1) Tx (1) / Rx (0) Time Stamp (TS) Bits 3-7 bit 2 bit 1 bit 0 The upper nibble indicates the type of message. The following types are defined: Gateway (08) Keyword 82 (10h) Keyword 71 (18h) IIC (20h) Keyword 2000 (28h) IDB (30) ACP (38h) E&C (40h) J1708 (48h) CAN (50h) Class2 (60h) Class2 Block (68h) SPI (70h) BEAN1 (90h) BEAN2 (98h) LIN (B8h) Bits 3 to 7 identify the specific communication bus (i.e., Class 2, CAN bus, etc.). Bit 2 is used to designate a command or setup message when set to 1. Bit 1 is the transmit/receive bit with 1 designating transmit and 0 designating receive. Bit 0 is used to designate the Time Stamp. In general, report messages from the gateway use the same identifiers as commands to the gateway.

10 LIN to RS-232 Gateway 8/28/02 Page 9 of 21 SAINT 4.3 Gateway Messages Gateway Commands (LIN V1.2) The SAINT - LIN Gateway supports the following commands: Header ID Data Description 08h 02h None Gateway Bus Receiver On (LIN) 08h 03h None Gateway Bus Receiver Off (LIN) 08h 80h None Perform Reset 08h 86h None Turn Time Stamp Information OFF 08h 87h None Turn Time Stamp Information ON 08h 88h None Turn Transmit Echo ON 08h 89h None Turn Transmit Echo OFF 08h 90h 63 bytes Send Periodic Messages 08h 91h None End Periodic Messages 08h 92h None Request Software Version 08h F0h 1 9 bytes Enable Gateway Trigger 08h F1h None Disable Gateway Trigger Gateway Bus Receiver This command will enable/disable the LIN receiver to avoid receiving messages. The LIN transmitter is always enabled Reset This command will cause the gateway to do a complete cold start. The gateway will ignore the next message Time Stamp This command controls whether a 16-bit time stamp is appended to the end of the bus message reports Transmit Echo This command controls whether transmitted messages are echoed back to the host when they are sent. Echoed back messages will have their transmit bit set Send Periodic Messages (valid in master mode only!) This command will transmit up to six LIN messages periodically in Master mode only. See example below. Example for sending LIN Master periodic messages: TT TT B8 +

11 LIN to RS-232 Gateway 8/28/02 Page 10 of 21 Message1 (length byte + identifier byte + 8 response bytes) + Message2 (length byte + identifier byte + 8 response bytes) + Message3 (length byte + identifier byte + 8 response bytes) + Message4 (length byte + identifier byte + 8 response bytes) + Message5 (length byte + identifier byte + 8 response bytes) + Message6 (length byte + identifier byte + 8 response bytes) Where TT is the periodic time in milliseconds from message to message (0001h - FFFFh), length byte is the length of the message (00h, 01h, 03h, 05h, 09h, or FFh), identifier byte is an acceptable LIN protocol identifier, and response bytes is the identifier response (2, 4, or 8 bytes). If a message only consists of an identifier then the length byte will be 01h and the response bytes must be filled in with zeros. If a message consists of an identifier and a two-byte response then the length byte will be 03h and the first two response bytes will be the valid response and the rest of the response bytes will be zeros. If a message consists of an identifier and a four-byte response then the length byte will be 05h and the first four response bytes will be the valid response and the rest of the response bytes will be zeros. If a message consists of an identifier and an eight-byte response then the length byte will be 09h and all eight of the response bytes will be the valid response. If the length byte for any message is set to 00h, that message is skipped. If the length byte of any message is set to FFh, that marks the end of the table if six messages are not provided and that message is not sent (table rolls over). It is the responsibility of the user to fill in the message table correctly. A gateway error will be generated if the length of the command message is invalid. The report for this command will only include the six message identifiers due to the length of the RS232 transmit buffer Software Version Request This command requests the gateway software version (ASCII) (LIN Vx.x) Trigger (not valid in uartil mode or uartil monitor mode!) This command will cause the gateway to toggle the trigger LED upon receiving a specified byte pattern. LIN receive messages will consist of only 1 byte (identifier only), 2 bytes (2 byte identifier response), 3 bytes (identifier + 2 byte identifier response), 4 bytes (4 byte identifier response), 5 bytes (identifier + 4 byte identifier response), 8 bytes (8 byte identifier response) and 9 bytes (identifier + 8 byte identifier response) lengths. These are the only legal trigger mask values. A gateway error will be generated if the length of the command message is invalid. The report for this command will include the entire message. This feature is helpful for triggering an oscilloscope or arbitrary waveform generator.

12 LIN to RS-232 Gateway 8/28/02 Page 11 of Gateway Reports The gateway will report a reset whenever one occurs. Most likely causes of reset are power on reset, host commanded reset, or gateway micro watchdog error. The gateway does a cold start on all resets (all information is lost). The gateway will also report error conditions with the Report Error message below. See section for error code definitions. The gateway will also echo back all system commands. Header ID Description Data Bytes 08h 02h Report Gateway Bus Receiver On (LIN) None 08h 03h Report Gateway Bus Receiver Off (LIN) None 08h 80h Reset Occurred None 08h 82h Report Error 1 byte Error Code 08h 86h Report Time Stamp Information OFF None 08h 87h Report Time Stamp Information ON None 08h 88h Report Transmit Echo ON None 08h 90h Report Periodic Messages ON 6 LIN Message Identifiers 08h 91h Report Periodic Messages OFF None 08h F0h Report Gateway Trigger ON 1-9 bytes of Trigger Data 08h F1h Report Gateway Trigger OFF None Gateway Error Codes Most error codes are related to sending data at the wrong rate (usually too fast). Code 80h 81h 82h 83h 84h Description System - Invalid message ID or Invalid Message (incorrect data, length, etc.) System - RS-232 Transmit Buffer Full System - UART Error (Overrun, etc.) System Received message is too long. System - Have not read previous message

13 LIN to RS-232 Gateway 8/28/02 Page 12 of LIN Messages LIN Commands and Command Reports LIN mode command (MASTER = 00h) (SLAVE = 01h) (MONITOR = 02h) (UARTIL = 03h) (UARTIL MON. = 04h) Byte 1 Byte 2 Byte 3 BCh 02h Mode LIN mode command report (MASTER = 00h) (SLAVE = 01h) (MONITOR = 02h) ( UARTIL = 03h) (UARTIL MON. = 04h) Byte 1 Byte 2 Byte 3 BCh 02h Mode LIN baud rate command (20.9k = 0Bh) to (2.4k = 60h) Baud rate = 1/(freq * 4.34us) Byte 1 Byte 2 Byte 3 BCh 04h Baud rate LIN baud rate command report (20.9k = 0Bh) to (2.4k = 60h) Baud rate = 1/(freq * 4.34us) Byte 1 Byte 2 Byte 3 BCh 04h Baud rate LIN slave received identifiers response command (response1 response9) (valid in slave mode only!) Byte 1 Byte 2 Bytes 3 Bytes 11 Bytes 12 Bytes 20 BCh 06h 1 - ID + [2,4,8] response bytes 2 - ID + [2,4,8] response bytes Bytes 21 Bytes 29 Bytes 30 Bytes 38 Bytes 39 Bytes 47 Bytes 48 Bytes ID + [2,4,8] response bytes 4 - ID + [2,4,8] response bytes 5 - ID + [2,4,8] response bytes 6 - ID + [2,4,8] response bytes Bytes 57 Bytes 61 Bytes 62 Bytes 64 Bytes 65 Bytes ID + [2,4] response bytes 8 - ID + [2] response bytes 9 - ID + [2] response bytes

14 LIN to RS-232 Gateway 8/28/02 Page 13 of 21 LIN slave received identifiers response command report (response1 response9) (valid in slave mode only!) Byte 1 Byte 2 Byte 3 Byte 4 BCh 06h 1 - ID 2 - ID Byte 5 Byte 6 Byte 7 Byte ID 4 - ID 5 - ID 6 - ID Byte 9 Byte 10 Byte ID 8 - ID 9 - ID LIN periodic messages off if trigger - enable command / command report Byte 1 Byte 2 BCh 08h LIN periodic messages off if trigger - disable command / command report Byte 1 Byte 2 BCh 09h These commands control whether to turn off periodic messages, if activated, when a trigger match has been made between a received message and the trigger mask setup with Gateway command F0h Enable Gateway Trigger. These commans are only valid if in LIN master mode.

15 LIN to RS-232 Gateway 8/28/02 Page 14 of Transmitted LIN - UARTIL Messages (Master UARTIL modes only) LIN Master transmit (identifier only) Byte 1 Byte 2 B8h Identifier LIN Master transmit (identifier + 2 byte response) Byte 1 Byte 2 Byte 3 Byte 4 B8h Identifier byte 1 byte 2 LIN Master transmit (identifier + 4 byte response) Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 B8h Identifier byte 1 byte 2 byte 3 byte 4 LIN Master transmit (identifier + 8 byte response) Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Byte 6 Byte 7 Byte 8 Byte 9 Byte 10 B8h Identifier byte 1 byte 2 byte 3 byte 4 byte 5 byte 6 byte 7 byte 8 LIN Uart transmit (1 to 176 data bytes) Byte 1 Byte 2 Byte 177 B8h Data byte 1 Data byte 176

16 LIN to RS-232 Gateway 8/28/02 Page 15 of Received LIN Messages LIN Gateway Transmit Echo (if echo enabled) Byte 1 Byte 2 Byte N Byte N + 1 BAh Data,Cksum, etc. Completion code LIN Gateway Transmit Echo with Timestamp (if echo and timestamp enabled) Byte 1 Byte 2 Byte N Byte N + 1 Byte N + 2 Byte N + 3 BBh Data,Cksum, etc. Completion code Timestamp MSB Timestamp LSB LIN Gateway Receive Byte 1 Byte 2 Byte N Byte N + 1 B8h Data,Cksum, etc. Completion code LIN Gateway Receive with Timestamp (if timestamp enabled) Byte 1 Byte 2 Byte N Byte N + 1 Byte N + 2 Byte N + 3 B9h Data,Cksum, etc. Completion code Timestamp MSB Timestamp LSB Completion Code Definition: Bits Lin transmit queue overrun - sending data to fast Lin corrupt byte - invalid stop bit Lin last received byte not processed - sending data to fast Lin receive queue overrun - message received was to long Bit 3 set - Lin slave not responding error Bit 2 set - Lin identifier parity error

17 LIN to RS-232 Gateway 8/28/02 Page 16 of 21 Bit 1 set - Lin checksum error Bit 0 set - Lin bit error Note1: All Lin transmit errors will be reflected in the next transmitted or received message completion code. All Lin receive errors will be reflected in that received message s completion code. Note2: If in UARTIL MONITOR MODE (mode = 04h) and an error occurs the gateway will disable the LIN receiver and issue a Gateway Bus Receiver Off report (08 03). This is to insure that the LIN receiver will not stall on erroneous bus states (i.e. bus pulled low after reset for a long period of time). If this occurs the user must re-enable the LIN receiver with a Gateway Bus Receiver On Command (08 02) before receiver communications will resume.

18 LIN to RS-232 Gateway 8/28/02 Page 17 of 21 5 Connectors The gateway uses two connectors. One connector is for the RS-232 link and is DB9F. The second connector is a DB9M for the CAN bus (low speed, medium speed, and high speed), Class 2 bus, Keyword, LIN, power, and ground. The following pin outs are used: 5.1 RS-232 Connector (J3-DB9F) A straight pass cable should be used to connect the gateway to the host computer. DE-9s Pin # Use 2 TX to Host 3 RX from Host 8 CTS 6 DSR 5 GND 5.2 Bus and Power Connector (J4-DB9M) The SAINT boards Bus, Power, and Ground pins are compatible with the Demon. DE-9p Pin # Use 1 Ground 2 SW CAN H 3 LS CAN L 4 LS CAN H 5 HS CAN H 6 HS CAN L 7 CLASS2 8 LIN / KEYWORD 9 +12V

19 LIN to RS-232 Gateway 8/28/02 Page 18 of Flash programming connector Note: the long-term goal is to Flash using the USB connector. Connector J2 is used with an external connector the intended application of this port is the flash programming of a product. The pin out of the connector J2 flash programming connector - is as follows: Pin # Mnemonic Use / description Line up the connector label with the board pin label. Osc1 Osc2 External (to SAINT) oscillator External (to SAINT) oscillator Vdd Already connected to +5V on SAINT board Vss Already grounded

20 LIN to RS-232 Gateway 8/28/02 Page 19 of 21 6 LEDs Four LEDs are used by the gateway. These LEDs are: LED # Purpose 4 NC (No Connection) 3 Trig (Toggled on specified message) 2 Pow (SAINT powered up) 1 Bus (Toggles when transmitting an RS232 message)

21 LIN to RS-232 Gateway 8/28/02 Page 20 of 21 7 Software Packages The following table lists the latest firmware releases for the SAINT board. Name Hardware Version Date Description LIN_V10.HEX /28/2002 Initial Release LIN_V11.HEX /10/02 Added uartil monitor mode Added Gateway bus Comm. On/Off LIN_V12.HEX /04/02 Added Trigger Control LIN_V13.HEX /15/03 Modified Lin Baudrate Command

Systems Analysis INterface Tool 2(SAINT2) Programming Reference

Systems Analysis INterface Tool 2(SAINT2) Programming Reference Systems Analysis INterface Tool 2() Programming Reference Version 2.21 7/26/2012 Copyright Delphi Corporation, 2006-2011 Programming Reference 07/26/12 Page 1 Table of Contents 1 Introduction... 8 1.1

More information

DN120 DeviceNet Gateway User Manual

DN120 DeviceNet Gateway User Manual DN120 DeviceNet Gateway User Manual DN120 PN 84-210010 Rev A Table of Contents CHAPTER 1 OVERVIEW... 4 CHAPTER 2 INSTALLATION... 5 MOUNTING... 5 WIRING... 6 DeviceNet Interface... 6 Serial Channel Interface...

More information

HDV100A3 Command Response Protocol

HDV100A3 Command Response Protocol HDV100A3 Command Response Protocol Documentation Number: HDV100A3-4115m International Headquarters B+B SmartWorx 707 Dayton Road -- P.O. Box 1040 -- Ottawa, IL 61350 USA Phone (815) 433-5100 -- General

More information

AVT-718 SDM-AOS Support

AVT-718 SDM-AOS Support ADVANCED VEHICLE TECHNOLOGIES, Inc. AV Inc. AVT-718 SDM-AOS Support 4 September 2003 This document describes the so - called SDM mode of operation for the AVT-718 unit. SDM mode support was first released

More information

emu - Mains Distribution Unit

emu - Mains Distribution Unit emu - Mains Distribution Unit Operation Manual Ver 2.7 20-04-11 - Page 1-20/04/2011 General Description The emu is a twelve output mains distribution unit with an embedded web server to provide IP control

More information

Gryphon Hardware Information: LIN card

Gryphon Hardware Information: LIN card Gryphon Hardware Information: LIN card External D-9 connector pinout Pin # Channel Assignment 01 1 VIN+ 02 1 No Connect 03 1 LIN BUS 04 1 VIN- / GND 05 1 No Connect 06 1 No Connect 07 1 No Connect 08 1

More information

AVT J1939 / J1708 Controller. Interface Control Document and Related Technical Information

AVT J1939 / J1708 Controller. Interface Control Document and Related Technical Information ADVANCED VEHICLE TECHNOLOGIES, Inc. AVT - 822 J1939 / J1708 Controller Interface Control Document and Related Technical Information Hardware revision A3 Firmware Version 1.6 (01) 3 November 2014 1509 Manor

More information

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3 QBridge I2C, SPI, CAN Control Software User s Manual Date: 9-10-2005 Rev 1.3 1. Introduction...1 1.1. What QBridge can do?... 1 1.2. Disclaimer... 1 1.3. Operational Format... 1 1.4. QBridge-V2... 1 2.

More information

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1

HART 710. User s Manual Version HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 TM HART 710 User s Manual Version 1.00 HART-710 User Manual (Version 1.00, July/2010) PAGE: 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period

More information

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol

H1PROT.PDF 14 Pages Last Revised 02/11/06. Micro RWD H1/S Protocol Data Sheet H1PROT.PDF 14 Pages Last Revised 02/11/06 Micro RWD H1/S Protocol The MicroRWD H1/S version is a complete reader and tag acceptance solution for Hitag 1 RF transponders (including Hitag S256

More information

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit

Back to. Communication Products Group. Technical Notes. Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit Back to Communication Products Group Technical Notes 25T008 Local/Remote Control and Functional Description, 1:1 Redundant Switching Unit, One Rack Unit MITEQ TECHNICAL NOTE 25T008 MAY 1997 REV D LOCAL/REMOTE

More information

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0

GNM3D Series COMMUNICATION PROTOCOL. Version 1 Revision 0 GNM3D Series COMMUNICATION PROTOCOL Version 1 Revision 0 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input Registers)...

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

Product Specification for CANbus to DeviceNet Transducer Gateway

Product Specification for CANbus to DeviceNet Transducer Gateway XG CANbus to DeviceNet Transducer Gateway April, 00 Product Specification for CANbus to DeviceNet Transducer Gateway The XG CANbus to DeviceNet Temposonics Gateway gathers position information from as

More information

Serial Communication. Simplex Half-Duplex Duplex

Serial Communication. Simplex Half-Duplex Duplex 1.5. I/O 135 Serial Communication Simplex Half-Duplex Duplex 136 Serial Communication Master-Slave Master Master-Multi-Slave Master Slave Slave Slave (Multi-)Master Multi-Slave Master Slave Slave Slave

More information

Bluetooth Serial Adapter

Bluetooth Serial Adapter Bluetooth Serial Adapter FB100AS User Guide Version 1.0 FIRMTECH Co., Ltd. B-606, Ssangyong IT Twin Tower, Sangdaewon-dong, 442-5 Jungwon-gu, Seongnam-si, Gyeonggi-do, Korea 462-120 Tel : +82-31-719-4812

More information

1. Implemented CM11 protocol

1. Implemented CM11 protocol 1. Implemented CM11 protocol 1.1. Housecodes and Device Codes. The housecodes and device codes range from A to P and 1 to 16 respectively although they do not follow a binary sequence. The encoding format

More information

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 LIN Support. Introduction. Firmware. Hardware. Inc.

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 LIN Support. Introduction. Firmware. Hardware. Inc. ADVANCED VEHICLE TECHNOLOGIES, Inc. AV Inc. AVT-718 LIN Support This document describes LIN mode operations for the AVT-718 interface. LIN mode was first introduced in the AVT-718 firmware version 2.6.

More information

UART Register Set. UART Master Controller. Tx FSM. Rx FSM XMIT FIFO RCVR. i_rx_clk o_intr. o_out1 o_txrdy_n. o_out2 o_rxdy_n i_cs0 i_cs1 i_ads_n

UART Register Set. UART Master Controller. Tx FSM. Rx FSM XMIT FIFO RCVR. i_rx_clk o_intr. o_out1 o_txrdy_n. o_out2 o_rxdy_n i_cs0 i_cs1 i_ads_n October 2012 Reference Design RD1138 Introduction The Universal Asynchronous Receiver/Transmitter (UART) performs serial-to-parallel conversion on data characters received from a peripheral device or a

More information

INTELLIS. Modbus Direct Network Monitor

INTELLIS. Modbus Direct Network Monitor INTELLIS Modbus Direct Network Monitor System Installation and Operation Manual Phone: (201) 794-7650 Fax: (201)794-0913 Chapter 1 Modbus Protocol Revision History Revision 1.0 30 April, 2002 Initial Version

More information

LDV Communications Specification

LDV Communications Specification LDV6x-0308m - 1/22 Models: LDV6S and LDV6U LDV Communications Specification 2/19/2002 Rev 0.1 Created document draft JDS 2/22/2002 Rev 0.11 Added instructions on the use of Broadcast Messages JDS 3/18/2002

More information

CubeSense. An integrated sun and nadir sensor module. Interface Control Document

CubeSense. An integrated sun and nadir sensor module. Interface Control Document CubeSense An integrated sun and nadir sensor module Interface Control Document Page: 2 Table of Contents List of Acronyms/Abbreviations... 3 1. Introduction... 4 2. Specifications... 5 3. Electrical Interface...

More information

cctalk Product Manual for Ardac Elite

cctalk Product Manual for Ardac Elite cctalk Product Manual for Ardac Elite Issue : 1.0 Last Updated : 24/10/08 This document is the copyright of Money Controls Ltd and may not be reproduced in part or in total by any means, electronic or

More information

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

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

More information

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option

Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Series 370 Stabil-Ion Gauge Controller with RS-485 Interface Option Introduction The RS-485 communications option (See Figure 1) for the Series 370 Stabil-Ion Gauge Controller permits data output to, and

More information

Lumio Release Note Lumio Multi-Touch Communication Protocol

Lumio Release Note Lumio Multi-Touch Communication Protocol Lumio Release Note Lumio Multi-Touch Communication Protocol Note Number RN00009 - Revision A0 Release Date Product Lumio Crystal Touch PCB Controller Abstract This note describes the Lumio Multi Touch

More information

V850ES/SG3, V850ES/SJ3

V850ES/SG3, V850ES/SJ3 APPLICATION NOTE V850ES/SG3, V850ES/SJ3 V850ES/SG3, V850ES/SJ3 Microcontrollers R01AN0930EJ0200 Rev.2.00 Introduction This application note is intended for users who understand the functions of the V850ES/SG3

More information

Sequential Event Recorder

Sequential Event Recorder DESCRIPTION Sequential Event Recorder Product Specifications and Installation Data The Sequential Event Recorder (SER) is an intelligent Genius I/0 block that resides directly on the Genius LAN. The primary

More information

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11

BV4615. Dual Interface Zero Keypad. Product specification. Dec 2009 V0.a. ByVac Page 1 of 11 Product specification Dec 2009 V0.a ByVac Page 1 of 11 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. Serial connector...3 3.2. Multiple Devices...4 3.3. I2C...4 4. Output

More information

IS-Dev Kit-1 Users Manual

IS-Dev Kit-1 Users Manual IS-Dev Kit-1 Users Manual Revision A IS-Dev Kit-1 Version 1.1 NKK SWITCHES 7850 E. Gelding Drive Scottsdale, AZ 85260 Toll Free 1-877-2BUYNKK (877-228-9655) Phone 480-991-0942 Fax 480-998-1435 e-mail

More information

CANopen Interface for SG5 and SG7

CANopen Interface for SG5 and SG7 CANopen Interface for SG5 and SG7 User Manual This document applies to the following drives: E12x0-xx-xx-xxx (SG5) E14x0-xx-xx-xxx (SG5) C11x0-xx-xx-xxx (SG7) A11x0-xx-xx-xxx (SG7) (with CANopen Interface

More information

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision

Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision Motortronics VirtualSCADA VS2-MT Communication Gateway VS2-MT User Manual Revision 1.03.00 Motortronics / Phasetronics 1600 Sunshine Drive Clearwater, Florida 33765 Tel: 727-573-1819 Fax: 727-573-1803

More information

Laboratory 5 Communication Interfaces

Laboratory 5 Communication Interfaces Laboratory 5 Communication Interfaces Embedded electronics refers to the interconnection of circuits (micro-processors or other integrated circuits) with the goal of creating a unified system. In order

More information

CANopen Interface for SG5, SG6 and SG7

CANopen Interface for SG5, SG6 and SG7 CANopen Interface for SG5, SG6 and SG7 User Manual This document applies to the following drives: E12x0-xx-xx-xxx (SG5) E14x0-xx-xx-xxx (SG5) E14x0V2-xx-xx-xxx (SG6) C11x0-xx-xx-xxx (SG7) A11x0-xx-xx-xxx

More information

sllin TTY discipline for UART-LIN device implementation P. Píša, R. Lisový, M. Sojka Czech Technical University in Prague DRAFT

sllin TTY discipline for UART-LIN device implementation P. Píša, R. Lisový, M. Sojka Czech Technical University in Prague DRAFT sllin TTY discipline for UART-LIN device implementation P. Píša, R. Lisový, M. Sojka Czech Technical University in Prague August 27, 2012 Version f510653 Abstract This document describes sllin TTY line

More information

EX-HDU HDMI, AUDIO & USB EXTENSION

EX-HDU HDMI, AUDIO & USB EXTENSION Software User s Guide EX-HDU HDMI, AUDIO & USB EXTENSION CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 800-959-6439 FREE technical support, Call 714-641-6607 or fax 714-641-6698 Address: Hall

More information

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

More information

ADT Frame Format Notes (Paul Suhler) ADI ADT Frame Format Proposal (Rod Wideman)

ADT Frame Format Notes (Paul Suhler) ADI ADT Frame Format Proposal (Rod Wideman) To: INCITS T10 Membership From: Paul Entzel, Quantum Date: 11 November 2002 Document: T10/02-329r2 Subject: Proposed frame format for ADT 1 Related Documents T10/02-233r0 T10/02-274r0 ADT Frame Format

More information

AN1139: CP2615 I/O Protocol

AN1139: CP2615 I/O Protocol The CP2615 I/O Protocol (IOP) is a stateless, message based protocol designed specifically to provide access to the CP2615 I/O functions. The protocol is transported by USB bulk transfers over the CP2615

More information

Operator Manual for Profibus

Operator Manual for Profibus PROCESS ANALYSERS SERVOPRO MultiExact Operator Manual for Profibus Part Number: Revision: Language: 05410007A 0 UK English This page intentionally blank LIST OF CONTENTS Section Page 1. DESCRIPTION AND

More information

EM100 Series and ET100 Series

EM100 Series and ET100 Series EM100 Series and ET100 Series COMMUNICATION PROTOCOL Version 2 Revision 6 Index 1.1 1.2 Introduction... 3 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read

More information

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM270 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM270 COMMUNICATION PROTOCOL Version 1 Revision 0 October 4 th, 2013 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read Input

More information

power supply Tamper Detect function will detect possible data modification from outside magnetic

power supply Tamper Detect function will detect possible data modification from outside magnetic FEATURES High bandwidth Read and Write at 52MB/sec Quad I/O with the use of dual purpose pins to maintain a low pin count Operates in both standard, single SPI mode and high speed quad SPI mode Fast quad

More information

Learn how to communicate

Learn how to communicate USART 1 Learn how to communicate Programmed I/O (Software Polling) Interrupt Driven I/O Direct Memory Access (DMA) 2 Programmed I/O (Polling) Processor must read and check I/O ready bits for proper value

More information

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features

Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features Hello, and welcome to this presentation of the STM32 Universal Synchronous/Asynchronous Receiver/Transmitter Interface. It covers the main features of this USART interface, which is widely used for serial

More information

The Wireless Connectivity Expert

The Wireless Connectivity Expert The Wireless Connectivity Expert 48511 Warm Springs Blvd., Suite 206, Fremont CA 94539 Tel: (510) 490-8024 Fax: (510) 623-7268 Website: http://www.actisys.com/ E-mail: irda-info@actisys.com ACT-IR100SD

More information

Projector Control Command Reference Manual

Projector Control Command Reference Manual Projector Control Reference Manual NEC Display Solutions, Ltd. 2014-2017 BDT140013 Revision 6.1 Introduction This manual describes the commands used to control an NEC-made projector from a PC or other

More information

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections

INSTRUCTION MANUAL RVT communication How to use RS485 USB Ethernet RVT connections INSTRUCTION MANUAL RVT communication How to use RS85 USB Ethernet RVT connections Table of contents 1 Introduction to the controller... 1.1 Intended audience... 1.2 Before you start... 1.3 How to use this

More information

VERIS H8035 and H8036

VERIS H8035 and H8036 VERIS H8035 and H8036 MODBUS IMPLEMENTATION SPECIFICATION OVERVIEW This document describes the implementation of Modbus protocol used in the Veris H8035 and H8036 power meters. It is intended to assist

More information

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of

Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of Hello, and welcome to this presentation of the STM32 Low Power Universal Asynchronous Receiver/Transmitter interface. It covers the main features of this interface, which is widely used for serial communications.

More information

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3

USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 USER MANUAL EXPERIENCE INCREDIBLE PERFORMANCE V2.3 CONTENTS 1 INTRODUCTION... 3 2 INTERFACE DESIGN... 4 2.1 Connectivity... 5 2.2 Analog Interface... 6 2.3 I 2 C Interface... 7 2.4 I 2 C Operations...

More information

kcserial User Guide version 2006.FEB.20

kcserial User Guide version 2006.FEB.20 TABLE OF CONTENTS 1 Preface...4 1.1 Purpose...4 1.2 Definitions and Acronyms...4 1.3 Feedback...5 2 Overview...6 2.1 Modes of Operation...6 2.2 System Configuration...6 2.2.1 Hardware...6 2.2.2 Software...7

More information

MRUC-20 Modul-R CAN Bus Network

MRUC-20 Modul-R CAN Bus Network MRUC-20 Modul-R CAN Bus Network BALOGH This manual is based on information available at the time if its publication. Every effort has been made to provide accurate and up-to-date information. This document

More information

Serial Communication Prof. James L. Frankel Harvard University. Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved.

Serial Communication Prof. James L. Frankel Harvard University. Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved. Serial Communication Prof. James L. Frankel Harvard University Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved. Overview of the Serial Protocol Simple protocol for communicating

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 1 EM210 COMMUNICATION PROTOCOL Version 3 Revision 1 June 4 th, 2014 Index 1.1 Introduction...3 1.2 MODBUS functions...3 Function 03h (Read Holding Registers)...3 Function 04h (Read Input Registers)...4 Function

More information

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter

Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Document Name: User Manual for SC10MK, Modbus RTU to Modbus TCP Converter Login for the first time, please use http://192.168.1.100 To key in user name and password is for identifying authorization. Default

More information

Bluetooth Embedded Module

Bluetooth Embedded Module Bluetooth Embedded Module FB755AC & FB755AS User Guide Version 1.1 FIRMTECH Co., Ltd. Homepage : http://www.firmtech.co.kr Mail : contact@firmtech.co.kr Tel : +82-31-719-4812 Fax : +82-31-719-4834 Revision

More information

ICP PANEL-TEC PEX3000 II

ICP PANEL-TEC PEX3000 II ICP PANEL-TEC PEX3000 II MODBUS PORT EXPANDER INSTALLATION AND OPERATION GUIDE REVISION HISTORY Revision Date Author Comments 000 29 Aug 2008 Keira Majors Initial release. 001 16 Sep 2008 David Walker

More information

Serial Communications

Serial Communications 1 Serial Interfaces 2 Embedded systems often use a serial interface to communicate with other devices. Serial Communications Serial implies that it sends or receives one bit at a time. Serial Interfaces

More information

PIC-I/O Multifunction I/O Controller

PIC-I/O Multifunction I/O Controller J R KERR AUTOMATION ENGINEERING PIC-I/O Multifunction I/O Controller The PIC-I/O multifunction I/O controller is compatible with the PIC-SERVO and PIC-STEP motor control modules and provides the following

More information

Serial I-O for Dinesh K. Sharma Electrical Engineering Department I.I.T. Bombay Mumbai (version 14/10/07)

Serial I-O for Dinesh K. Sharma Electrical Engineering Department I.I.T. Bombay Mumbai (version 14/10/07) Serial I-O for 8051 Dinesh K. Sharma Electrical Engineering Department I.I.T. Bombay Mumbai 400 076 (version 14/10/07) 1 Motivation Serial communications means sending data a single bit at a time. But

More information

LM058 Bluetooth Serial Adapter

LM058 Bluetooth Serial Adapter LM058 Bluetooth Serial Adapter with external antenna The LM058 Bluetooth Serial Adapter eliminates your conventional RS232 serial cables, providing an easy-to-use, invisible connection with freedom of

More information

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0

EM23-DIN COMMUNICATION PROTOCOL. Version 0 Revision 0 EM23-DIN COMMUNICATION PROTOCOL Version 0 Revision 0 January 14 th, 2013 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input

More information

ELE492 Embedded System Design

ELE492 Embedded System Design Overview ELE9 Embedded System Design Examples of Human I/O Interfaces Types of System Interfaces Use of standards RS Serial Communication Overview of SPI, I C, L, and CAN Class //0 Eugene Chabot Examples

More information

BM1001 & BM2001 Serial & USB Adaptor

BM1001 & BM2001 Serial & USB Adaptor BM1001 & BM2001 Serial & USB Adaptor ABOUT BM1001 & BM2001 version 4.0: Class 1 / RS232 / USB Interface DIP switch is available for a second setting 4dBi Dipole Antenna provided AT Command provided (C)

More information

EM24-DIN PFA, PFB & X models

EM24-DIN PFA, PFB & X models EM24-DIN PFA, PFB & X models COMMUNICATION PROTOCOL Version 4 Revision 0 December 03 th, 2012 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function

More information

EHAG 125 khz Multitag Reader Module ME-H10101xx

EHAG 125 khz Multitag Reader Module ME-H10101xx EHAG 125 khz Multitag Reader Module ME-H10101xx Firmware: 0.12b 4/9/2004 Table of Content 1 Scope...2 2 Definitions and abbreviations...3 2.1 Definitions... 3 2.1.1 Hex notation... 3 2.1.2 ASCII notation...

More information

Digital Storage Oscilloscope

Digital Storage Oscilloscope Digital Storage Oscilloscope GDS-3000 Series SERIAL DECODE MANUAL GW INSTEK PART NO. 82DS-SBD00U01 ISO-9001 CERTIFIED MANUFACTURER October 2010 This manual contains proprietary information, which is protected

More information

HRT-710. User s Manual Version HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1

HRT-710. User s Manual Version HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1 TM HRT-710 User s Manual Version 1.23 HRT-710 User Manual (Version 1.23, Dec/2012) PAGE: 1 Warranty All products manufactured by ICP DAS are under warranty regarding defective materials for a period of

More information

Micro RWD Quad-Tag Reader

Micro RWD Quad-Tag Reader Data Sheet RWD_QT.pdf 19 Pages Last Revised 09/08/11 Micro RWD Quad-Tag Reader The MicroRWD QT (Quad-Tag) version is a complete 125kHz reader solution for Hitag 1, Hitag S256/S2048 (Plain Memory mode),

More information

EM300 Series. ET300 Series

EM300 Series. ET300 Series EM300 Series and ET300 Series COMMUNICATION PROTOCOL Version 2 Revision 11 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 1.2.1 Function 03h (Read Holding Registers)... 3 1.2.2 Function 04h (Read

More information

DS 1682 Total Elapsed Time Recorder with Alarm

DS 1682 Total Elapsed Time Recorder with Alarm DS 1682 Total Elapsed Time Recorder with Alarm www.dalsemi.com FEATURES Records the total time that the Event Input has been active and the number of events that have occurred. Volatile Elapsed Time Counter

More information

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD BOARD LEVEL PRODUCTS RS-422/ INTERFACE BOARD DESCRIPTION The Model Serial Interface is a small, low cost interface board that interfaces serial devices with RS-422 or signals to the bus. The provides

More information

Serial Interfacing. Asynchronous Frame

Serial Interfacing. Asynchronous Frame Serial Interfacing Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) 2 Types: Asynchronous CPU and device are not using a common

More information

EDBG. Description. Programmers and Debuggers USER GUIDE

EDBG. Description. Programmers and Debuggers USER GUIDE Programmers and Debuggers EDBG USER GUIDE Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging

More information

Integrated Device Technology, Inc Stender Way, Santa Clara, CA Phone #: (408) Fax #: (408) Errata Notification

Integrated Device Technology, Inc Stender Way, Santa Clara, CA Phone #: (408) Fax #: (408) Errata Notification Integrated Device Technology, Inc. 2975 Stender Way, Santa Clara, CA - 95054 Phone #: (408) 727-6116 Fax #: (408) 727-2328 Errata Notification EN #: IEN01-02 Errata Revision #: 11/5/01 Issue Date: December

More information

Micro RWD H2 Protocol

Micro RWD H2 Protocol Data Sheet H2PROT.PDF 9 Pages Last Revised 04/11/09 Micro RWD H2 Protocol The MicroRWD H2 version is a complete reader and tag acceptance solution for Hitag 2 RF transponders. The solution only needs a

More information

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 KIE Support. Introduction. Hardware. Firmware. Inc.

ADVANCED VEHICLE TECHNOLOGIES, Inc. AV. AVT-718 KIE Support. Introduction. Hardware. Firmware. Inc. ADVANCED VEHICLE TECHNOLOGIES, Inc. AV Inc. AVT-718 KIE Support 6 February 2003 This document describes KIE (K-line Inverted Echo) mode of operation for the AVT-718 unit. KIE mode was first released in

More information

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax:

Description of options. user s manual. DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: Fax: Description of options TCP/IP Ethernet module user s manual DEIF A/S Frisenborgvej 33 DK-7800 Skive Tel.: +45 9614 9614 Fax: +45 9614 9615 info@deif.com www.deif.com Document no.: 4189320029B Legal information

More information

SCSI is often the best choice of bus for high-specification systems. It has many advantages over IDE, these include:

SCSI is often the best choice of bus for high-specification systems. It has many advantages over IDE, these include: 13 SCSI 13.1 Introduction SCSI is often the best choice of bus for high-specification systems. It has many advantages over IDE, these include: A single bus system for up to seven connected devices. It

More information

DatraxRF Spread Spectrum Wireless Modem

DatraxRF Spread Spectrum Wireless Modem DatraxRF Spread Spectrum Wireless Modem Overview The DatraxRF 12, 96, and 192 modules are 100-milliwatt, frequency-hopping wireless modules that allow wireless communication between equipment using a standard

More information

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3

EM210 COMMUNICATION PROTOCOL. Version 3 Revision 3 EM210 COMMUNICATION PROTOCOL Version 3 Revision 3 November 13 th, 2015 Index 1.1 Introduction... 3 1.2 MODBUS functions... 3 Function 03h (Read Holding Registers)... 3 Function 04h (Read Input Registers)...

More information

OEM API Specification

OEM API Specification OEM API Specification For Wasatch Photonics OEM Spectrometers WasatchDevices.com Revised 2016-08-26 Page 1 Revision Log Revision Date By Reason 1.0 2016-08-29 J. Traud Initial Release Contents General

More information

DS1676 Total Elapsed Time Recorder, Erasable

DS1676 Total Elapsed Time Recorder, Erasable www.dalsemi.com Preliminary DS1676 Total Elapsed Time Recorder, Erasable FEATURES Records the total time that the Event Input has been active and the number of events that have occurred. Volatile Elapsed

More information

19.1. Unit 19. Serial Communications

19.1. Unit 19. Serial Communications 9. Unit 9 Serial Communications 9.2 Serial Interfaces Embedded systems often use a serial interface to communicate with other devices. Serial implies that it sends or receives one bit at a time. µc Device

More information

The Omega product you have just received is of the highest quality available, offering superior performance, reliability and value to the user.

The Omega product you have just received is of the highest quality available, offering superior performance, reliability and value to the user. The Omega product you have just received is of the highest quality available, offering superior performance, reliability and value to the user. It is designed with the ever changing process conditions,

More information

ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041

ICS Regent. Communications Package for W INTERPRET. Guarded Peer-Link Communications (T3831) PD-6041 ICS Regent PD-6041 Communications Package for W INTERPRET Guarded Peer-Link Communications (T3831) Issue 1, March, 06 The WINTERPRET Communications Package is an add-in software package that allows you

More information

New Eagle Data Logger

New Eagle Data Logger New Eagle Data Logger User Guide V5.0 9/1/2012 Page 1 Table of Contents Overview... 3 Kit Contents... 4 Quick Start... 5 Setup... 5 Connector Pins... 5 Harness... 6 Logger Switches, LED s and More....

More information

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0

EM21 COMMUNICATION PROTOCOL. Version 1 Revision 0 EM21 COMMUNICATION PROTOCOL Version 1 Revision 0 April 7 th, 2008 Index 1.1 Introduction...3 1.2 MODBUS functions...3 1.2.1 Function 03h (Read Holding Registers)...3 1.2.2 Function 04h (Read Input Registers)...4

More information

General Remote Interface Description. en General Remote Interface Description

General Remote Interface Description. en General Remote Interface Description General Remote Interface Description en General Remote Interface Description General Remote Interface Description en 2 Table of Contents 1 Introduction...3 1.1 Purpose...3 1.2 Scope...3 1.3 Definitions,

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

UART TO SPI SPECIFICATION

UART TO SPI SPECIFICATION UART TO SPI SPECIFICATION Author: Dinesh Annayya dinesha@opencores.org Table of Contents Preface... 3 Scope... 3 Revision History... 3 Abbreviations... 3 Introduction... 3 Architecture... 4 Baud-rate generator

More information

ib technology Data Sheet RWD_QT_LP_ pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader

ib technology Data Sheet RWD_QT_LP_ pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader Data Sheet RWD_QT_LP_030518.pdf 20 Pages Last Revised 03/05/2018 Micro RWD Quad-Tag (low power) Reader The MicroRWD QT (Quad-Tag) low-power version is a complete 125kHz reader solution for Hitag 1, Hitag

More information

CDN067 DEVICENET SPECIFICATIONS

CDN067 DEVICENET SPECIFICATIONS CDN067 DEVICENET SPECIFICATIONS Revision History Revision Description Date 1.0 Initial Release Upgrade to DNet Rev. 2.0 07/20/98 Added support for status byte and status clear in poll Disallowed changing

More information

SAINT2. System Analysis Interface Tool 2. Emulation User Guide. Version 2.5. May 27, Copyright Delphi Automotive Systems Corporation 2009, 2010

SAINT2. System Analysis Interface Tool 2. Emulation User Guide. Version 2.5. May 27, Copyright Delphi Automotive Systems Corporation 2009, 2010 SAINT2 System Analysis Interface Tool 2 Emulation User Guide Version 2.5 May 27, 2010 Copyright Delphi Automotive Systems Corporation 2009, 2010 Maintained by: SAINT2 Team Delphi www.saint2support.com

More information

MCS-51 Serial Port A T 8 9 C 5 2 1

MCS-51 Serial Port A T 8 9 C 5 2 1 MCS-51 Serial Port AT89C52 1 Introduction to Serial Communications Serial vs. Parallel transfer of data Simplex, Duplex and half-duplex modes Synchronous, Asynchronous UART Universal Asynchronous Receiver/Transmitter.

More information

Installation and operation manual ReciFlow Gas

Installation and operation manual ReciFlow Gas Installation and operation manual ReciFlow Gas 1 1. Measurement principle... 3 2. Installation... 5 3. Operation... 7 4. Electrical interfaces... 11 5. Communication protocol... 14 6. Software update and

More information

W25X05CL/10CL/20CL 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI

W25X05CL/10CL/20CL 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI 2.5 / 3 / 3.3 V 512K / 1M / 2M-BIT SERIAL FLASH MEMORY WITH 4KB SECTORS AND DUAL I/O SPI - 1 - Revision B Table of Contents 1. GENERAL DESCRIPTION...4 2. FEATURES...4 3. PIN CONFIGURATION SOIC 150-MIL,

More information

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

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

More information

EN25S20A (2SF) 2 Megabit 1.8V Serial Flash Memory with 4Kbyte Uniform Sector

EN25S20A (2SF) 2 Megabit 1.8V Serial Flash Memory with 4Kbyte Uniform Sector EN25S20A (2SF) 2 Megabit 1.8V Serial Flash Memory with 4Kbyte Uniform Sector FEATURES Single power supply operation - Full voltage range: 1.65-1.95 volt Serial Interface Architecture - SPI Compatible:

More information