Epson PX4 info page. Pinouts and circuit diagrams: RS232 Serial Port Parallel Printer Port Config DIP Switches System Bus Port

Size: px
Start display at page:

Download "Epson PX4 info page. Pinouts and circuit diagrams: RS232 Serial Port Parallel Printer Port Config DIP Switches System Bus Port"

Transcription

1 Epson PX4 info page Epson PX4 info page Pinouts and circuit diagrams: RS232 Serial Port Parallel Printer Port Config DIP Switches System Bus Port Also i have summarised the PX4 manual with this CP/M command reference. Extra Info: A bunch of useful programs for use on and with the px4 can be found at ftp://ftp.discordia.org.uk/pub/ discordia/cpm such as EPROM images for the utilities, a cp/m emulator, filink file transfer tools, and assorted other utils. Hopefully more information will follow as time allows, please any requests for information to madmitch@discordia.org.uk and i will try to find it and post it up. file:///d /pdf/px4/index.htm :57:04

2 PX4 Parallel Printer Port PX4 Parallel / Printer Interface PX-4 is equipped with a Centronics-type parallel interface which makes it possible to connect it to similarly equipped printers. Pin No. Symbol Direction Signal Name Centronics 1 CG - Ground 17 2 CG - Ground 17 3 PD7 OUT Parallel Data 9 4 BSY IN Printer Busy 11 5 PD6 OUT Parallel Data V Power Supply 7 PD5 OUT Parallel Data V Power Supply 9 PD4 OUT Parallel Data 6 10 GND - Signal Ground PD3 OUT Parallel Data 5 12!ERR IN Error Signal from Printer PD2 OUT Parallel Data 4 14 GND - Signal Ground PD1 OUT Parallel Data 3 16!INIT OUT Reset Signal PD0 OUT Parallel Data 2 18 GND - Signal Ground 30 19!STB OUT Strobe Signal file:///d /pdf/px4/parallel.html (1 of 2) :57:04

3 PX4 Parallel Printer Port Notes:! symbolizes inverted signal lines Centronics column refers to pin wirings to connect to a standard centronics 32 pin connector. file:///d /pdf/px4/parallel.html (2 of 2) :57:04

4 PX4 RS232 Port PX4 RS232 Serial Interface 8-pin miniature DIN connector (female) Pin No. Symbol Signal Direction Signal Name 1 GND - Ground 2 TXD OUT Transmitted data 3 RXD IN Recieve data 4 RTS OUT Request to send 5 CTS IN Clear to send 6 DSR IN Data set ready 7 DTR OUT Data terminal ready 8 DCD IN Data carried detect E CGND - Frame Ground All signal directions as viewed from PX-4 To connect use Maplins order code JX06G 8pin miniature DIN line plug. file:///d /pdf/px4/serial.html :57:04

5 PX4 System Bus Port PX4 System Bus Interface 50-pin IDC connector (male) Location: Left hand edge of the machine, with a small clip on cover. This is where RAM expansion modules and similar devices are attached. [Image of connector later] Description: 50 pin flat connector with two rows of pins, with the notches placed at the bottom, pin 1 is the bottom left hand pin, and pin 2 is above it. pin 49 is bottom right, with pin 50 being top right. Pin No. Symbol I/O Signal Name 1 VCH P/S Battery charger line 2 VB1 P/S Battery power 3 VB2 P/S Battery power 4 VBK P/S Battery power 5 GND - Signal ground 6 VL P/S Power for logics 7 DB7 TTL Data 7 14 DB0 TTL Data 0 15!MEN In Internal Memory Enable 16!INTE In External interrupt 17!WAIT In Z-80 wait 18 PON Out Power ON 19!CLK Out Z-80 main clock 20 BUAK Out Bus acknowledge 21!RD Out Z-80 data read 22!IORQ Out Z-80 data request 23!WR Out Z-80 data write 24!MRQ Out Z-80 memory request 25!HLTA Out Halt acknowledge 26!BURQ In Z-80 bus request file:///d /pdf/px4/bus.html (1 of 2) :57:04

6 PX4 System Bus Port 27 CG - Protective Ground 28 CG - Protective Ground 29!RS Out System reset 30!M1 Out Z-80 machine cycle 1 31 AB0 Out Address 0 46 AB15 Out Address OFF Out Gate array control at power switching 48 DW Out Expansion D-RAM RF control signal 49 DCAS Out Expansion D-RAM RF control signal 50!RSI In Reset input NOTE: Use CMOS ICs for the circuit to be connected to this interface. NB: As i cant draw a line over the top of things easily in html, i have used the! symbol infront of a signals symbol to indicate it is an inverse one. All signal directions as viewed from PX-4 file:///d /pdf/px4/bus.html (2 of 2) :57:04

7 CP/M Builtin Commands CP/M Builtin Commands Paraphrased from the PX4 Operating Manual Control key commands Items in bold are keys to be pressed CTRL + C : Restarts CP/M by initiating a warm start CTRL + E : Forces the cursor to the next line of the screen for continued command line input. CTRL + H : Moves the cursor one space to the left in the same manner as the BS key. CTRL + I : Inputs a tab code (same as the TAB key) Turns on or off the printer echo function. When the printer echo function is turned on, data displayed on the LCD screen is output to the printer (or other device assigned to CTRL + P : LST:) each time the RETURN key is pressed. The printer echo function is turned on by pressing CTRL + P once, and is turned off when CTRL + P is pressed a second time. (Make sure the printer is connected properly before using this command.) CTRL + R : Redisplays the contents of the current command line. Momentarily stops processing currently being performed (same as the PAUSE key). CTRL + S : Processing can be resumed by inputting this command again. Cancels the current command line and moves the cursor to the next line on the screen for CTRL + U : input of a different command. CTRL + X : Erases the current command line and moves the cursor back to the beginning of the line. Terminates input from the keyboard (used in combination with certain CP/M transient CTRL + Z : commands). Built-in commands Key: d: - A drive letter filematch - an extact filename, or a wildcard match for files. Items such as [item] are optional, ones such as <item> are compulsary. DIR [d:][filematch] Display a list of files in the specified, or current drive. ERA [d:]<filematch> Erase specified files. filematch *.* can be used to match all files in the current drive. file:///d /pdf/px4/cpm.html (1 of 4) :57:04

8 CP/M Builtin Commands REN [d:]newname.ext = oldname.ext Change the name of a disk file from oldname.ext to newname.ext USER n [d:]filename.ext Save the specified n number of pages of the transient program area to disk under the specified file name. TYPE [d:]filename.ext Display the contents of the specified file on the display screen. Display is only meaningful if the file contents was ASCII text. USER n Switches to the specified user area in a disk drive. A user area is a physical area on a disk which has its own directory and which is managed seperately from the rest of the disk. Data cannot be read from or written to any user area other than that in which CP/M is currently operating. A disk can be divided up into a maximum of 16 user areas. Microcassette commands These commands only apply if a microcassette drive has been fitted. MOUNT Reads the tape directory REMOVE Writes the tape directory DIRINT Initialises the tape directory REWIND Rewinds the tape PLAY Outputs the content of the tape to the speaker FF Fast-forwards the tape ERASE Erases the tape STOP Stops the tape RESET Resets the tape counter to 0 Utility ROM Commands CONFIG PX-4 configuration tool. FILINK Transfer files through the serial port using the FILINK protocol. file:///d /pdf/px4/cpm.html (2 of 4) :57:04

9 CP/M Builtin Commands PIP [d:][newfile.ext]=[d:][filespec][<t> Copy files between peripherals whilst performing optional conversion <t>. Copy file from drive to drive: C> PIP H:=A:INFO.DAT Copy file to new name: C> PIP A:NEW.DAT=A:INFO.DAT Copy file to printer: C> PIP LST:=A:LETTER.TXT In addition, a range of parameters can be specified in square brackets [] immediately after the command to perform various translations during the copy. [B] Block Mode Transfer - Copy data in blocks, used with devices such as paper tape readers. [E] Echo to screen - copy to screen as well as destination [Pn] Form Feed - Insert a form feed (ASCII code 12, 0x0C) every n lines. [F] Supress form feeds [H] Hex format - only allow copying of intel HEX format files, terminate if match fails [I] Ignore NULL records - An alternative/extension to [H], ignores NULL (hex 00) records and ensures content is in Intel HEX format. [L] Lower case conversion - converts all upper case characters to lower case. [N] Number lines - Move text to start at column 9, and insert right justified line numbering in the space [N2] As [N] but zero pad the number to 6 digits [O] Object file transfer - would otherwise break on non ascii/hex files [R] Read System Files - read and copy system, sets [W] [Qstring^Z] Stop copying at specified string, ^Z refers to CTRL-Z [Sstring^Z] Start copying at specified string [Tn] TAB setting - move tab settings of file to columns, n, 1n, 2n, 3n, etc. [Gn] Transfer from user area n to current area [Dn] Truncate file at column n [U] Uppercase conversion - the opposite of [L] [V] Verify the copy [W] Write to a readonly file [Z] Zero parity setting - Set highest (parity) bit of every byte to 0, thus converting 8-bit ASCII to 7-bit STAT Display statistics on disk drives, or change device assignments. More detail to come file:///d /pdf/px4/cpm.html (3 of 4) :57:04

10 CP/M Builtin Commands TERM Terminal emulator program, talks to RS232 port. file:///d /pdf/px4/cpm.html (4 of 4) :57:04

11 PX4 Dip Switch PX4 DIP Switch Settings Dip switch located in ROM capsule compartment. LST: Device Name SW-5 SW-6 Serial Interface OFF OFF RS232C interface OFF ON Cartridge printer ON OFF Printer interface ON ON Keyboard type SW-1 SW-2 SW-3 SW-4 ASCII ON ON ON ON France OFF ON ON ON German ON OFF ON ON England OFF OFF ON ON Denmark ON ON OFF ON Sweden OFF ON OFF ON Italy ON OFF OFF ON Spain OFF OFF OFF ON Norway OFF ON ON OFF file:///d /pdf/px4/dip.html :57:05

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999 Hardware Manual 232 232232 PCMCIA 1 Port RS232 1.1 EDITION APRIL 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided

More information

User s Manual Models CD5220 / CD6220. Vacuum Fluorescent Customer Display

User s Manual Models CD5220 / CD6220. Vacuum Fluorescent Customer Display User s Manual Models CD5220 / CD6220 Vacuum Fluorescent Customer Display INDEX 1. FEATURES...3 2. TYPE CLASSIFICATION...4 3. GENERAL SPECIFICATIONS...5 4. INTERFACE SPECIFICATIONS...6 5. FUNCTION SELECTION...9

More information

Models: TD3000 Series. Table Displays. 2 by 20 character display USER MANUAL

Models: TD3000 Series. Table Displays. 2 by 20 character display USER MANUAL Models: TD3000 Series Table Displays 2 by 20 character display USER MANUAL i NOTICE The manufacturer of the POS table display makes no representations or warranties, either expressed or implied, by or

More information

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999 Hardware Manual 232 232232 PCMCIA DUAL RS232 1.4 EDITION MAY 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it

More information

Connector and Cable Specifications

Connector and Cable Specifications APPENDIX B This section describes the Catalyst 4224 Access Gateway Switch ports and the cables and adapters used to connect the switch to other devices. This section includes the following topics: Console

More information

Personal Directory PC Utility Reference Guide

Personal Directory PC Utility Reference Guide Introduction The PC Utility provides a fast, easy way to create or modify a for an M3904 or M3905 Series Digital Telephone. You can enter names and numbers into a file on your PC, and download (Program)

More information

Models: LD9000 Series. Customer Displays. 2 by 20 character display USER MANUAL

Models: LD9000 Series. Customer Displays. 2 by 20 character display USER MANUAL Models: LD9000 Series Customer Displays 2 by 20 character display USER MANUAL i NOTICE The manufacturer of the POS pole display makes no representations or warranties, either expressed or implied, by or

More information

Revision: 5/7/ E Main Suite D Pullman, WA (509) Voice and Fax. Power jack 5-9VDC. Serial Port. Parallel Port

Revision: 5/7/ E Main Suite D Pullman, WA (509) Voice and Fax. Power jack 5-9VDC. Serial Port. Parallel Port Digilent Digilab 2 Reference Manual www.digilentinc.com Revision: 5/7/02 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview The Digilab 2 development board (the D2) features the

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

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

Personal Directory PC Utility Reference Guide

Personal Directory PC Utility Reference Guide Introduction The Personal Directory PC Utility provides a faster, easier way to create or modify a Personal Directory for an Avaya 3904 or 3905 Digital Deskphone. You can enter names and numbers into a

More information

CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO

CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO CUSTOM MANUFACTURED IN U.S.A. BY RADIO SHACK, A DIVISION OF TANDY CORPORATION CAT. NO. 26-6050 TRS-80 DT-1 OWNER'S MANUAL Contents Introduction 1 1/ Description of the DT-1 3 2/ Setting Up the DT-1 5

More information

U C H L T. DSP-Board C32F. Features for DSP Board C32F

U C H L T. DSP-Board C32F. Features for DSP Board C32F HOLE35 RS232 9600 BOD RS232 DSUB9M CONNECTOR 2X32 TI DSP LINK 10 MBOD HOLE35 R U C H DSP-Board C32F L T D (C) RUCH SYSTEM LTD., 1998. DSP SERVOCONTROLLER BOARD FOR EUROBUS. RS422R PAL EPROM 64K8-12V +12V

More information

STD BUS 80386SX Computer SB8386

STD BUS 80386SX Computer SB8386 Features 32-bit 80386SX CPU, 16/20/25 MHz 80387SX math coprocessor socket 8MB RAM with EMS 4.0 support 1.8MB EPROM/flash/BRAM Full set of AT -compatible peripherals VGA graphics and hard disk options Watchdog

More information

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom

PD1100 STAND-ALONE PROGRAMMING & USER S GUIDE. use the freedom PD1100 STAND-ALONE ALPHANUMERIC POLE DISPLAY PROGRAMMING & USER S GUIDE use the freedom Forward The information contained in this user s guide is subject to change without notice. This Programming and

More information

Digilab 2E Reference Manual

Digilab 2E Reference Manual Digilent 2E System Board Reference Manual www.digilentinc.com Revision: February 8, 2005 246 East Main Pullman, WA 99163 (509) 334 6306 Voice and Fax Digilab 2E Reference Manual Overview The Digilab 2E

More information

V40 Single Board Computer with A-to-D Converter SBC2040

V40 Single Board Computer with A-to-D Converter SBC2040 V40 Single Board Computer with A-to-D Converter SBC2040 Features V40 (8088) processor, 8 or 0 MHz 52K EPROM/flash, 52K static RAM PC/04 expansion connector CMOS construction, 5V only RUN.EXE firmware for

More information

ISOLATED RS-232 TO RS-422/485 CONVERTER

ISOLATED RS-232 TO RS-422/485 CONVERTER QUICK START GUIDE ICD400A ISOLATED RS-232 TO RS-422/485 CONVERTER 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM STEP 1 - Specifications Complies with FCC Class B and CE requirements. Withstands

More information

DSP860 Operation Manual

DSP860 Operation Manual DSP860 Operation Manual 1. Information 2. Introduction 3. Installation 4. Pin Assignment 5. DIP Switch Setting 6. Character Tables 7. Software Control (Command List) 8. Specifications 9. Instruction of

More information

DSP840 Operation Manual Version 3.0

DSP840 Operation Manual Version 3.0 DSP840 Operation Manual Version 3.0 1. Information 2. Introduction 3. Installation 4. Pin Assignment 5. DIP Switch Setting 6. Character Tables 7. Software Control (Command List) 8. Specifications 9. Instruction

More information

Storage/Control I/O Module

Storage/Control I/O Module CHAPTER 4 The performs two functions: to connect outside interfaces to the system controller and to house the hard disk drive. It plugs into the back of the VCO/4K system and provides the I/O interfaces

More information

PCL Port RS-232 Interface Card

PCL Port RS-232 Interface Card PCL-858 8-Port RS-232 Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

MICRO CRAFT CORPORATION

MICRO CRAFT CORPORATION MICRO CRAFT CORPORATION January 5, 1984 The Dimension 68000 Userls Guide, (part number 680-0001-100) has been revised. Here are the new, revised pages that are to be placed into the manual. The pages to

More information

Homework. Reading. Continue mp1. Labs. Tokheim, Section Questions? Continue labs with your assigned section

Homework. Reading. Continue mp1. Labs. Tokheim, Section Questions? Continue labs with your assigned section Homework Reading Tokheim, Section 13-6 Continue mp1 Questions? Labs Continue labs with your assigned section 1 I/O Devices Examples of I/O Devices Serial ports Parallel ports Floppy, Zip, and hard disk

More information

USER S MANUAL Enhanced Communication Function

USER S MANUAL Enhanced Communication Function UM-TS02E -E003 PROGRAMMABLE CONTROLLER PROSEC T2E/T2N USER S MANUAL Enhanced Communication Function Main Menu Contents TOSHIBA CORPORATION Important Information Misuse of this equipment can result in property

More information

Software Support Compatible Hardware Mounting/Packaging

Software Support Compatible Hardware Mounting/Packaging V40 STD BUS Computer with A-to-D Converter Features Photo deleted to save download time. See catalog or web page for product photo. V40 (80188) processor, 8 or 10 MHz Up to 512K EPROM, flash EPROM Up to

More information

Digilab 2 Reference Manual

Digilab 2 Reference Manual 125 SE High Street Pullman, WA 99163 (509) 334 6306 (Voice and Fax) www.digilentinc.com PRELIMINARY Digilab 2 Reference Manual Revision: November 19, 2001 Overview The Digilab 2 (D2) development board

More information

RS-232 DATA COMMUNICATIONS WITH THE TANDY COLOR COMPUTER

RS-232 DATA COMMUNICATIONS WITH THE TANDY COLOR COMPUTER By Tom Gunnison 1998 DISCLAIMER These plans and software are provided "as is" with no guarantee of fitness for the purpose either explicit or implied. I disclaim any responsibility for losses incurred

More information

Vacuum Fluorescent Customer Display. Model: WD-2030 XXXX Version: 1.10

Vacuum Fluorescent Customer Display. Model: WD-2030 XXXX Version: 1.10 Vacuum Fluorescent Customer Display Model: WD-2030 XXXX Version: 1.10 INDEX 1. FEATURES... 3 2. GENERAL SPECIFICATIONS... 4 3. UNPACKING AND CHECKING THE PARTS... 5 3.1 PARTS LIST (WITH BASE PCB)... 5

More information

PCI Express 16-Port Serial I/O Cards

PCI Express 16-Port Serial I/O Cards PCI Express 16-Port Serial I/O Cards The PCIe-1600 PCI Express 16-port serial I/O card is a plug & play high-speed serial I/O expansion card for PCI Express bus. Connecting to a PCI Express bus on your

More information

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing

CMS-8GP32. A Motorola MC68HC908GP32 Microcontroller Board. xiom anufacturing CMS-8GP32 A Motorola MC68HC908GP32 Microcontroller Board xiom anufacturing 2000 717 Lingco Dr., Suite 209 Richardson, TX 75081 (972) 994-9676 FAX (972) 994-9170 email: Gary@axman.com web: http://www.axman.com

More information

3.1 I-7560 Pin Assignment and Specifications: Introduction

3.1 I-7560 Pin Assignment and Specifications: Introduction 3.1 I-7560 Pin Assignment and Specifications: Introduction The I-7560 adds a Windows serial Com port via its USB connection and is compatible with new & legacy RS-232 devices. USB Plug and Play allows

More information

Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual

Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual Third Edition, Dec. 2008 www.korenix.com Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual

More information

Appendix A Cable Pinouts

Appendix A Cable Pinouts Appendix A Cable Pinouts This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module 163 CT1 and CE1 I/O Modules

More information

I/O Interface DNA300

I/O Interface DNA300 DNA300 OPERATIONS MANUAL 1 Ring Communications, Inc. Crisis Alert System I/O Interface DNA300 2 DNA300 OPERATIONS MANUAL 2006/06/13 DNA300 OPERATIONS MANUAL 3 Contents INTRODUCTION... 5 INSTALLATION...

More information

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB APPENDIXB This appendix lists the cable specifications for supported modules on the Cisco 7600 series router. The following signal summaries are contained in this appendix: Interface Specifications, page

More information

Select a Data Communication Interface

Select a Data Communication Interface Printer Setup and Operation Select a Data Communication Interface Select a Data Communication Interface You may connect your print engine to a computer using one or more of the available connections. The

More information

Soekris Engineering. net4801 series boards and systems. User s Manual

Soekris Engineering. net4801 series boards and systems. User s Manual Soekris Engineering net4801 series boards and systems. User s Manual Vers 0.05 April 10, 2004 Table of Contents 1 INTRODUCTION...4 1.1 Overview... 5 1.2 Bus Expansion... 5 1.3 Multi-IO Controller... 6

More information

8-Port RS-232 PCIe Card

8-Port RS-232 PCIe Card 8-Port RS-232 PCIe Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

Cable Pinouts. SRP I/O Module

Cable Pinouts. SRP I/O Module Cable Pinouts A This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module A-1 CT1 and CE1 I/O Modules A-4

More information

USB Port USB Serial DB-9 RS-232 Adapter FTDI Chipset. Product Manual. Coolgear Version 1.0 January 2018 Model Number: USB2-4COM-M

USB Port USB Serial DB-9 RS-232 Adapter FTDI Chipset. Product Manual. Coolgear Version 1.0 January 2018 Model Number: USB2-4COM-M USB 2.0 4-Port USB Serial DB-9 RS-232 Adapter FTDI Chipset Product Manual Coolgear Version 1.0 January 2018 Model Number: USB2-4COM-M 2 USB2-4COM-M PRODUCT MANUAL Revision History Revision Date Author

More information

NTI. KEEMUX Series. KEEMUX-P2 (2-Port PS/2 KVM Switch) INSTALLATION / USER GUIDE R NETWORK TECHNOLOGIES INCORPORATED

NTI. KEEMUX Series. KEEMUX-P2 (2-Port PS/2 KVM Switch) INSTALLATION / USER GUIDE R NETWORK TECHNOLOGIES INCORPORATED NTI R NETWORK TECHNOLOGIES INCORPORATED 1275 Danner Dr Aurora, OH 44202 Tel:330-562-7070 Fax:330-562-1999 www.nti1.com KEEMUX-P2 (2-Port PS/2 KVM Switch) INSTALLATION / USER GUIDE KEEMUX Series MAN049

More information

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH232Ex1 Doc No: PH232Ex1-UM-001 #1 RS-232 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

ICP PANEL-TEC PEX3000 II

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

More information

MMT-51/251 80C51/251 Microprocessor Board Rev. F HARDWARE / SOFTWARE USER'S REFERENCE MANUAL (c) 1996, 1999

MMT-51/251 80C51/251 Microprocessor Board Rev. F HARDWARE / SOFTWARE USER'S REFERENCE MANUAL (c) 1996, 1999 MMT-51/251 80C51/251 Microprocessor Board Rev. F HARDWARE / SOFTWARE USER'S REFERENCE MANUAL (c) 1996, 1999 MIDWEST MICRO-TEK The information in this manual is subject to change without notice. Midwest

More information

Appendix. Specifications

Appendix. Specifications Appendix A Specifications PC Interface Resources are assigned automatically (Plug&Play) ME-000 PCI/cPCI (Rev..) PCI Local Bus Specification Rev.. ( bit, MHz, Universal-PCI: V/.V) ME-000 PCI-Express PCI

More information

VFD CUSTOMER DISPLAY USER S MANUAL

VFD CUSTOMER DISPLAY USER S MANUAL VFD CUSTOMER DISPLAY USER S MANUAL CONTENTS Contents... 1 Features... 2 Specifications - 9mm... 3 Block Diagram... 6 Interface Connections... 7 Usage Notes... 9 Switch Settings... 11 Firich Command Set

More information

RS-232 to Logic Level Adapter with DB9M Connector and Power LED

RS-232 to Logic Level Adapter with DB9M Connector and Power LED PCB-CB-232M RS-232 to Logic Level Adapter with DB9M Connector and Power LED Part Number: PCB-CB-232M (unpopulated PCB, no parts) Features RS-232 to logic level adapter with DB9M connector (DTE style) and

More information

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0

XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATION DATE : MAY 3, 2004 MANUAL REVISION 2.0 XR-200 MINI DOT IMPACT PRINTER PRODUCT SPECIFICATI DATE : MAY 3, 2004 MANUAL REVISI 2.0 Features Dip Switch Configuration Emulation mode, communications mode, baud rate, serial/parallel handshake, and

More information

Chapter 4. Address. data. Input / Output Programming. Simplified Z80 System Architecture. Memory. program. data. Z80 I/O Programming

Chapter 4. Address. data. Input / Output Programming. Simplified Z80 System Architecture. Memory. program. data. Z80 I/O Programming Simplified Z80 System Architecture I/O Port Address Addr 8 16 00 Memory Addr 0000 Chapter 4 Input / Output Programming FF I/O Port Decoder IORQ RD WR 8 Z80 CPU data MEMRQ RD WR 8 Address Decoder program

More information

EMERALD-MM-8P. 8-Channel Software Programmable Protocol. Serial Port PC/104 TM Module. User Manual V1.20

EMERALD-MM-8P. 8-Channel Software Programmable Protocol. Serial Port PC/104 TM Module. User Manual V1.20 EMERALD-MM-8P 8-Channel Software Programmable Protocol Serial Port PC/104 TM Module User Manual V1.20 Copyright 2005, 2008, 2011 DIAMOND SYSTEMS CORPORATION 555 Ellis Street Mountain View, CA 94043 Tel

More information

Dot Matrix Printer. SP300 Series. Programmer s Manual

Dot Matrix Printer. SP300 Series. Programmer s Manual Dot Matrix Printer SP300 Series Programmer s Manual TABLE OF CONTENTS 1. CONTROL PANEL... 1 1-1. Basic Operation... 1 1-2. Switch Operation (Combined Switch Operation)... 2 2. SERIAL INTERFACE... 7 2-1.

More information

Hidex Modem Installation Guide

Hidex Modem Installation Guide GE Security Hidex Modem Installation Guide P/N 460386001A ISS 17DEC07 Copyright Copyright 2007 GE Security, Inc. All rights reserved. This document may not be copied in whole or in part or otherwise reproduced

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

PWS6300S Operating Guide HITECH. Introduction

PWS6300S Operating Guide HITECH. Introduction PWS6300S Operating Guide HITECH Introduction PWS6300S is a Human Machine Interface (HMI) with a 3" STN LCD of a high resolution (160?80) and is IP65/NEMA4 proof with water and dust-resistant. The PWS6300S

More information

MPP6800 series - PANEL MOUNT PRINTERS. Options

MPP6800 series - PANEL MOUNT PRINTERS. Options series - PANEL MOUNT PRINTERS Page 1 of 12 MPP6810 MPP6820 MPP6840 Introduction 5-8Vdc, 4A peak 5-8Vdc, 2A peak 10-35Vdc 24Vdc Features Easy load paper feature High resolution thermal printing 5-8Vdc standard,

More information

Fics-RT1. User s Manual

Fics-RT1. User s Manual Fics-RT1 User s Manual Contents 1: Overview... 1 2: Terminal Specifications... 1 2-1: Standard Specifications... 1 2-2: Customer Defined Features:... 1 3: Terminal RS232C Communication Link Details...

More information

DS-800. ::: Receipt Printer User s manual :::

DS-800. ::: Receipt Printer User s manual ::: DS-800 ::: Receipt Printer User s manual ::: All specifications are subjected to change without notice TABLE OF CONTENTS 1. Parts Identifications 2 2. Setting up the printer 3 2.1 Unpacking 3 2.2 Connecting

More information

Model: LK7000. Programmable Matrix Keyboard. 119 Keys with Built-in Scanner and MSR USER MANUAL

Model: LK7000. Programmable Matrix Keyboard. 119 Keys with Built-in Scanner and MSR USER MANUAL Model: LK7000 Programmable Matrix Keyboard 119 Keys with Built-in Scanner and MSR USER MANUAL NOTICE The manufacturer of the POS programmable keyboard makes no representations or warranties, either expressed

More information

80C31 Microcontroller with Parallel I/O SNAP 551 1

80C31 Microcontroller with Parallel I/O SNAP 551 1 80C3 Microcontroller with Parallel I/O SNAP 55 Features Small, low power 805-family controller 32 parallel I/O lines Serial port RS232 and RS485 32K CMOS RAM included Accepts up to 64K RAM, 64K EPROM Battery-backed

More information

Model: KB1700. Programmable Keypad. 17 Programmable Keys USER MANUAL

Model: KB1700. Programmable Keypad. 17 Programmable Keys USER MANUAL Model: KB1700 Programmable Keypad 17 Programmable Keys USER MANUAL NOTICE The manufacturer of the POS programmable keypad makes no representations or warranties, either expressed or implied, by or with

More information

STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.

STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX. STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM STEP 1 - Package Includes/System Requirements PACKAGE INCLUDES

More information

Powered RS Port PCIe Card

Powered RS Port PCIe Card Powered RS-232 4-Port PCIe Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

E3 -> E1 Switching Demultiplexer

E3 -> E1 Switching Demultiplexer E3 -> E1 Switching Demultiplexer Model INT-2056 12 May 2001 Intronics, Incorporated 2020 Lafayette Boulevard Fredericksburg, Va 22401 (540) 898-4518 (Voice) (540) 898-3603 (Fax) http://www.intrnx intrnx.com

More information

Wrenchman, Inc Old Hwy. # 8 Suite # 122 New Brighton, Minnesota (651)

Wrenchman, Inc Old Hwy. # 8 Suite # 122 New Brighton, Minnesota (651) Wrenchman, Inc. 1801 Old Hwy. # 8 Suite # 122 New Brighton, Minnesota 55112 (651) 638-9012 468X Interface Cable Specifications The Interface Cable emulates the Async RS-232 logical interface supported

More information

PCIe-400 USER S MANUAL

PCIe-400 USER S MANUAL PCIe-400 USER S MANUAL 2017 May Edition Titan Electronics Inc. Web: www.titan.tw The computer programs provided with the hardware are supplied under a license. The software provided should be used only

More information

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection)

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) EX-1331-4KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) 1. Introduction Thank you for purchasing this RS232/422/485 3-in-1 Serial to USB Adapter. It is an

More information

J2 LCM Customer Display. Manual

J2 LCM Customer Display. Manual J2 LCM Customer Display Manual July 2012 Contents LCM Customer Display... 3 Overview... 3 Customer Display Configureation... 4 Port Settings... 4 CD Settings... 5 Emulation Mode... 5 Character Sets...

More information

I-7560U/7561U/7563U. User Manual WARRANTY WARNING COPYRIGHT TRADEMARKS CONTACT US

I-7560U/7561U/7563U. User Manual WARRANTY WARNING COPYRIGHT TRADEMARKS CONTACT US I-7560U/7561U/7563U User Manual USB tto RS--232//422//485 Converrtterrss Verr.. 1..0,, Decc.. 2013 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of

More information

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

USB-2COM-BB USER S MANUAL

USB-2COM-BB USER S MANUAL USB-2COM-BB USER S MANUAL 2017 May Edition Titan Electronics Inc. Web: www.titan.tw The computer programs provided with the hardware are supplied under a license. The software provided should be used only

More information

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00 BRODERSEN Message Displays/Operator Panels Message Display Operator Panel UCT-33/36 Industrial Terminal Manual 32.00 Brodersen Controls A/S. Betonvej 0. DK-4000 Roskilde. Denmark. Tel (+45) 46 74 00 00.

More information

Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution!

Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution! 1170 POS SYSTEM 1170 USER GUIDE Thank you for selecting UTC RETAIL s innovative Model 1170 Point of Sale solution! This guide is designed to acquaint you with the features and functionality of the 1170

More information

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number:

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number: BeagleBone Black USB Expansion RS232 Module Cape Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-2COM-BB 2 USB-2COM-BB Product Manual Revision History Revision Date Author Comments

More information

Soekris Engineering. net4501 series boards and systems. User s Manual

Soekris Engineering. net4501 series boards and systems. User s Manual Soekris Engineering net4501 series boards and systems. User s Manual Vers 0.11 September 26, 2001 Table of Contents 1 INTRODUCTION...4 2 SPECIFICATIONS...5 2.1 Overview... 5 2.2 Bus Expansion... 5 3 BIOS...6

More information

8. I/O Buses and Interfaces

8. I/O Buses and Interfaces 8. I/O Buses and Interfaces Section 7.5 & Chapter & 8 Some Review Remember CPU-memory-I/O architecture CPU-Memory-I/O Architecture Memory CPU I/O module I/O device CPU bus or System bus Bus interface I/O

More information

Starter Guide Version Sphinx Access Control System

Starter Guide Version Sphinx Access Control System TC3XYMT/TC3XYNT Starter Guide Version 1.04.1 Sphinx Access Control System Page 1 1. Controller and Reader wiring...3 2. Connect the controller to PC...4 2.1. Setup the ID of Controller...4 2.2. Connect

More information

User Manual A08. User Manual

User Manual A08. User Manual A08 TABLE OF CONTENTS TABLE OF CONTENTS... 1 1. INTRODUCTION... 2 1.1. Key Features... 3 1.2. OS Requirement... 4 1.3. Specification... 4 1.4. Packing List... 4 2. OVERVIEW... 5 2.1. LED Definition...

More information

PV3500. Fuel Site Controller. Service Manual OPW Fuel Management Systems Manual M Rev. 1

PV3500. Fuel Site Controller. Service Manual OPW Fuel Management Systems Manual M Rev. 1 PV3500 Fuel Site Controller Service Manual 2002 OPW Fuel Management Systems Manual M11-00.03 Rev. 1 OPW Fuel Management Systems - System and Replacement Parts Warranty Statement Effective September 1,

More information

USER MANUAL. MODEL 2011 High Speed Asynchronous to Synchronous Converter

USER MANUAL. MODEL 2011 High Speed Asynchronous to Synchronous Converter USER MANUAL MODEL 011 High Speed Asynchronous to Synchronous Converter Part# 07M011-A Doc# 0601UA Revised 03/16/94 SALES ICE (301) 975-1000 TECHNICAL SUPPORT (301) 975-1007 http://www.patton.com 1.0 WARRANTY

More information

Miniature Asynchronous 4-Wire High Speed Modems

Miniature Asynchronous 4-Wire High Speed Modems ME1862A-F ME1863A-F JULY 2003 ME1862A-M ME1863A-M Miniature Asynchronous 4-Wire High Speed Modems CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 724-746-5500)

More information

SIOX-RS232C Converter

SIOX-RS232C Converter L40 SIOX-RS232C Converter p 2 TELEFRANG AB TABLE OF CONTENTS SIOX-RS232C Converter General Description This module connects a CRT terminal or other RS232C serially communicating I/O device as a station

More information

The Analyst RS422/RS232 Tester. With. VTR, Monitor, and Data Logging Option (LOG2) User Manual

The Analyst RS422/RS232 Tester. With. VTR, Monitor, and Data Logging Option (LOG2) User Manual 12843 Foothill Blvd. Suite C Sylmar, California 91342 V: 818.898.3380 F: 818.898.3360 sales@dnfcontrols.com The Analyst RS422/RS232 Tester With VTR, Monitor, and Data Logging Option (LOG2) User Manual

More information

Index of Names, Concepts and Symbols

Index of Names, Concepts and Symbols Index of Names, Concepts and Symbols Active drive - 17, 82 Active line - 136 Address - 41 Advanced Disk BASIC - 58 Alternate mode - 69 ALT key - 16, 68, 80, 100, 104 ANSI - 65, 99 ANSI.SYS - 99 Apple II

More information

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer Chapter 11: Input/Output Organisation Lesson 05: Asynchronous RS232C Serial Port data transfer Objective Understand the RS232C asynchronous data transfer and signals Learn the RS232C serial port communication

More information

STAR Comm Modem Kit for the Micro/PX-2000: Setup Instructions

STAR Comm Modem Kit for the Micro/PX-2000: Setup Instructions STAR Comm Modem Kit for the Micro/PX-2000: Setup Instructions This STAR Comm Modem Kit was designed specifically for use with the Micro/PX-2000 micro. The STAR Comm Modem is an external modem that can

More information

user manual Tri-M Engineering 1407 Kebet Way, Unit 100 Port Coquitlam, BC V3C 6L3

user manual Tri-M Engineering 1407 Kebet Way, Unit 100 Port Coquitlam, BC V3C 6L3 WWW.TRI-M.COM GPS104 user manual Tri-M Engineering 1407 Kebet Way, Unit 100 Port Coquitlam, BC V3C 6L3 Web: www.tri-m.com email: info@tri-m.com Phone: 1.800. 665.5600 or 604.945.9565 COPYRIGHT BY TRI-M

More information

CPU-1211 Cable-set Rev. 4.0 Apr COPYRIGHT Eurotech S.p.A. All Rights Reserved.

CPU-1211 Cable-set Rev. 4.0 Apr COPYRIGHT Eurotech S.p.A. All Rights Reserved. EmbeddedDNA An0055 CPU-1211 Cable-set Rev. 4.0 Apr. 2006 COPYRIGHT 1994-2006 Eurotech S.p.A. All Rights Reserved. ABOUT THIS MANUAL This application note contains information regarding cable-set components

More information

Russound Controllers. RNET Protocol & Specifications RS-232 Communication. Document version

Russound Controllers. RNET Protocol & Specifications RS-232 Communication. Document version Russound Controllers RNET Protocol & Specifications RS-232 Communication Document version 1.00.01 1 Quick Reference Guide Feature CAS44 CAA66 CAM6.6 CAV6.6 Pg. Keypad Events 13 Source Control Events 14

More information

FULL 36 MONTHS GUARANTEE.

FULL 36 MONTHS GUARANTEE. ISA Photon 4 Port RS232 1.0 EDITION December 1998 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it has been used in

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The Model 4824 Serial/Parallel Module provides one RS232 serial port and one parallel printer port. Eight 4824s could be used per system. You can use the 4824 for a variety of purposes,

More information

QSC(LP)-100. User's Manual

QSC(LP)-100. User's Manual QSC(LP)-100 Four Channel Low Profile RS-232 Asynchronous Communications Adapter for PCI bus User's Manual QUATECH, INC. TEL: (330) 655-9000 5675 Hudson Industrial Parkway FAX: (330) 655-9010 Hudson, Ohio

More information

4 Multiplexer. Y Fig Keyboard Scan Matrix

4 Multiplexer. Y Fig Keyboard Scan Matrix - 4 Multiplexer Microcontroller 3 Decoder X Y Fig. - Keyboard Scan Matrix 2 Prentice Hall, Inc. -2 Track Sector Head positioning Fig. -2 Hard Disk Format 2 Prentice Hall, Inc. -3 RGB electron guns R G

More information

PRODUCT INFORMATION. MPP5500 Series PANEL-MOUNT PRINTERS

PRODUCT INFORMATION. MPP5500 Series PANEL-MOUNT PRINTERS PRODUCT INFORMATION Series PANEL-MOUNT PRINTERS Applications Datasheet Features Easy load paper feature High speed, high resolution printing 5Vdc, 10-35Vdc or low power Quiet, non-impact system Maintenance-free

More information

The Analyst. RS422/RS232 Tester. (Standard Model) User Manual

The Analyst. RS422/RS232 Tester. (Standard Model) User Manual 12843 Foothill Blvd., Suite D Sylmar, CA 91342 818 898 3380 voice 818 898 3360 fax www.dnfcontrolscom The Analyst RS422/RS232 Tester (Standard Model) User Manual Manual Revision 102506 Table of Contents

More information

CF2SCSI Disk Bridge User Guide

CF2SCSI Disk Bridge User Guide CF2SCSI Disk Bridge User Guide Overview The CF2SCSI bridge PCB is a general purpose SCSI bridge PCB for a Compact Flash (CF) Card. A regular CF card is plugged into the 3M CF socket at the end of the PCB

More information

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Serial Interfaces Part 1 ECE 153B Sensor & Peripheral Interface Design Serial Interfaces Simple Serial Interfaces RS-232C (UART) Provides for point to point communications, primarily Among the simplest

More information

Type A Sign Part Replacement (pn SP): Controller, Turbo, TuneBlaster Boards and Hard Disk Drive

Type A Sign Part Replacement (pn SP): Controller, Turbo, TuneBlaster Boards and Hard Disk Drive November 18, 2004 AlphaVision PC Sign Part Replacement Instructions 1.0 Type A Sign Part Replacement (pn 1127-9424SP): Controller, Turbo, TuneBlaster Boards and Hard Disk Drive Type A Sign Part Replacement

More information

Network Application Platform. User s Manual

Network Application Platform. User s Manual 525 Network Application Platform User s Manual Rev:1.0 Date:2012.03 CONTENTS CHAPTER 1 PACKAGE CONTENTS... 3 CHAPTER 2 INTRODUCTION... 4 CHAPTER 3 LAYOUT... 5 CHAPTER 4 REAR PANEL SKETCH MAP... 5 CHAPTER

More information