CANUSB. Manual. November 2011 CANUSB Manual Version 1.0D
|
|
|
- Leonard Kelley
- 9 years ago
- Views:
Transcription
1 CANUSB Manual November 2011 CANUSB Manual Version 1.0D
2 In this manual are descriptions for copyrighted products that are not explicity indicated as such. The absence of the copyright symbol does not infer that a product is not protected. Additionally, registered patents and trademarks are similarly not expessly indicated in this manual. The information in this document has been very carefully checked and is believed to be reliable. However, LAWICEL AB assumes no responsibility for any inaccuracies. LAWICEL AB gives no guarantee nor accepts any liability what so ever for consequential damages resulting from the use of this manual or it s associated product. LAWICEL AB reserves the right to change the information contained herin without prior notification. Further, LAWICEL AB offers no guarantee nor accepts any liability for damages for improper usage or improper installation of the hardware described herein. Finally LAWICEL AB reserves the right to change the hardware or design without prior notification and accepts no liability for doing so. Copyright LAWICEL AB All rights reserved. Printed in Sweden. Includes translation, reprint, broadcast, photomechanical or similar reproduction. No reproduction may be performed without the written agreement from LAWICEL AB. LAWICEL AB Box 3, Industrigatan 6 2nd Floor SE Tyringe SWEDEN Phone: FAX: [email protected]
3 1.0 Introduction The LAWICEL CANUSB is a low cost and easy to use CAN to USB dongle, that could be used together with Windows or Linux O/S with two types of drivers. One Virtual COM Port driver (VCP) which acts as a standard RS232 COM port (in this mode CANUSB can replace our CAN232 and gain more bandwidth on CAN with minor or none software change). The other driver is a Direct Driver (D2XX) which uses a DLL to communicate with the CANUSB. Both drivers can not co-excist on the same PC, you have to choose one of them, however it is easy do uninstall and change from e.g. VCP to D2XX driver. CANUSB uses same type of commands (standard ASCII format) such as the CAN232 V2, though some old way of communicating (V1 Poll and Poll All) has been removed in favour of new optimized transfer speeds. The CANUSB handles both the 11bit ID format as well as the 29bit ID format, RTR frames, built in FIFO queues, extended info/error information and simple power up through a few commands, no external power is needed, it is supplied from the USB port. The CANUSB is only 60mm long, 35mm wide and 15mm thick using the latest technology of small SMD parts on both sides of the board, the power behind is an Atmel AVR, the Philips SJA1000 CAN controller and the FTDI Parallel FT245RL USB chip and that makes it very flexible in the way of handling small bursts of CAN frames at a high bus speed. This document describes the 1:st version of the CANUSB which can be updated via a bootloader via USB. 1.1 CANUSB Specifications Length: 55mm, Width: 36mm, Height: 16mm. Blue Transparent Case, 1 meter shielded USB cable. Industrial Temp range -40C to +85C. USB 2.0 Full Speed, uses FTDI FT245RL. Philips SJA1000 CAN Controller running at 16Mhz. Philips 82C251 CAN Tranceiver (Fully Compatible with ISO V). Compliant to CAN 2.0A (11bit ID s) and CAN 2.0B (29bit ID s) and supports RTR frames. Free Interface DLL and ActiveX controller or low level Ascii Commands via USB driver. CANbus connection according to CiA DS102-1 standard. Power supplied via USB (5V), so no external power needed. CE Approved, ROHS & WEEE compliant. 1.2 Installation Please look at for latest driver packages (VCP & D2XX). On the CANUSB site there are also in depth installation instructions of the CANUSB with the drivers. Please select one of the drivers which suite your needs the most. Maybe you just want to replace the CAN232 with a CANUSB, then choose VCP drivers and you are up running quickly. D2XX drivers needs a totally diffrent approach, though is faster in transfering CAN frames. There is no need for any external power supply, since the CANUSB is powered from USB connector (according to USB standard 5V).
4 1.3 Testing the CANUSB This test assumes you are using the VCP drivers. Test the CANUSB by installing it to a PC s USB port and install drivers if neccessary according to instructions on previous page under section 1.1. When the CANUSB gets power the 2 LEDs (red & green) will blink rapidly 3 times after it has been installed (about 1 second after it gets connected). Then start Windows Terminal software (or your favourite terminal sofware) and set it up to any baudrate, 8 databits, no parity, 1 stop bit, also set local echo on so you can see what you type and set the check flag so that it appends a line feed when it receive and end of line. Finally, make sure you have hardware and software handshaking off. Then make sure you are connected and press >ENTER< and it will make a new line, then press V and >ENTER< and it will print/reply Vhhss, where hh is the hardware version and ss is the software version. Now you know you have full contact with the CANUSB unit and can set it up with a CAN speed and open the CAN port, send and receive frames. The green LED indicates that a CAN frame is succesfully sent or received into the CANUSB unit. Note that you must at least have 2 nodes (CANUSB is counted as one node) to send/receive CAN frames and that the CAN cable network is terminated at both ends with 120 ohms over the CANL and CANH lines plus that a proper twisted pair CAN cable is used. The CANUSB is set to accept all frames, so no need to set filters etc. for testing. The CANUSB can also be tested with the sample programs at. 1.4 CANUSB limitations There are of course limitations of how many frames the CANUSB can send & receive. Current version (V1011) is tested with a throughput of sending 1000 standard 11bit frames with 8 databytes at 125kbit CAN bitrate and the VCP drivers. The bottle neck is of course the RS232 VCP drivers and the microcontroller not being able to handle more frames per second. So the CANUSB is aimed for low speed CAN networks and works very well with CAN speeds at 250kbit or less but of course it is usable up to 1 Mbit (but the bus load may not be high at these speeds or e.g. the filter has to be set to accept some of the frames). The CANUSB has software CAN FIFO queues for both sending and reception. These transmit FIFO can handle 8 frames (standard or extended) while the receive FIFO can handle 32 frames (standard or extended). Furthermore the CANUSB has also USB FIFO s built in the hardware, so it can only handle one or two command at a time, meaning before sending the next command to it, you must wait for an answer from the CANUSB unit (OK which is [CR] or Error which is [BELL]).
5 1.5 CAN Driver Design Guide The CANUSB doesn t come with a Higher Level CAN driver/parser. Since many commercial development tools provide an RS232 ASYNC LIB (such as Visual Basic, Deplhi etc.) it is simple to write a simple program to talk to the CANUSB unit via the VCP drivers. The best way is to make a thread that handles all the communication to the CANUSB and puts all messages in FIFO queues or mail boxes depending on your application. Using the D2XX driver has a similar approach, though is faster in transfer and instead of talking to a virtual COM port, you have an API (Application Programmer Interface) to a DLL instead which could be used in C, C++, C#, VB or Delphi etc. If you are migrating from CAN232, the CANUSB do not have the old fashioned P and A commands. Instead incomming CAN frames are sent out at once on USB, this to save bandwidth on the USB side of the driver since the fastest respons of USB is 1mS. Replies back from t, T, r and R will also always reply z[cr] or Z[CR] depending on command. Otherwise commands are the same. Always start each session (when your program starts) with sending 2-3 [CR] to empty any prior comand or queued character in the CANUSB (many times at power up there could be false characters in the queue or old ones that was from a previous session and make sure you wait for CR and/or BELL responce back, ther same ammount as you sent CR out), then check the CAN version with V command (to be sure that you have communication with the unit) then set up the CAN speed with s or S command, then open the CAN port with O, then the CANUSB is in operation for both sending and receiving CAN frames. Send frames with the t ot T command and wait for a response back to see it it was placed in the CAN FIFO transmission queue or the queue was full. Incomming frames from the CAN bus will be sent out at ones. Then once in a while send the F command to see if there are any errors (e.g. each mS or if you get an error back from the CAN232). If you get to many errors back after sending commands to the unit, send 2-3 [CR] to empty the buffer (and wait for result back), then issue the commands again, if this continue allert the user or application within your program that there is a communication error (e.g. a damaged CAN tranceiver or power failure etc.). The website offers many sample programs in source code. These programs are free to use or alter to suit your needs. 1.6 Version Information The version number of CANUSB consists of 2 versions, one for the hardware and one for the software. These two version numbers are combined into one unique version string with 5 characters starting with a V, then 2 characters for hardware and finally 2 characters for software. E.g. version V1010 indicates that it is hardware version 1.0 and software version 0.0. If we update the hardware we will increase version number of the 2 first characters and if we add or change commands or correct bugs the software version number will increase. To see if your CANUSB supports the commands in this manual, check which version number you have by sending the V command to the CANUSB (see under commands how it works).
6 2.0 Availible CANUSB ASCII Commands: Note: All commands to the CANUSB must end with [CR] (Ascii=13) and they are CASE sensitive. Sn[CR] Setup with standard CAN bit-rates where n is 0-8. This command is only active if the CAN channel is closed. S0 S1 S2 S3 S4 S5 S6 S7 S8 Setup 10Kbit Setup 20Kbit Setup 50Kbit Setup 100Kbit Setup 125Kbit Setup 250Kbit Setup 500Kbit Setup 800Kbit Setup 1Mbit S4[CR] Setup CAN to 125Kbit. sxxyy[cr] Setup with BTR0/BTR1 CAN bit-rates where xx and yy is a hex value. This command is only active if the CAN channel is closed. xx yy BTR0 value in hex BTR1 value in hex s031c[cr] Setup CAN with BTR0=0x03 & BTR1=0x1C which equals to 125Kbit. O[CR] Open the CAN channel. This command is only active if the CAN channel is closed and has been set up prior with either the S or s command (i.e. initiated). O[CR] Open the channel
7 C[CR] Close the CAN channel. This command is only active if the CAN channel is open. C[CR] Close the channel tiiildd...[cr] Transmit a standard (11bit) CAN frame. This command is only active if the CAN channel is open. iii Identifier in hex (000-7FF) l Data length (0-8) dd Byte value in hex (00-FF). Numbers of dd pairs must match the data length, otherwise an error occur. Example 2: t [cr] Sends an 11bit CAN frame with ID=0x100, 2 bytes with the value 0x11 and 0x33. t0200[cr] Sends an 11bit CAN frame with ID=0x20 & 0 bytes. z[cr] for OK or BELL (Ascii 7) for ERROR. Tiiiiiiiildd...[CR] Transmit an extended (29bit) CAN frame. This command is only active if the CAN channel is open. iiiiiiii Identifier in hex ( FFFFFFF) l Data length (0-8) dd Byte value in hex (00-FF). Numbers of dd pairs must match the data length, otherwise an error occur. t [cr] Sends a 29bit CAN frame with ID=0x100, 2 bytes with the value 0x11 and 0x33. Z[CR] for OK or BELL (Ascii 7) for ERROR.
8 riiil[cr] Transmit an standard RTR (11bit) CAN frame. This command is only active if the CANUSB is open in normal mode. iii Identifier in hex (000-7FF) l Data length (0-8) r1002[cr] Sends an 11bit RTR CAN frame with ID=0x100 and DLC set to two (2 bytes). z[cr] for OK or BELL (Ascii 7) for ERROR. Riiiiiiiil[CR] Transmit an extended RTR (29bit) CAN frame. This command is only active if the CANUSB is open in normal mode. iiiiiiii Identifier in hex ( FFFFFFF) l Data length (0-8) t [cr] Sends an 11bit RTR CAN frame with ID=0x100 and DLC set to two (2 bytes). Z[CR] for OK or BELL (Ascii 7) for ERROR.. F[CR] Read Status Flags. This command is only active if the CAN channel is open. F[CR] Read Status Flags. An F with 2 bytes BCD hex value plus CR (Ascii 13) for OK. If CAN channel isn t open it returns BELL (Ascii 7). This command also clear the RED Error LED. See availible errors below. E.g. F01[CR] Bit 0 CAN receive FIFO queue full Bit 1 CAN transmit FIFO queue full Bit 2 Error warning (EI), see SJA1000 datasheet Bit 3 Data Overrun (DOI), see SJA1000 datasheet Bit 4 Not used. Bit 5 Error Passive (EPI), see SJA1000 datasheet Bit 6 Arbitration Lost (ALI), see SJA1000 datasheet * Bit 7 Bus Error (BEI), see SJA1000 datasheet ** * Arbitration lost doesn t generate a blinking RED light! ** Bus Error generates a constant RED light!
9 Mxxxxxxxx[CR] Sets Acceptance Code Register (ACn Register of SJA1000). This command is only active if the CAN channel is initiated and not opened. xxxxxxxx Acceptance Code in hex with LSB first, AC0, AC1, AC2 & AC3. For more info, see Philips SJA1000 datasheet. M [CR] Set Acceptance Code to 0x This is default when power on, i.e. receive all frames. mxxxxxxxx[cr] Sets Acceptance Mask Register (AMn Register of SJA1000). This command is only active if the CAN channel is initiated and not opened. xxxxxxxx Acceptance Mask in hex with LSB first, AM0, AM1, AM2 & AM3. For more info, see Philips SJA1000 datasheet. mffffffff[cr] Set Acceptance Mask to 0xFFFFFFFF This is default when power on, i.e. receive all frames. Setting Acceptance Code and Mask registers The Acceptance Code Register and the Acceptance Mask Register works together and they can filter out 2 groups of messages. For more information on how this work, look in the SJA1000 datasheet. In 11bit ID s it is possible to filter out a single ID this way, but in 29bit ID s it is only possible to filter out a group of ID s. The example below will set a filter to only receive all 11bit ID s from 0x300 to 0x3FF. Commands M [CR] m00001ff0[cr] Comments AC0=0x00, AC1=0x00, AC2=0x60 & AC3=0x00 AM0=0x00, AM1=0x00, AM2=0x1F & AM3=0xF0 The first command tells the filter 2 to match 2 bits and if they are not set (in this case it corresponds to 0x3nn, the 3). The second command tells the nn to be don't care, so it could be from 0 to FF, though not so easy to read, since they are not placed nice in a row in memory. Filter 1 s turned off (uses AM0, AM1 & half lower AM3). The last byte in the mask could also be 0xE0 instead of 0xF0, then we filter out the RTR bit as well and you wont accept RTR frames.
10 V[CR] Get Version number of both CANUSB hardware and software This command is active always. V[CR] Get Version numbers V and a 2 bytes BCD value for hardware version and a 2 byte BCD value for software version plus CR (Ascii 13) for OK. E.g. V1013[CR] N[CR] Get Serial number of the CANUSB. This command is active always. N[CR] Get Serial number N and a 4 bytes value for serial number plus CR (Ascii 13) for OK. E.g. NA123[CR] Note that the serial number can have both numerical and alfa numerical values in it. The serial number is also printed on the CANUSB for a quick reference, but could e.g. be used in a program to identify a CANUSB so the program know that it is set up in the correct way (for parameters saved in EEPROM).
11 Zn[CR] Sets Time Stamp ON/OFF for received frames only. This command is only active if the CAN channel is closed. The value will be saved in EEPROM and remembered next time the CANUSB is powered up. This command shouldn t be used more than when you want to change this behaviour. It is set to OFF by default, to be compatible with old programs written for CANUSB. Setting it to ON, will add 4 bytes sent out from CANUSB with the A and P command or when the Auto Poll/Send feature is enabled. When using Time Stamp each message gets a time in milliseconds when it was received into the CANUSB, this can be used for real time applications for e.g. knowing time inbetween messages etc. Note however by using this feature you maybe will decrease bandwith on the CANUSB, since it adds 4 bytes to each message being sent (specially on VCP drivers). If the Time Stamp is OFF, the incomming frames looks like this: t [cr] (a standard frame with ID=0x100 & 2 bytes) If the Time Stamp is ON, the incomming frames looks like this: t d67[cr] (a standard frame with ID=0x100 & 2 bytes) Note the last 4 bytes 0x4D67, which is a Time Stamp for this specific message in milliseconds (and of course in hex). The timer in the CANUSB starts at zero 0x0000 and goes up to 0xEA5F before it loop arround and get s back to 0x0000. This corresponds to exact 60,000mS (i.e. 1 minute which will be more than enough in most systems). Example 2: Z0[CR] Turn OFF the Time Stamp feature (default). Z1[CR] Turn ON the Time Stamp feature.
CANnes PC CAN Interface Manual
CANnes PC CAN Interface Manual Version: 1.21 October 1 st, 2004 D 20375 Hamburg, Germany Phone +49-40-51 48 06 0 FAX: +49-40-51 48 06 60 2 CANnes Card Manual V1.21 Version Version Date Author Comment 1.00
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:
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.
Kvaser Mini PCI Express User s Guide
Kvaser Mini PCI Express User s Guide Copyright 2013-2014 Kvaser AB, Mölndal, Sweden http://www.kvaser.com Printed Sunday 28 th September, 2014 We believe that the information contained herein was accurate
PCAN-USB CAN Interface for USB. User Manual. Document version 2.3.2 (2015-09-03)
PCAN-USB CAN Interface for USB User Manual Document version 2.3.2 (2015-09-03) Products taken into account Product Name Model Part Number PCAN-USB IPEH-002021 PCAN-USB opto-decoupled Galvanic isolation
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
PCAN-PC Card CAN Interface for the PC Card Slot. User Manual. Document version 2.3.0 (2015-06-17)
PCAN-PC Card CAN Interface for the PC Card Slot User Manual Document version 2.3.0 (2015-06-17) Products taken into account Product Name Model Part Number PCAN-PC Card Single Channel One CAN channel IPEH-002090
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
Modbus Protocol. PDF format version of the MODBUS Protocol. http://www.http://www.modicon.com/techpubs/toc7.html. The original was found at:
Modbus Protocol PDF format version of the MODBUS Protocol The original was found at: http://www.http://www.modicon.com/techpubs/toc7.html (In case of any discrepancies, that version should be considered
EMS. EtherCAN CI. Ethernet/CAN Interface. User Manual THOMAS WÜNSCHE. Documentation for Ethernet/CAN interface EtherCAN CI version 2.1.
Documentation for Ethernet/CAN interface version 2.1. Document version: V3.0 Documentation date: June 16th, 2007 This documentation is not valid for version 2.0 and earlier versions. No part of this document
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
To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:
PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,
ENTTEC Pixie Driver API Specification
ENTTEC Pixie Driver API Specification Purpose This document specifies the interface requirements for PC based application programs to use the ENTTEC Pixie Driver board to drive RGB or RGBW type LED strips.
PCAN-ISA. CAN Interface for ISA. User Manual
PCAN-ISA CAN Interface for ISA User Manual Products taken into account Product Name Model Item Number PCAN-ISA Single Channel One CAN channel IPEH-002074 PCAN-ISA Dual Channel Two CAN channels IPEH-002075
PROLOGIX GPIB-USB CONTROLLER USER MANUAL VERSION 6.107. May 14, 2013 PROLOGIX.BIZ
PROLOGIX GPIB-USB CONTROLLER USER MANUAL VERSION 6.107 May 14, 2013 PROLOGIX.BIZ Table of Contents 1. Introduction... 4 2. Installation... 4 3. Firmware Upgrade... 4 4. Host Software... 4 5. Configuration...
eztcp Technical Document Modbus/TCP of eztcp Caution: Specifications of this document may be changed without prior notice for improvement.
eztcp Technical Document Modbus/TCP of eztcp Version 1.3 Caution: Specifications of this document may be changed without prior notice for improvement. Sollae Systems Co., Ltd. http://www.sollae.co.kr Contents
RN-XV-RD2 Evaluation Board
RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2
The Programming Interface
: In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming
CENTRONICS interface and Parallel Printer Port LPT
Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from
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.
APPLICATION NOTE. Atmel AT02985: User s Guide for USB-CAN Demo on SAM4E-EK. Atmel AVR 32-bit Microcontroller. Features. Description.
APPLICATION NOTE Atmel AT02985: User s Guide for USB-CAN Demo on SAM4E-EK Atmel AVR 32-bit Microcontroller Features USB-CAN gateway USB CDC class (virtual serial port) provides low level data stream Customized
AVR151: Setup and Use of the SPI. Introduction. Features. Atmel AVR 8-bit Microcontroller APPLICATION NOTE
Atmel AVR 8-bit Microcontroller AVR151: Setup and Use of the SPI APPLICATION NOTE Introduction This application note describes how to set up and use the on-chip Serial Peripheral Interface (SPI) of the
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual
MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface
Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Application te Programming Flash Microcontrollers through the Controller Area Network (CAN) Interface Abstract This
Aquadyne TechTip TITLE: TROUBLESHOOTING PC COM PORT AND MODEM PRODUCTS AFFECTED SYMPTOMS POSSIBLE CAUSES
Aquadyne TechTip TITLE: TROUBLESHOOTING PC COM PORT AND MODEM COMMUNICATIONS WITH AN OCTOPUS. Article # 072297-1 Last reviewed: 03/25/98 Keywords: Serial Port, Modem, Polling, AquaWeb, Node Not Responding
CONCEPT1 RS232 COMMUNICATION
Concept 1 RS-232 Communication Communication with Concept 1 via RS-232 is done with simple ASCII Commands and Replies. The port settings are 19200Baud, 8bits, no parity and 1 stop bit. The physical connection
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
MANUAL FOR RX700 LR and NR
MANUAL FOR RX700 LR and NR 2013, November 11 Revision/ updates Date, updates, and person Revision 1.2 03-12-2013, By Patrick M Affected pages, ETC ALL Content Revision/ updates... 1 Preface... 2 Technical
MiniPlex-41USB NMEA-0183 multiplexer Manual
MiniPlex-41USB NMEA-0183 multiplexer Manual MiniPlex-41USB, V1.0 Firmware V1.30 CustomWare, 2004 Introduction The MiniPlex-41USB is a four-channel NMEA multiplexer, enabling the connection of multiple
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
Quectel Cellular Engine
Cellular Engine GSM Multiplexer Application Notes GSM_MUX_AN_V1.00 Document Title GSM Multiplexer Application Notes Version 1.00 Date 2009-06-27 Status Document Control ID Release GSM_MUX_AN_V1.00 General
USB to RS-422/485 Serial Adapter
USB to RS-422/485 Serial Adapter User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2
TTL-232R-3V3 USB to TTL Serial Converter Cable
Future Technology Devices International Ltd. TTL-232R-3V3 USB to TTL Serial Converter Cable The TTL-232R-3V3 is a USB to TTL serial converter cable incorporating FTDI s FT232RQ USB - Serial UART interface
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
Future Technology Devices International Ltd. Mac OS X Installation Guide
Future Technology Devices International Ltd. Mac OS X Installation Guide I Mac OS X Installation Guide Table of Contents Part I Welcome to the Mac OS X Installation Guide 2 Part II VCP Drivers 3 1 Installing
Data sheet Wireless UART firmware version 4.02
Data sheet Wireless UART firmware version 4.02 BLUETOOTH is a trademark owned by Bluetooth SIG, Inc., U.S.A. and licensed to Free2move Rev: 22 December 2008 Table of contents 1 GENERAL INFORMATION...4
Modicon Modbus Protocol Reference Guide. PI MBUS 300 Rev. J
Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J 1 Modicon Modbus Protocol Reference Guide PI MBUS 300 Rev. J June 1996 MODICON, Inc., Industrial Automation Systems One High Street North Andover,
Elettronica dei Sistemi Digitali Costantino Giaconia SERIAL I/O COMMON PROTOCOLS
SERIAL I/O COMMON PROTOCOLS RS-232 Fundamentals What is RS-232 RS-232 is a popular communications interface for connecting modems and data acquisition devices (i.e. GPS receivers, electronic balances,
USB > RS485 > 8 Channel Relay Controller
USB > RS485 > 8 Channel Relay Controller Description : The general purpose of RS-485 Relay Controller. RS-485 BUS can span relatively large distances (up to 4000 feet or just over 1200 meters). Control
RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available
RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data
The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1
The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used
Bluetooth HID Profile
RN-WIFLYCR-UM-.01 RN-HID-UM Bluetooth HID Profile 2012 Roving Networks. All rights reserved. Version 1.0r 1/17/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW Roving Networks Bluetooth modules support
Modbus TCP / DALI converter
M090 Modbus TCP / DALI converter Summary M090 is a serial converter which acts as a Modbus TCP server (accepts Modbus TCP commands) and controls a DALI (Digital Addressable Light Interface) bus with up
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
MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS
MODBUS APPLICATION PROTOCOL SPECIFICATION V1.1b3 CONTENTS 1 Introduction... 2 1.1 Scope of this document... 2 2 Abbreviations... 2 3 Context... 3 4 General description... 3 4.1 Protocol description...
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
BCD TC-100 Table of Contents
BCD TC-100 Table of Contents Introduction...3 Stand Alone Features...3 RS-232 Control...3 User Bit Information...4 Connections...4 Video Connections...4 LTC Connections...4 RS-232 Connection...4 Switch
MSR605. Programmer s Manual. Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Revision B 2009-06-01
MSR605 Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Programmer s Manual Revision B 009-06-0 0 Table of Contents SECTION INTRODUCTION...... Accessories of MSR605...... Warranty...... SECTION
Waspmote. Quickstart Guide
Waspmote Quickstart Guide Index Document version: v4.3-11/2014 Libelium Comunicaciones Distribuidas S.L. INDEX 1. Introduction... 3 2. General and safety information... 4 3. Waspmote s Hardware Setup...
Original instructions. PLUTO Gateway. User Manual. PROFIBUS GATE-P1/P2 DeviceNet GATE-D1/D2 CANopen GATE-C1/C2 Ethernet GATE-E1/E2
Original instructions PLUTO User Manual PROFIBUS GATE-P1/P2 DeviceNet GATE-D1/D2 CANopen GATE-C1/C2 Ethernet GATE-E1/E2 English v10e 2TLC172009M0210_E Revision history: Version Date Change 1A 2006-04-20
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
User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M)
Document code: MN67038-2_ENG Revision 1.400 Page 1 of 25 User Manual Revision 1.400 English Converter / Adapter Ethernet to RS232 / RS485 (Order Code: HD67038-2 HD67038-2-M HD67038-25 HD67038-25-M) for
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
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
KTA-223 Arduino Compatible Relay Controller
8 Relay Outputs 5A 250VAC 4 Opto-Isolated Inputs 5-30VDC 3 Analog Inputs (10 bit) Connections via Pluggable Screw Terminals 0-5V or 0-20mA Analog Inputs, Jumper Selectable 5A Relay Switching Power Indicator
PN 100-06843L, Revision B, October 2013. Epic 950 TM. Master Programmer User s Guide
PN 100-06843L, Revision B, October 2013 Epic 950 TM Master Programmer User s Guide This page intentionally left blank Change History Rev A Initial release Feb 2007 Rev B Update Oct 2013 100-06843L Rev
USB232CONV Installation. Version 1.2.0 Copyright 2004 2007 IFTOOLS GbR www.iftools.com
USB232CONV Installation Version 1.2.0 Copyright 2004 2007 IFTOOLS GbR www.iftools.com USB232CONV Treiber Installierung Inhalt 1 USB232CONV Introduction...1 2 Virtual COM Port...3 2.1 Windows XP Installation
GEVPlayer. Quick Start Guide
GEVPlayer Quick Start Guide High-performance imaging data and video over Ethernet. Version 2.0 These products are not intended for use in life support appliances, devices, or systems where malfunction
PM1122 INT DIGITAL INTERFACE REMOTE
PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT front panel description: 1. Clear wireless remotes knob: push this button for more than 2 seconds to clear the list of all assigned wireless remote settings
Hagenberg Linz Steyr Wels. API Application Programming Interface
Hagenberg Linz Steyr Wels API Application Programming Interface Version 1.1 October 2015 FH OÖ Forschungs & Entwicklungs GmbH Franz-Fritsch-Strasse 11 / Top 3 4600 Wels Austria Research Center Hagenberg
1-Port R422/485 Serial PCIe Card
1-Port R422/485 Serial PCIe Card Installation Guide 1. Introduction Thank you for purchasing this 1-Port RS422/485 Serial PCI Express (PCIe) Card. It is a universal add in card that connects to a PC or
AN1754 APPLICATION NOTE
AN1754 APPLICATION NOTE DATA LOGGING PROGRAM FOR TESTING ST7 APPLICATIONS VIA ICC by Microcontroller Division Application Team INTRODUCTION Data logging is the process of recording data. It is required
XBee USB Adapter Board (#32400)
Web Site: www.parallax.com Forums: forums.parallax.com Sales: [email protected] Technical: [email protected] Office: (916) 624-8333 Fax: (916) 624-8003 Sales: (888) 512-1024 Tech Support: (888) 997-8267
USB TO SERIAL ADAPTER
USB TO SERIAL ADAPTER (Model: U232-P9V2) SPECIFICATIONS CONTENTS 1. GENERAL SPECIFICATIONS... 1 1.1 PRODUCT SURFACE... 1 1.2 PRODUCT DIMENSION... 2 1.3 PRODUCT FEATURES... 3 1.4 PRODUCT SPECIFICATIONS...
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
Future Technology Devices International Ltd. USB to RS232 UART Serial Converter PCB. Datasheet
Future Technology Devices International Ltd USB to RS232 UART Serial Converter PCB Datasheet Document Reference No.: FT_000079 Version 1.41 Issue Date: 2011-01-26 Future Technology Devices International
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
Serial Communications
Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation
8-bit RISC Microcontroller. Application Note. AVR910: In-System Programming
AVR910: In-System Programming Features Complete In-System Programming Solution for AVR Microcontrollers Covers All AVR Microcontrollers with In-System Programming Support Reprogram Both Data Flash and
PRT3 Printer Module: ASCII Protocol Programming Instructions
PRT3 Printer Module: ASCII Protocol Programming Instructions We hope this product performs to your complete satisfaction. Should you have any questions or comments, please visit www.paradox.com and send
The Wireless LAN (Local Area Network) USB adapter can be operated in one of the two following networking configurations :
SAGEM Wi-Fi 11g USB ADAPTER Quick Start Guide About this guide This Quick Start Guide describes how to install and operate your SAGEM Wi-Fi 11g USB ADAPTER. Please read this manual before you install the
Future Technology Devices International Ltd USB TO RS422 UART SERIAL CONVERTER PCB. Datasheet. Document Reference No.: FT_000119
Future Technology Devices International Ltd USB TO RS422 UART SERIAL CONVERTER PCB Datasheet Document Reference No.: FT_000119 Issue Date: 13-04-09 Future Technology Devices International Limited (FTDI)
USB2.0 <=> I2C V4.4. Konverter Kabel und Box mit Galvanischetrennung
USB2.0 I2C V4.4 Konverter Kabel und Box mit Galvanischetrennung USB 2.0 I2C Konverter Kabel V4.4 (Prod. Nr. #210) USB Modul: Nach USB Spezifikation 2.0 & 1.1 Unterstützt automatisch "handshake
RS-422/485 Multiport Serial PCI Card. RS-422/485 Multiport Serial PCI Card Installation Guide
RS-422/485 Multiport Serial PCI Card Installation Guide 21 Contents 1. Introduction...1 2. Package Check List...2 3. Board Layouts and Connectors...3 3.1 2S with DB9 Male Connectors...3 3.1.1 JP5: UART
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
R60 USB to CAN interface Manual (1.5 EN)
R60 USB to CAN interface Manual (1.5 EN) General information R60 USB to CAN interface Manual Version 1.5 EN, 02/2010, DOC01586 Copyright 2010 by ; all rights reserved. Eugen-Adolff-Strasse 134, D-71522
Toshiba Serial Driver Help. 2012 Kepware Technologies
2012 Kepware Technologies 2 Table of Contents Table of Contents 2 3 Overview 3 Device Setup 4 Modem Setup 4 Cable Diagram - EX100/200 PLCs 4 Cable Diagram - T1 PLCs 5 Cable Diagram - T2/T3 PLCs 5 Cable
How to setup a serial Bluetooth adapter Master Guide
How to setup a serial Bluetooth adapter Master Guide Nordfield.com Our serial Bluetooth adapters part UCBT232B and UCBT232EXA can be setup and paired using a Bluetooth management software called BlueSoleil
Block 3 Size 0 KB 0 KB 16KB 32KB. Start Address N/A N/A F4000H F0000H. Start Address FA000H F8000H F8000H F8000H. Block 2 Size 8KB 16KB 16KB 16KB
APPLICATION NOTE M16C/26 1.0 Abstract The following article describes using a synchronous serial port and the FoUSB (Flash-over-USB ) Programmer application to program the user flash memory of the M16C/26
Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive
Welcome to the Introduction to Controller Area Network web seminar My name is William Stuart, and I am a Applications Engineer for the Automotive Products Group within Microchip. This web seminar today
STIM202 Evaluation Kit
Table of contents: 1 FEATURES... 2 2 GENERAL DESCRIPTIONS AND SYSTEM CONTENTS... 2 3 SYSTEM REQUIREMENTS... 2 4 GETTING STARTED... 3 4.1 INSTALLATION OF NI-SERIAL CABLE ASSEMBLY DRIVER... 3 4.2 INSTALLATION
Process Control and Automation using Modbus Protocol
Process Control and Automation using Modbus Protocol Modbus is the fundamental network protocol used in most industrial applications today. It is universal, open and an easy to use protocol. Modbus has
Bluetooth Installation
Overview Why Bluetooth? There were good reasons to use Bluetooth for this application. First, we've had customer requests for a way to locate the computer farther from the firearm, on the other side of
Part Number Description Packages available
Features 3 digital I/O Serial Data output Connects directly to RF Modules Easy Enc / Dec Pairing Function Minimal External Components Required Performs all encoding/decoding of data for Reliable Operation.
iscan USB User manual UNIFIED FIELD COMMUNICATION
User manual UNIFIED FIELD COMMUNICATION Content I Certificate of conformity...1 1 iscan USB...2 2 Installation and commissioning...3 2.1 Installation of the driver software...3 2.2 Installation of the
RS232C < - > RS485 CONVERTER S MANUAL. Model: LD15U. Phone: 91-79-4002 4896 / 97 / 98 (M) 0-98253-50221 www.interfaceproducts.info
RS232C < - > RS485 CONVERTER S MANUAL Model: LD15U INTRODUCTION Milestone s model LD-15U is a RS232 to RS 485 converter is designed for highspeed data transmission between computer system and or peripherals
Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB
Bluetooth in Automotive Applications Lars-Berno Fredriksson, KVASER AB ABSTRACT There is a potential for 50-400 million per year Bluetooth nodes within the car market if Bluetooth can be integrated into
DK40 Datasheet & Hardware manual Version 2
DK40 Datasheet & Hardware manual Version 2 IPC@CHIP DK40 Evaluation module Beck IPC GmbH http://www.bcl.de page 1 of 11 Table of contents Table of contents... 2 Basic description... 3 Characteristics...
ebus Player Quick Start Guide
ebus Player Quick Start Guide This guide provides you with the information you need to efficiently set up and start using the ebus Player software application to control your GigE Vision or USB3 Vision
Future Technology Devices International Ltd
Future Technology Devices International Ltd Datasheet Chipi-X Cable Chipi-X is a USB to full-handshake RS232 cable with a male DB9 connector. This cable is available with or without an enclosure. 1 Introduction
Software Developer's Manual
Software Developer's Manual Raster Command Reference PT-H500/P700/E500 Version 1.10 The Brother logo is a registered trademark of Brother Industries, Ltd. Brother is a registered trademark of Brother Industries,
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
Consult protocol, Nissan Technical egroup, Issue 6
Consult protocol, Nissan Technical egroup, Issue 6 1. Electrical and Signaling protocol 1.1. Consult terminal or PC communications is via three wire bus. TX, RX and Async Clock. 1.2. TX data to ECU level
Future Technology Devices International Ltd. USB NMC-2.5m. USB to USB Null Modem Cable. Datasheet
Future Technology Devices International Ltd NMC-2.5m to Null Modem Cable Datasheet Document Reference No.: FT_000054 Version 1.00 Issue Date: 2008-07-16 Future Technology Devices International Ltd (FTDI)
RIGtalk. Revision 5. Owner s Manual 2012.
RIGtalk Revision 5 Owner s Manual 2012 www.westmountainradio.com 1020 Spring City Drive Waukesha, WI 53186 262-522-6503 [email protected] 2012 West Mountain Radio, All rights reserved. All trademarks
Manual Serial PCI Cards
Manual Serial PCI Cards W&T Models 13011, 13410 13411, 13610 13611, 13812 Version 1.4 Subject to error and alteration 37 01/2005 by Wiesemann & Theis GmbH Subject to errors and changes: Since we can make
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
The Secrets of RS-485 Half-duplex Communication
Communication Casper Yang, Senior Product Manager [email protected] RS-485 is a good choice for long distance serial communication since using differential transmission cancels out the vast majority of
AT89C5131A Starter Kit... Software User Guide
AT89C5131A Starter Kit... Software User Guide Table of Contents Section 1 Introduction... 1-1 1.1 Abbreviations...1-1 Section 2 Getting Started... 2-3 2.1 Hardware Requirements...2-3 2.2 Software Requirements...2-3
