I/O232-A User s Guide

Size: px
Start display at page:

Download "I/O232-A User s Guide"

Transcription

1 rmv electronics I/O232-A User s Guide DISCLAIMER: RMV ELECTRONICS INC. does not assume any liability arising from the application and/or use of the product/s described herein, nor does it convey any license. RMV ELECTRONICS INC. products are not authorized for use as components in medical, life support or military devices without written permission from RMV ELECTRONICS INC. The material enclosed in this package may not be copied, reproduced or imitated in any way, shape or form without the written consent of RMV ELECTRONICS INC. This limitation also applies to the firmware that the Integrated Circuits in this package might contain. WARRANTY: RMV ELECTRONICS INC. will replace, free of charge, faulty components in this package with the exception of the Integrated Circuits it might contain, for a period of 6 months after the date of purchase. Chapter 1 GETTING STARTED Connecting the I/O-232 Board to a Computer Due to the variety of connectors used from one computer manufacturer to another, the serial port connector and cable are not provided. The I/O-232A only requires 3 wires to communicate with your computer. These go from the RS- 232 header on the I/O-232 board to three pins on the connector required by your computer. Refer to the pin out diagram in Figure 1. The RX line on the I/O-232 board goes to the TX line on the computer and the TX line on the board goes to the RX line on the computer ("modem cable" or crossed wire configuration). GND on the board goes to digital ground on the computer. ITC232-A Wiring Diagram 1

2 Figure 1 Typical Connections 1. Wiring a DB25 connector to the RS232 header on the I/O- 232 board : Connect GND to pin 7 on the DB25, RX to pin 2 and TX to pin 3. Pin numbers are printed on the connector. 2. Using a DB9 pin connector: Connect GND to pin 5, RX to pin 3 and TX to pin 2. Pin numbers are printed on the connector. 3. Using a Macintosh connector: See the corresponding figure. To Macintosh phone connector Ground To TX (on board) To RX (on board) View looking from inside the computer Figure 2. Another way to proceed, if you already have a cable connected to your serial port, is to measure the voltage in the lines. First, find with an Ohm meter, the GND line (the computer MUST be OFF). Then turn the computer ON and measure the voltages on the lines. The one carrying -9 to -12 V goes to the RX line on the board. The third one goes to TX on the board. Power Supply Apply power to the board. In order to do this you need at least 7.5VDC. This can be provided through a wall AC/DC transformer (300 ma is standard for most applications), a battery (at least 9V), any other DC power supply (of at least 7.5VDC). Caution: Be sure to check the polarity before connecting the power supply. If they are reversed the regulator will burn out. If you are using an on-board 7805 regulator, make sure it does not heat up. This would indicate a short somewhere in the circuit. Upon applying power or pressing the reset button, the following message should appear on your screen: Welcome to the ITC232-A? or h for help > and you should hear a beep resulting from the printing of an ASCII(#7) character. If you do not get this message consult the trouble-shooting section. 2

3 Communications The normal procedure is to develop and test the commands you want to send to the peripheral using a terminal emulation program, such as the ones listed below. Once the program has been outlined, the user can write an application code in a higher level language (C, Pascal, QBASIC, Visual BASIC, etc.) for the task(s) to be performed You can operate the I/O-232 board from a custom written program or you can do it from any commercial communications software (PROCOMM, Terminal for Windows, MAC240, etc). Make sure that the COM port you select in your program corresponds to the one to which the I/O-232 is connected. Choose 300 or 9,600 Bauds on the terminal according to the BAUD pin Baud level (According to the speed selected by JP1. High = 9600, Low = 300). The other parameters are always N,8,1 (no parity, 8 bits and 1 stop bit). The Baud rate can be changed later to any standard value between 300 and Bauds. When using a commercial communications software package select no CR translation to CR/LF (Carriage Return/Line Feed). LF is ignored by the ITC232-A but it still takes some time to be sent. Enable the local echo if you are using a communications package. Important: Make sure the Backspace key on your terminal sends out ASCII(#8), otherwise you will not be able to correct a command without retyping it entirely (in some terminal emulator programs, such as the one included in Windows, a backspace is generated with a Ctrl key (e.g. under VT-100 terminal emulation, backspace is Ctrl- H)). While with commercial software packages the CRAB (Bin), CRAD (Dec) or CRAH (Hex) configurations work best, the CRAP (Program) configuration is optimized for controlling the ITC232-A from within your own programs. Chapter 2 OPERATING THE I/O232 BOARD Using the A/D Converter: 8 Bit ADC The I/O 232-8A board contains an 11 channel, 8 bit A/D converter the MC For practical reasons, only 10 of the 11 channels are used in this board even though the 11 th channel is available, if needed, directly on pin 12 of U3. The following diagram shows the interface between the ITC232-A and the MC145041: Figure 3 The reference voltage for all channels is 10K multi-turn potentiometer (TRIM) and it appears on TP1 so that you can easily measure it. The reference voltage determines the maximal value 3

4 (decimal 255) measurable on any channel. Voltages above this threshold will yield 255 and below GND will yield 0. The maximal voltage that can be directly read is close to VCC (~+5V). It is recommended that the impedance of the circuit being read be <10K. The MC interfaces with the ITC232-A via a 3 line synchronic serial interface (PD/PS pins on the ITC232-A). One of these lines (PD1/PS_TX) carries data into the MC to select the analog channel to be read. Only the 4 most significant bits of the value received by the MC are used. Since the ITC232-A sends out 8 bit words, here is a table to simplify the channel selection task: CHANNEL BINARY DEC HEX AN $00 AN $10 AN $20 AN $30 AN $50 AN $60 AN $70 AN $80 AN $90 AN $A0 Another line, PD0/PS_RX, is used to read the result of the last conversion into the ITC232-A. Finally, PD2/PS_CK carries the clock signal necessary to move data between the ICs. The ITC232-A's Serial Peripheral Interface must be configured to the MC requirements prior to use. To achieve this, send only once, at the beginning of a session, the command PCSA128 (<P>ort <S>erial <C>onfigure <A>ll 128 (see under PORT COMMANDS to configure the SPI). The MC operates as follows: The analog channel is selected by the value sent from the ITC232-A (see Table above). Once the channel is selected, the conversion takes place immediately and the result is stored in an internal shift register. This value needs to be clocked back into the ITC232-A. IMPORTANT: You should read the result of the conversion immediately after selecting the analog channel. Otherwise, the obtained result is historical! In order to write and read to the MC you will use the PWSn and PRS commands (n represents the number used to select the analog channel as per the Table above). You do not need to write the channel number every time, if you are always reading from the same one. The reason for this is that every time a value is clocked into the ITC232-A with a PRS command, a value is automatically and simultaneously clocked out the PD1/PS_TX pin. This value is either the last value written to the SPI (with the last PWSn command) or 0 if none has yet been written following a reset. Thus, when you issue PWSn followed by PRS this is what actually happens: (1) the analog channel is selected and a conversion takes place, (2) n is now stored in the ITC232-A as the last value written to the SPI, (3) the result of the conversion is waiting in the MC serial register, (4) the PRS command clocks that result into the ITC232-A while n is sent again to the MC thus starting a new conversion, the result of which is now in turn waiting to be clocked out the MC shift register. Should you issue a new PRS without sending PWSn first, the last result for that analog channel would be clocked into the ITC232-A while the same channel number is clocked out thus generating a new conversion. Please note that an initial PWSn MUST be sent in order to select the channel. A fast rate of conversion can be attained by using command after a PRS. 4

5 Examples: We assume the PCSA128 command has already been issued in order to configure the SPI. (a) To read channels AN0, AN1 and AN2 successively: PWS0 (for AN0), PRS (reads AN0), PWS16 (selects AN1), PRS (reads AN1), PWS32 (selects AN2), PRS (reads AN2). (b) Reading channel AN5 multiple times: PWS80 (selects AN5 and makes the first conversion), PRS,..any other commands not related to the SPI..., PRS, PRS... Should you wish to read AN5 after an interval following the last conversion, send PRS twice and discard the 1st result because it corresponds to the last conversion before the interval. (c) Reading channel AN8 in a continuous loop. This is the fastest way of reading successive values from the SPI: PWS128 (selects AN8), PRS (yields the @... Note that no other command can be issued Otherwise, that command would be the one repeated On the computer side you will receive, along with the conversion results legend. For more details about command refer to LIST OF COMMANDS, Again command. 10 and 12 Bit ADC Our I/O boards use either an MC or a TLC1543 instead of the MC used in the I/O series. The I/O boards use a TLC2543, 12 bit ADC. All these ADC's have 10 channels and 8, 10 or 12 bits of resolution. The 8 bit IC and the 10 or 12 bit ICs are very similar in the way they operate. The only difference is that the latter two return the result in two bytes instead of one. Thus, the SPI has to be read twice to pull out the result and since the manufacturers have built these IC's in such a way that there is a 6 bit shift in the result, once the two bytes have been assembled, the result must be divided by 64 to obtain the actual value. Although the 10 and 12 bit ADCs are similar in the way they operate, some important differences exist in the way the data flows. Thus, we will first address the 10 bit ADC then the 12 bit one. To operate a 10 bit ADC within an I/O-232 board, proceed as follows: (Remember, send only the characters within <> and an [Enter] at the end of each command). 1. Configure the SPI by sending from the computer <P>ort <C>onfigure <S>erial <A>ll <128>. 2. Select the analog channel with <P>ort <W>rite <S>erial $n where $n, in hexadecimal corresponds to: $00 = AN0 pin 1 $10 = AN1 pin 2 $20 = AN2 pin 3 $30 = AN3 pin 4 $40 = AN4 pin 5 $50 = AN5 pin 6 $60 = AN6 pin 7 $70 = AN7 pin 8 $80 = AN8 pin 9 $90 = AN9 pin 11 $A0 = AN10 pin 12 (Not connected in the I/O-232 board) $B0 = AN11 Half scale test channel, returns $8000 $C0 = AN12 Zero test channel, return $0000 $D0 = AN13 Full scale test channel, returns $FFC0 (Note: Some chips return $FF80 instead 5

6 of $FFC0 (equal to max - 1 LSB after bit shiftwing). 3. Send <P>ort <R>ead <S>erial. The Least Significant Byte of the previous conversion is returned. Send PRS again and the Most Significant Byte of the previous conversion is returned. Note: After changing the AN channel, discard the result from the next 2 PRS commands since they correspond to the LSByte and MSByte respectively of the last conversion from the former AN channel. Keep track of the number of PRS commands sent in order to know whether you are reading the LSByte (always first) or the MSByte. 4. The result returned by the MC is shifted 6 bits to the left. Thus, the result must be divided by 64. Should you wish to assemble the result in one variable V, use V = (LSByte + MSByte * 256)/64 in decimal or $V = (LSByte + MSByte * $FF)/$40 in hexadecimal. Example: For practical reasons, let us use test channel AN11 which always returns the half scale value (512 or $200). a. Working from a terminal program, configure the results in ASCII Hexadecimal with CRAH [Enter]. b. Configure the SPI with PCSA128 [Enter]. c. Select channel AN11 by typing PWS$B0 [Enter]. d. Get a reading with PRS [Enter] followed You should get $00 and $80 which corresponds to $8000 (32768 decimal). Divide by $40 or 64 decimal to obtain 512, the value of half the scale. e. Configure results in decimals with CRAD [Enter]. Then type PRS [Enter] followed You get 000 and 128. To compute the result as shown in 4 do: R = ( * 256) / 64 = 512. The description above works best when only one channel is been used. However, if channels are changed you should insert a third "PRS" command. This is because when you change channels with "PWSxx" the last conversion is sent out. This of course corresponds to the last channel and should be discarded. For an example in QBasic showing how to perform the 3 tests (Zero, Full scale and half scale) the MC provides see Appendix A. Some Considerations When using the I/O 232 Board remember the following: 1. The IRQL and IRQH interrupt lines are each brought to CONNECTOR 1 via a capacitor with a bleeding resistor in parallel. This allows the use of as many interrupt lines in parallel as needed (the interrupt is only generated by a voltage edge and not by the voltage level). The source of the interrupt can be later determined through an input port. The values of C4,R7 & R6 might not be the optimal ones for your particular application (e.g. to measure a frequency by counting the number of interrupts arriving to the computer per second, you might need different capacitor and resistor values). Change them accordingly. 2. The -9 Volt appearing on CONNECTOR 6 is generated by the MAX232. Thus, keep the current within this IC s specifications. 3. Do not drain more than 10 ma per output on ports A, B & C or the PWM pin. In order to activate heavier loads use a transistor driver. 6

7 Chapter 3 TROUBLE SHOOTING If the message: Welcome to the ITC232-A? or h for help > does not appear on your screen upon resetting the I/O-232, proceed as follows: (1) Check that there is power on the board (~5 V). (2) Check that the serial link is working. The most frequent problems here are: (2.a) The COM port in use is not the selected one in the program. (2.b) The communication parameters are incorrect. (2.c) The RX and TX lines are inverted. Serial drivers are sturdy and normally stand some electrical abuse. You could just invert the cables going to RX and TX and try again. NOTE THAT EVEN THOUGH IT IS UNLIKELY THAT YOU WILL INFLICT ANY DAMAGE TO YOUR COMPUTER OR THE I/O-232 BOARD, YOU ARE WORKING AT YOUR OWN RISK AND RMV ELECTRONICS INC. WILL NOT BE HELD RESPONSIBLE FOR ANY DAMAGE. If you want to test the cables before connecting them again, send any file out the serial port. With a tester on the AC voltage scale you should read a variable voltage between 0 and -12 volts coming into the RX line on the board. Conversely, testing the TX line on the board should result in a brief AC voltage appearing after releasing the RESET button (resulting from the Welcome... message). If the latter does not happen then there is a problem in the I/O- 232 board (see below). (3) Verify the board again and in particular the positioning of the ICs. To determine whether the problem is in U1 (a MAX232 used to generate the voltages required for the RS232C standard) or in U2 (the ITC232-A IC), repeat the last test for an AC voltage on U2, pin 29 (when sending from the computer) and U2, pin 30 after releasing the RESET button. A failure of the latter means: (3.a) The ITC232-A has no power (measure supply voltages on the chip pins). (3.b) The ITC232-A has not been properly reset (or the RST pin is always Low). Check the reset circuit. (3.c) The IC is not oscillating (check pins 39 and 38 with an oscilloscope). (3.d) The IC is gone... In that case, call RMV ELECTRONICS INC. for a replacement. 7

8 APPENDIX A Zero, Full Scale and Half Scale Tests in QBasic The example below in QBasic shows how to perform the 3 tests (Zero, Full scale and half scale) the MC provides. Other channels are read identically: CLS START: PRINT "CONNECT BOARD AND PRESS A KEY WHEN READY" START1: DO UNTIL INKEY$ <> "": LOOP CLEAR TRUE = 1: FALSE = 0 REM Open COM port OPEN "Com1: 9600,N,8,1,CD0,CS0,DS0,OP0,RS,TB2048,RB2048" FOR RANDOM AS #1 PRINT "PLEASE RESET THE ITC232-A or ESC TO ABORT" PRINT RES: IF INKEY$ = CHR$(27) THEN END IF LOC(1) = 0 THEN GOTO RES GOSUB READSERIAL W$ = "CRAP": GOSUB WRITESERIAL W$ = "PCSA128": GOSUB WRITESERIAL FOR number = 1 TO 8 PRINT number, W$ = "$B0": PRINT W$; " "; : GOSUB READ10BITS: ' Half scale test W$ = "$D0": PRINT W$; " "; : GOSUB READ10BITS: ' Full scale test W$ = "$C0": PRINT W$; " "; : GOSUB READ10BITS: ' Zero test PRINT NEXT number END REM Subroutines REM Writing to serial port WRITESERIAL: PRINT #1, W$ GOSUB READSERIAL RETURN REM Reading serial port READSERIAL: S$ = "" IF LOC(1) = 0 THEN GOTO READSERIAL REM Get received string into S$ Lp1: C$ = INPUT$(1, #1) S$ = S$ + C$ IF C$ <> ">" THEN GOTO Lp1 REM decode string (V$) and value (V) 8

9 VALIDERROR = TRUE ERRORCODE$ = "" V$ = "" FOR H = 1 TO LEN(S$) IF MID$(S$, H, 1) = CHR$(7) THEN VALIDERROR = FALSE IF MID$(S$, H, 1) = "?" THEN ERRORCODE$ = MID$(S$, H + 1, 1) NEXT H IF (VALIDERROR = TRUE AND ERRORCODE$ <> "") THEN GOSUB ERRORSUB: RETURN V$ = "" FOR n = 1 TO LEN(S$) x$ = MID$(S$, n, 1) IF x$ <> CHR$(13) THEN IF x$ >= "0" AND x$ <= "9" THEN V$ = V$ + x$ V = VAL(V$) NEXT n RETURN ERRORSUB: PRINT PRINT "Error #"; ERRORCODE$ RETURN READ10BITS: W$ = "PWS" + W$: GOSUB WRITESERIAL W$ = "PRS": GOSUB WRITESERIAL: ' dummy read W$ = "PRS": GOSUB WRITESERIAL: ' Get MSByte MSB = V W$ = "PRS": GOSUB WRITESERIAL: ' Get LSByte LSB = V RESULT = LSB * MSB RESULT = RESULT / 64 PRINT RESULT, RETURN 9

ST400C-NT USER S GUIDE. Table of Contents

ST400C-NT USER S GUIDE. Table of Contents ST400C-NT USER S GUIDE Table of Contents Board Overview Block Diagram Disclaimer Introduction Features 1 Quick Start 2 Function Description Host Interface and Communication with PC's 3 Networking Operation

More information

USB-Based 14-Channel Data-Acquisition Module

USB-Based 14-Channel Data-Acquisition Module USB-Based 14-Channel Data-Acquisition Module DLP-IO14 LEAD FREE FEATURES: 14 IO s: 0-5V Analog, Digital In/Out, Temperature Two Bipolar Analog Inputs; ±5V Input Range Max All Analog Inputs: Up to 30Ksps

More information

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6.

Mounting Dimensions / Viewing 2 Mounting Options 3. Wiring Configuration 4. Quick Set up Procedure 5. Changing Intensity 6. Section Mounting Dimensions / Viewing 2 Mounting Options 3 Section 2 Wiring Configuration 4 Section 3 Quick Set up Procedure 5 Section 4 Changing Intensity 6 Section 5 Option Summary 7 Section 6 Option

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

RMV ELECTRONICS INC. Application Note

RMV ELECTRONICS INC. Application Note RMV ELECTRONICS INC. Application Note Description: Using more than one ITC232-A on the same Serial Port Application #: 00023 Date: May 1994 Status: Final Version This App note has been super-seeded by

More information

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13

BV4626 General Purpose I/O. Product specification. Mar 2010 V0.a. ByVac Page 1 of 13 General Purpose I/O Product specification Mar 2010 V0.a ByVac Page 1 of 13 Contents 1. Introduction... 3 2. Features... 3 3. Physical Specification... 3 3.1. JP7... 3 3.2. Control Interface... 4 3.3. Serial

More information

Vorne Industries. Model 77/232 Serial Input Numeric 3" Display User's Manual

Vorne Industries. Model 77/232 Serial Input Numeric 3 Display User's Manual Vorne Industries Model 77/232 Serial Input Numeric 3" Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 (630) 875-3600 Telefax (630) 875-3609 Page 2 Model 77/232 Serial Input Numeric 3"

More information

melabs Serial LCD Firmware Version 1.1 3/5/07

melabs Serial LCD Firmware Version 1.1 3/5/07 melabs Serial LCD Firmware Version 1.1 3/5/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

NetMedia 2x16 Serial LCD Display Module V1.5

NetMedia 2x16 Serial LCD Display Module V1.5 NetMedia 2x16 Serial LCD Display Module V1.5 Table of Contents: Pinout... 2 Interfacing... 3 LCD Control Codes... 4 Creating Custom Characters... 6 BasicX-24 Example Program:... 7 2x16 Specifications...

More information

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual

Vorne Industries. 2000S Series Serial Input Alphanumeric Display User's Manual Vorne Industries 2000S Series Serial Input Alphanumeric Display User's Manual 1445 Industrial Drive Itasca, IL 60143-1849 Telephone (630) 875-3600 Telefax (630) 875-3609 2000S Series Serial Input Alphanumeric

More information

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd.

Display Real Time Clock (RTC) On LCD. Version 1.2. Aug Cytron Technologies Sdn. Bhd. Display Real Time Clock (RTC) On LCD PR12 Version 1.2 Aug 2008 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd.

RFID: Read and Display V2010. Version 1.1. Sept Cytron Technologies Sdn. Bhd. PR8-B RFID: Read and Display V2010 Version 1.1 Sept 2010 Cytron Technologies Sdn. Bhd. Information contained in this publication regarding device applications and the like is intended through suggestion

More information

icex-cmtm General specs and Installation guide

icex-cmtm General specs and Installation guide icex-cmtm General specs and Installation guide 1. General view 2. Specifications 2.1. Common specs: Ethernet 1 x 10/100Base/T, RJ45 connector with traffic and link LED Serial Interface 1 x RS232/485 USB

More information

CLCD1 Serial 1 wire RS232 LCD development board

CLCD1 Serial 1 wire RS232 LCD development board CLCD1 Serial 1 wire RS232 LCD development board Can be used with most 14 pin HD44780 based character LCD displays Use with 1,2,3 or 4 line displays. (Four line LCD shown above) Shown assembled with optional

More information

I/O SIGNAL CONDITIONER

I/O SIGNAL CONDITIONER Technical Data Sheet No. TD9809M Rev. F Date of Issue: December 9, 2009 OPERATING MANUAL I/O SIGNAL CONDITIONER CAUTION: THIS PRODUCT DOES NOT PROVIDE GALVANIC ISOLATION. DO NOT ATTEMPT USE OF THIS PRODUCT

More information

DIGITAL COMPASS SOLUTION

DIGITAL COMPASS SOLUTION Features 5 Heading Accuracy, 0.5 Resolution 2-axis Capability Small Size (19mm x 19mm x 4.5mm), Light Weight Advanced Hard Iron Calibration Routine for Stray Fields and Ferrous Objects 0 to 70 C Operating

More information

CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE

CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE 13050301 (c) Copyright DIP Inc., 1996 DIP Inc. P.O. Box 9550 MORENO VALLEY, CA 92303 714-924-1730 CONTENTS DN503 PRODUCT OVERVIEW 1 DN503 INSTALLATION 1 POWER

More information

CEIBO FE-5111 Development System

CEIBO FE-5111 Development System CEIBO FE-5111 Development System Development System for Atmel W&M T89C5111 Microcontrollers FEATURES Emulates Atmel W&M T89C5111 4K Code Memory Real-Time Emulation and Trace Frequency up to 33MHz/5V ISP

More information

R325P Single Axis Driver

R325P Single Axis Driver R325P Single Axis Driver User Manual And Commands Guide Version 1.3 Thank you for purchasing the R325P Single-Axis Step & Direction Driver. This product is warranted to be free of manufacturing defects

More information

CEIBO FE-51RD2 Development System

CEIBO FE-51RD2 Development System CEIBO FE-51RD2 Development System Development System for Atmel AT89C51RD2 Microcontrollers FEATURES Emulates Atmel AT89C51RD2 60K Code Memory Real-Time Emulation Frequency up to 40MHz / 3V, 5V ISP and

More information

CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE

CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE 13050201 (c) Copyright DIP Inc., 1996 DIP Inc. P.O. Box 9550 MORENO VALLEY, CA 92303 714-924-1730 CONTENTS DN502 PRODUCT OVERVIEW 1 DN502 INSTALLATION 1 POWER

More information

DEV-1 HamStack Development Board

DEV-1 HamStack Development Board Sierra Radio Systems DEV-1 HamStack Development Board Reference Manual Version 1.0 Contents Introduction Hardware Compiler overview Program structure Code examples Sample projects For more information,

More information

PIM Presco Interface Module

PIM Presco Interface Module INTRODUCTION The Interface Module (PIM) can be used to convert commonly used data formats to Nidac, or format data. PIM Interface Module Series 2 Revision B FEATURES Converts from,, Nidac, Clock & Data

More information

ADR7700. RS232 / Data Acquisition Interface USER MANUAL V 1.0

ADR7700. RS232 / Data Acquisition Interface USER MANUAL V 1.0 ADR7700 RS232 / Data Acquisition Interface USER MANUAL V 1.0 Caution: The ADR7700 is a static sensitive device. Observe proper procedures for handling static sensitive devices. ONTRAK CONTROL SYSTEMS INC.

More information

Manual 601: : USB/RS232. Specifications. Contents. Options

Manual 601: : USB/RS232. Specifications. Contents. Options Page 1 ATE-601 601: : USB/RS232 I/O Controller - 8 Inputs, 4/8 Relays The ATE-500/600 series is a range of modular I/O controllers. It uses small standardized boards which allows you to configure the system

More information

EWAVE Inc Gracefield Ln. Dallas, Texas (972)

EWAVE Inc Gracefield Ln. Dallas, Texas (972) EWAVE Inc. 7419 Gracefield Ln. Dallas, Texas 75248 (972) 248-2931 www.electrowave.com STAMPER User s Manual Version 1.0 Ewave Radio Modems covered in this manual: STAMPER INTRODUCTION... 3 1.1 FEATURES

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 4.5V 5.5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC.

More information

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX

Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN (317) (317) FAX Mega128-DEVelopment Board Progressive Resources LLC 4105 Vincennes Road Indianapolis, IN 46268 (317) 471-1577 (317) 471-1580 FAX http://www.prllc.com GENERAL The Mega128-Development board is designed for

More information

ED1021 I/O Expander with UART interface & analog inputs

ED1021 I/O Expander with UART interface & analog inputs Preliminary Highlights 2.7V 5V power supply range. 12 GPIOs. Up to 40mA maximum current in each output except GPIO8 (up to a total device current of 175mA). Most GPIOs can be an input to a 10bit ADC. Simple

More information

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help

8051 Intermidiate Development Board. Product Manual. Contents. 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 8051 Intermidiate Development Board Product Manual Contents 1) Overview 2) Features 3) Using the board 4) Troubleshooting and getting help 1. Overview 2. Features The board is built on a high quality FR-4(1.6

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8

Microcontroller. BV523 32bit Microcontroller. Product specification. Jun 2011 V0.a. ByVac Page 1 of 8 32bit Product specification Jun 2011 V0.a ByVac Page 1 of 8 Contents 1. Introduction...3 2. Features...3 3. Physical Specification...3 3.1. PIC32...3 3.2. USB Interface...3 3.3. Power Supply...4 3.4. Power

More information

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES:

VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: DLP-VLOG *LEAD-FREE* VINCULUM-BASED TEMPERATURE / HUMIDITY / VOLTAGE DATA LOGGER FEATURES: Virtually Unlimited Data Storage Utilizing FTDI s New Vinculum USB Host IC Data Logged to USB Flash Drive Low-Power

More information

Beijer Electronics AB 2000, MA00453,

Beijer Electronics AB 2000, MA00453, VT100 emulation This manual presents installation and handling of the driver VT100 to the terminals in the E-series. The functionality in the E-terminals and in MAC Programmer+ are described in the E-manual.

More information

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE

USB-BASED 8-CHANNEL DATA ACQUISITION MODULE DLP-IO8-G *LEAD-FREE* USB-BASED 8-CHANNEL DATA ACQUISITION MODULE Features: 8 Channels: Digital I/O, Analog In, Temperature USB Port Powered USB 1.1 and 2.0 Compatible Interface Small Footprint; Easily

More information

Hybrid AC Driver [GCNC-1110]

Hybrid AC Driver [GCNC-1110] Page 1 Installation Manual and Datasheet Page 2 Key Features Smooth and quiet operation at all speeds and extremely low motor heating Industrial grade performance for an alternating current servo motor

More information

melabs Serial LCD Firmware Version 1.0 2/7/07

melabs Serial LCD Firmware Version 1.0 2/7/07 melabs Serial LCD Firmware Version 1.0 2/7/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

SLCD1-IC Serial LCD Processor

SLCD1-IC Serial LCD Processor SLCD1-IC Serial LCD Processor Diagram 1: LCD Pin 13 LCD Pin 14 1 2 18 17 LCD Pin 12 LCD Pin 11 N/C 3 16 8 MHz Osc DC 4 15 8 MHz Osc Ground 5 14 DC Serial Input True/Inverted 6 7 13 12 LCD Pin 6 LCD Pin

More information

MD9 MULTIDROP INTERFACE INSTRUCTION MANUAL

MD9 MULTIDROP INTERFACE INSTRUCTION MANUAL MD9 MULTIDROP INTERFACE INSTRUCTION MANUAL REVISION: 01/05/03 COPYRIGHT (c) 1987-2003 CAMPBELL SCIENTIFIC, INC. This is a blank page. WARRANTY AND ASSISTANCE The MD9 MULTIDROP INTERFACE is warranted by

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

DVK kHz RFID Development Kit User Manual

DVK kHz RFID Development Kit User Manual Features and Benefits Standard ISO communications User interface software RS232 serial communication Dedicated instruction set 6 to 9Volts supply compliant Ordering Information Part No. DVK90109 General

More information

Instruction Manual for BE-SP3 Circuit. 10/21/07

Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 of 54 Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 Index: Page 2 BE-SP3 Circuit Specifications. Page 3-4 Intro to the BE-SP3. Page 5 Basics of serial to parallel. Page 6-7 ASCII Code.

More information

Product Specification for SAB-S-MODBUS

Product Specification for SAB-S-MODBUS SAB-S-MODBUS May 9, 2011 Product Specification for SAB-S-MODBUS The SAB-S-MODBUS is a two-channel module that measures single or multiple magnet transducer position and returns this information to a host

More information

Ready-Set-Go (RSG) Controller: Getting Starter

Ready-Set-Go (RSG) Controller: Getting Starter Ready-Set-Go (RSG) Controller: Getting Starter 1. SETTING UP HYPERTERMINAL FOR THE RSG CONTROLLER 2 1.1 Hardware Setup 2 1.2 Software Setup: Configuring Hyperterminal 2 1.3 Troubleshooting the Installation

More information

CAUTION: TTL Only, Do Not Use ± 12 V RS-232

CAUTION: TTL Only, Do Not Use ± 12 V RS-232 DIRRS+ Digital Infra-Red Ranging System Ideal for robotics projects Singles (SKU #35090) 4 Pack (SKU #35100) Infrared Distance Measurement 5V Output Signal 3 Output Modes Reliable Optics Easy to use Open

More information

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags

S125 Multi-Purpose 125 KHz RFID Reader USER MANUAL. 9V/24V DC Operating Voltage, AC (optional) KHz RFID EM4100/2 Cards & Tags S125 Multi-Purpose 125 KHz RFID Reader 44 mm USER MANUAL MULTI PURPOSE 84 mm ONLINE & OFFLINE MODE BUILT-IN RELAY 125 KHz RFID EM4100/2 Cards & Tags 9V/24V DC Operating Voltage, AC (optional) 3 Online

More information

BV511 Hardware Guide ByVac ByVac Revision 1.0

BV511 Hardware Guide ByVac ByVac Revision 1.0 BV511 Hardware Guide ByVac ByVac 2007 www.byvac.co.uk Revision 1.0 ByVac 1 Copyright in this work is vested in ByVac and the document is issued in confidence for the purpose only for which it is supplied.

More information

EDE700 Serial LCD Interface IC

EDE700 Serial LCD Interface IC EDE700 Serial LCD Interface IC EDE700 0=2400,1=9600 1 BAUD XMIT 18 Serial Transmit 0=Inverted,1=Standard 2 POLARITY RCV 17 Serial Receive 0=Diagnostic Mode 3 TEST OSC1 16 Oscillator Connection Connect

More information

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01

USB485. USB to RS485 Converter Card. User Manual for connecting with Windows Vista Version 1.01 USB485 USB to RS485 Converter Card User Manual for connecting with Windows Vista Version 1.01 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877- 301-3609 www.rmsmotion.com sales@rmsmotion.com

More information

BASIC Stamp Activity Board: Features and Specifications

BASIC Stamp Activity Board: Features and Specifications 27905 w / Power Supply 27906 w/o Power Supply BASIC Stamp Activity Board: Features and Specifications The BASIC Stamp Activity Board (BSAC) is a demonstration board for Parallax BASIC Stamp computers (BS1-IC,

More information

DS1306. Serial Alarm Real Time Clock (RTC)

DS1306. Serial Alarm Real Time Clock (RTC) www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 96-byte nonvolatile RAM for data

More information

Acu-Trac Ultrasonic Level Sensors

Acu-Trac Ultrasonic Level Sensors General SSI s Acu-Trac ultrasonic level sensors broadcast and receive commands over a standard TIA/EIA RS- 485 serial data bus enabling the sensors to communicate and share data with other modules located

More information

LT900SERIES. 1xN Multi-Channel Switch Operation Manual

LT900SERIES. 1xN Multi-Channel Switch Operation Manual LT900SERIES 1xN Multi-Channel Switch Operation Manual Table of Contents General Information.. 1 General Specifications...... 2 Interface Connectors..... 3 Connector Assignment 16 pin........ 4 26 pin....

More information

Weeder Technologies. 90-A Beal Pkwy NW, Fort Walton Beach, FL

Weeder Technologies. 90-A Beal Pkwy NW, Fort Walton Beach, FL eeder Technologies 90-A Beal Pkwy NW, Fort Walton Beach, FL 32548 www.weedtech.com 850-863-5723 Analog Input Module This product is Obsolete due to the main A/D chip which is no longer being manufactured.

More information

CHAPTER 5. Voltage Regulator

CHAPTER 5. Voltage Regulator CHAPTER 5 Voltage Regulator In your robot, the energy is derived from batteries. Specifically, there are two sets of batteries wired up to act as voltage sources; a 9V battery, and two 1.5V batteries in

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

PRELIMINARY Prototyping Platform for the DLP-RF2 Transceiver

PRELIMINARY Prototyping Platform for the DLP-RF2 Transceiver DLP-RFPROTO PRELIMINARY Prototyping Platform for the DLP-RF Transceiver GENERAL DESCRIPTION The DLP-RFPROTO makes easy work of experimenting with the DLP-RF transceiver. It is perfectly suited for easily

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

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F38X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F38x Development Kit contains the following items: C8051F380 Target Board C8051Fxxx Development Kit Quick-start Guide Silicon Laboratories

More information

Features: Analog to Digital: 12 bit resolution TTL outputs, RS-232 tolerant inputs 4.096V reference (1mV/count) 115K max speed

Features: Analog to Digital: 12 bit resolution TTL outputs, RS-232 tolerant inputs 4.096V reference (1mV/count) 115K max speed The Multi-I/O expansion board gives users the ability to add analog inputs and outputs, UART capability (for GPS or modem) and isolated high current outputs to the Flashlite 386Ex. Available in several

More information

ARDUINO MEGA ADK REV3 Code: A000069

ARDUINO MEGA ADK REV3 Code: A000069 ARDUINO MEGA ADK REV3 Code: A000069 OVERVIEW The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

Exclusive 2.5 GHz Frequency Counter

Exclusive 2.5 GHz Frequency Counter Exclusive 2.5 GHz Frequency Counter with blue 2 x 16 LCD display This manual will guide you how to assemble, test and tune this frequency counter KIT. Features: Frequency range from 5 MHz to 2.5GHz Factory

More information

Hints and tips when using RC1xx0 RF Modules

Hints and tips when using RC1xx0 RF Modules AN001 : HI NTSANDTI PS WHENUSI NGRC1 XX0RFMODULES WeMakeEmbeddedWi r el ess Easyt ouse Hints and tips when using RC1xx0 RF Modules By H.Moholdt Keywords Interfacing to RS232/RS485/RS422 level shifters

More information

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

CEIBO FE-W7 Development System

CEIBO FE-W7 Development System CEIBO FE-W7 Development System Development System for Winbond W7xxxx Microcontrollers FEATURES Emulates Winbond W77xxx or W78xxx Microcontrollers 125K Code Memory Real-Time Emulation Frequency up to fmax

More information

ADR2200 RS232/RS485 RELAY I/O INTERFACE USER MANUAL V 3.0

ADR2200 RS232/RS485 RELAY I/O INTERFACE USER MANUAL V 3.0 ADR2200 RS232/RS485 RELAY I/O INTERFACE USER MANUAL V 3.0 Caution: The ADR2200 is a static sensitive device. Observe proper procedures for handling static sensitive devices. ONTRAK CONTROL SYSTEMS INC.

More information

Amarjeet Singh. January 30, 2012

Amarjeet Singh. January 30, 2012 Amarjeet Singh January 30, 2012 Website updated - https://sites.google.com/a/iiitd.ac.in/emsys2012/ Lecture slides, audio from last class Assignment-2 How many of you have already finished it? Final deadline

More information

CF-850/F1KM-176-S Hardware Manual

CF-850/F1KM-176-S Hardware Manual CF-850/F1KM-176-S Hardware Manual Date published: May 2018 (1st Edition) Tessera Technology Inc. TS-TUM06992-1 - CAUTION: The information in this document is subject to change without notice. No part of

More information

USB485 USB to RS485 Converter Card

USB485 USB to RS485 Converter Card USB485 USB to RS485 Converter Card User Manual Version 1.02 RMS Technologies 2533 N. Carson St. #4698, Carson City, NV 89706-0147 1-877-301-3609 www.rmsmotion.com sales@rmsmotion.com Thank you for purchasing

More information

User's Guide. Programmable DC Power Supply 200 Watt (40 Volts / 5 Amps) Model Introduction

User's Guide. Programmable DC Power Supply 200 Watt (40 Volts / 5 Amps) Model Introduction User's Guide Programmable DC Power Supply 200 Watt (40 Volts / 5 Amps) Model 382280 382280 Introduction Congratulations on your purchase of the Extech 382280 Programmable DC Power Supply. This 200 watt

More information

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

ANC Series RS-422 Serial Communications Adapter

ANC Series RS-422 Serial Communications Adapter Rev. B $ 5.00 ANC - 6000 Series RS-422 Serial Communications Adapter Antona Corporation, Los Angeles, CA Antona Corporation (818)783-4299 FAX (818)783-4216 1 Antona Corporation Copyright Copyright (c)

More information

Development System Rev. 0014A

Development System Rev. 0014A Development System Rev. 0014A NetMedia, Inc. Tucson, Arizona NetMedia, Inc. 10940 N. Stallard Pl Tucson, Arizona 85737 TEL: (520) 544-4567 FAX: (520) 544-0800 PURCHASE TERMS AND CONDITIONS The laws of

More information

QSB Command List. Document Version /15/2017

QSB Command List. Document Version /15/2017 QSB Command List Document Version 1.25 8/15/2017 1 of 17 Terms and Conditions of License for use of gratuitous software Thank you for purchasing US Digital products. By downloading or using US Digital

More information

RS-232 Digital Relay I/O

RS-232 Digital Relay I/O RS-232 Digital Relay I/O Model 232DRIO Documentation Number 232DRIO1005 pn#4520-r2 This product Designed and Manufactured In Ottawa, Illinois USA of domestic and imported parts by B&B Electronics Mfg.

More information

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document F2MC MB90385 series Evaluation Board Documentation Revision Date Comment V1.0 08.25.02 New document 1 Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics

More information

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays

MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays ABB Application Note MSOC AN-64A-00 Substation Automation and Protection Division MSOC Communication Commonality with DPU/TPU/GPU 2000R Protective Relays Introduction There seems to be some confusion with

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

IO64 User's Manual. Rev C. Document

IO64 User's Manual. Rev C. Document IO64 User's Manual Rev C Document 940524 (c) 1994 by Alcorn McBride Inc. 3300 S. Hiawassee Bldg. 105 Orlando, Florida 32835 Tel: (407) 296-5800 Fax: (407) 296-5801 Every effort has been made to assure

More information

716/718 Converter User's Guide V 1.96

716/718 Converter User's Guide V 1.96 V 1.96 27 MAY 08 This manual provides information on how to setup, program, and interface the Model 716 and 718 converters. Additional copies of this manual can be obtained by contacting IBC or an authorized

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

Able Systems Limited Northwich, Cheshire, England

Able Systems Limited Northwich, Cheshire, England USERS' GUIDE to the Able Systems Limited Northwich, Cheshire, England www.able-systems.com ABLE SYSTEMS Ap25-24, Ap25-32 & Ap25-4 Panel Mounting Printers (with Serial and Parallel TTL Interface) Contents

More information

TP80301 Data Sheet Copyright SIGMATONE Version 1.0

TP80301 Data Sheet Copyright SIGMATONE Version 1.0 1 Copyright Version 1.0 2 Disclaimer Information contained in this data sheet regarding device applications is provided only for your convenience and may be superseded by updates. Sigmatone makes no representations

More information

Home Security System with Remote Home Automation Control

Home Security System with Remote Home Automation Control Home Security System with Remote Home Automation Control Justin Klumpp Senior Project Hardware Description Western Washington University April 24 2005 Professor Todd Morton Introduction: This document

More information

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD

AD-8923-BCD. Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD AD-8923-BCD Remote Controller (BCD) INSTRUCTION MANUAL 1WMPD4002137 2010 A&D Company, Limited. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, or translated

More information

I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011

I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011 I2C Interface for QL Emulators Part 1 Originally Published in QL Today, Vol 15, Issue 4, May-June 2011 One of the features that the Minerva II ROM provided for the original QL hardware was the I2C I/O

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

NetMedia 2x16 Serial LCD Display Module V1.2

NetMedia 2x16 Serial LCD Display Module V1.2 NetMedia 2x16 Serial LCD Display Module V1.2 RS232 compatible serial interface (2400 & 9600 baud selectable) Externally selectable serial polarities (Inverted & Non-Inverted) Serially controllable contrast

More information

HYDRA-X23/X23S. Power Application Controllers. PAC HYDRA-X User s Guide. Copyright 2014 Active-Semi, Inc.

HYDRA-X23/X23S. Power Application Controllers. PAC HYDRA-X User s Guide.   Copyright 2014 Active-Semi, Inc. HYDRA-X23/X23S Power Application Controllers PAC5223 - HYDRA-X User s Guide www.active-semi.com Copyright 2014 Active-Semi, Inc. CONTENTS Contents...2 Overview...3 HYDRA-X23/X23S Body Resources...5 Header

More information

SECURE DIGITAL ACCESS SYSTEM USING IBUTTON

SECURE DIGITAL ACCESS SYSTEM USING IBUTTON SECURE DIGITAL ACCESS SYSTEM USING IBUTTON Access control forms a vital link in a security chain. Here we describe a secure digital access system using ibutton that allows only authorised persons to access

More information

LBI-38599F Maintenance Manual

LBI-38599F Maintenance Manual Maintenance Manual MASTR IIe Utility Handset TABLE OF CONTENTS INTRODUCTION................................................... 3 DESCRIPTION.................................................... 3 Control

More information

Introduction 1. Liquid crystal display (16 characters by 2 rows) Contrast dial: turn the dial to adjust the contrast of the display (see page 5)

Introduction 1. Liquid crystal display (16 characters by 2 rows) Contrast dial: turn the dial to adjust the contrast of the display (see page 5) Welcome to the GENIE Serial LCD module. Introduction 1 The GENIE Serial LCD module allows GENIE-based projects to display messages on a 16 character by 2 row liquid crystal display (LCD). This worksheet

More information

Designer Systems. LCD Micro Serial Interface Module for Alpha LCD panels. Technical Data

Designer Systems. LCD Micro Serial Interface Module for Alpha LCD panels. Technical Data Designer Systems PRODUCT DESIGN AND MANUFACTURING.co.uk LCD Micro Serial Interface Module for Alpha LCD panels Technical Data DS-LCDD3 Features New improved version with higher serial speeds Micro size

More information

CB-1 Peripheral Board Technical Manual

CB-1 Peripheral Board Technical Manual CB-1 Peripheral Board Technical Manual Date: 13 May 2007 Document Revision: 1.02 BiPOM Electronics 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970. Fax: 1-281-416-2806 E-mail:

More information

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2

Introduction Page 1. Power Supply Requirements & Hardware Options Page 2. External Connectors (Functions & Pinouts) Page 2 A262B Interface Board Connection and Application Data Introduction Page 1 Power Supply Requirements & Hardware Options Page 2 External Connectors (Functions & Pinouts) Page 2 Software Requirements (Control

More information

CF-850/F1K-144-S Hardware Manual

CF-850/F1K-144-S Hardware Manual CF-850/F1K-144-S Hardware Manual Date published: Jan 2017 (1st Edition) Tessera Technology Inc. TS-TUM05471-1 - CAUTION: The information in this document is subject to change without notice. No part of

More information

Device: DSP-7S04H. This document Version: 1. Date: 23 March Description: 2.3 4x 7 segment display module with decimals

Device: DSP-7S04H. This document Version: 1. Date: 23 March Description: 2.3 4x 7 segment display module with decimals Device: DSP-7S04H This document Version: 1 Date: 23 March 2015 Description: 2.3 4x 7 segment display module with decimals Matches module hardware version: [28 Jan 2015 v2] Table of Contents DSP-7S04H HW

More information

School of Computer Science Faculty of Engineering and Computer Science Student ID Number. Lab Cover Page. Lab Date and Time:

School of Computer Science Faculty of Engineering and Computer Science Student ID Number. Lab Cover Page. Lab Date and Time: Student Information First Name School of Computer Science Faculty of Engineering and Computer Science Last Name Student ID Number Lab Cover Page Please complete all fields: Course Name: Structure and Application

More information

Easy Kit Board Manual

Easy Kit Board Manual User s Manual, V1.0, June2008 Easy Kit Board Manual Easy Kit - XC88x Microcontrollers Edition 2008-06 Published by Infineon Technologies AG, 81726 München, Germany Infineon Technologies AG 2008. All Rights

More information

ARDUINO LEONARDO WITH HEADERS Code: A000057

ARDUINO LEONARDO WITH HEADERS Code: A000057 ARDUINO LEONARDO WITH HEADERS Code: A000057 Similar to an Arduino UNO, can be recognized by computer as a mouse or keyboard. The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet).

More information