Saturday, March 31, 2007

PROJECTS THROUGH PARALLEL PORT INTERFACING


Lakeview Research home
SEARCH
Quick Links
Resource Pages
USB
USB Code
USB Chips
HID Page
Mass Storage
Embedded Ethernet and Internet
Serial Ports
Parallel Port
8052-Basic Microcontrollers
PC Boards
Books
USB Mass Storage
USB Complete
Embedded Ethernet and Internet Complete
Serial Port Complete
Parallel Port Complete
The Microcontroller Idea Book
Making Printed Circuit Boards
Where to Buy the Books
Lakeview Research Info
Contact Lakeview
News for the Media
Magazine Articles
Sponsored Links
USB Drivers
Embedded Programming Services
Lakeview Research home > Parallel Port Central
Parallel Port Central

A collection of files and links to material about the PC's parallel port, including ECP, EPP, bidirectional, and IEEE-1284 modes (and other I/O ports as well).
brought to you by Jan Axelson
Basics ECP & EPP Hardware Troubleshooting Connecting 2 PCs
Using Printers Programming Books
Parallel Port Complete
For all you ever wanted to know about the parallel port, order a copy of
Parallel Port Complete. Read Chapter 1 on-line.
The Basics
Jan's Parallel Port FAQ has answers to frequently asked questions about using, interfacing, and programming the parallel port in all of its modes.
The parallel port FAQ . Basics about the parallel port and how to use it, by Zhahai Stewart. (50K)
Control and data acquisition information and projects, from Peter H. Anderson and his students. Code examples in C.
Various LPT documents. Steve Walz has collected a useful set of parallel-port-related FAQs and information.
Beyond Logic has tutorials (including EPP and ECP), projects, and a debug tool with source code. From Craig Peacock.
Interfacing to the IBM-PC Parallel Printer Port. General information, plus several projects.
Tomi Engdahl's PC Hardware pages. Many links.
PC Webopedia. Definitions and many links.
Parallel Port Programming. An article from Hasha Perla.
External Parallel Port devices and Linux. Many links and info about the Linux-parport mailing list. From Grant Guenther.
If you have a (usually old) device that sends data to a line printer, and you want to instead read the data into a PC, you have a couple of options. One is to buy or make a parallel-to-serial converter and read the data at a serial port, using a terminal emulator or software you write.
LPTCAP is another approach, consisting of circuits and software for reading the data into a PC's parallel port. From Kris Heidenstrom. Also see JADTech's Silent Hawk.
A tutorial on
motion control from the parallel port. From cncKITS.
Some web pages in Spanish:
El Puerto Paralelo from Juan Carlos Galarza Roca. El puerto paralelo de la PC from Virgilio Gómez Negrete. El puerto paralelo from Javier Olcina and David Romero.
Enhanced and Extended Ports
Including the bidirectional (PS/2) port, extended capabilities port (ECP), and enhanced parallel port (EPP), and the IEEE-1284 standard that descibes them all.
General Information
A table showing the
pinouts of all three of the commonly used parallel-port connectors, including the 25-pin D-sub, the 36-contact Centronics connector, and the new IEEE-1284C connector. (6K PDF (Acrobat) file)
Warp Nine Engineering has descriptions of the EPP, ECP, and other IEEE-1284 modes. Warp Nine's products include ECP/EPP parallel-port cards, EPP and ECP drivers, and a peripheral interface controller that provides the logic between a general-purpose microcontroller and a PC's parallel port, to enable a peripheral to support EPP and ECP modes. Also check here for the latest information on IEEE standards relating to the parallel port. And there's a link to Microsoft's document describing ECP mode. (325k, PDF file).
Various files relating to the IEEE-1284 standard, from
Lexmark's FTP site
The title of the IEEE parallel port standard is 1284-2000 IEEE Standard Signaling Method for a Bidirectional Parallel Peripheral Interface for Personal Computers. Available from
IEEE.
Standard Microsystems Corp. has preliminary versions of the daisy-chain specification and EPP BIOS, plus drivers and source code for SMC chips.
Trans Digital has a high-speed universal parallel-port product.
Hardware
Boards
Winford Engineering has very handy breadboard adapters and breakout boards with DB-25 connectors.
Zanthic has inexpensive proto boards for parallel-port interfacing with EPP handshaking. Some also have a CAN interface.
Byte Runner Technologies has parallel-port expansion cards, both ISA and PCI-based.
Chips
The data sheets for parallel-port controller chips include timing diagrams, register assignments, and other useful details about accessing and using the new modes. PC-side chips are for use in PCs; peripheral-side chips are for use in peripherals.
AMD's Am29202 processor (PDF), for use in EPP/ECP (peripheral-side).
National Semiconductor has a variety of
Super I/O chips that include an IEEE 1284-compatible parallel port with EPP and ECP modes. (PC-side)
Fairchild's 74VHC161284 Transceiver contains eight bidirectional data buffers and eleven control/status buffers to implement an IEEE-1284 Level 2 interface. Outputs on the cable side can be configured to be either open drain or push-pull.
Standard Microsystems Corp., (SMSC), another manufacturer of EPP/ECP parallel-port chips. (PC- and peripheral-side).
Exar/Startech's ST78C34 and ST78C36 are EPP/ECP chips. Look under Products/Communications/General Purpose. (PC-side).
Texas Instruments' TL16PIR552 includes a PC-side ECP+EPP, plus a dual UART and IrDa interface.
Warp Nine's W91284PIC supports all modes, plus daisy-chaining and negotiating. (peripheral-side)
Winbond has PC-side chips.
Cables
NFPT (No-Frills Parallel Transfer) includes a DOS program with source code and instructions for building an ECP test cable for transferring files between two PCs using ECP mode. From Kein-Hong Man.
Denis Kondakov has figured out
how to do Direct Cable Connection ECP transfers between PCs using a simple, home-brewed cable configuration. It requires a patch to paralink.vxd (zip file, 36k).
Parallel Technologies' Universal Cable contains active circuits for high-speed parallel-port communications using Windows 95/98's Direct Cable Connection. Parallel Port Development Kits are available as well.
Trans Digital's
Universal Parallel Port is a high-speed, long-distance link between parallel-port peripherals and a PC-ard (PCMCIA) slot.
If you want to connect your parallel printer to a USB port, USBGear has a
True-Bi Directional USB Printer Cable adapter (USBG-1284Bi) that claims to support bidirectional printer communications. (Most other adapters don't.)
Troubleshooting
Para14.zip. Parallel-port diagnostic and information utility from Parallel Technologies. (88K)
PortMon monitors and displays all serial and parallel port activity on a system. From Mark Russinovich.
JadTech's Silent Hawk products non-obtrusively capture parallel-port data. The Silent Hawk III Model 1284 functions as a protocol analzyer.
QualityLogic has a protocol analyzer and test suite for IEEE-1284 links as well as a variety of products for printer testing.
Connecting Two PCs
Connecting two PCs via their parallel ports requires a special cable. For software, you can use Windows 95/98's Direct Cable Connection, a third-party product, or write your own program to do the transfers. To find out about Direct Cable Connection, click F1 on the desktop and search for Direct Cable Connection.
The Connect Pages have information on how to connect two PCs running various combinations of operating systems, using serial and parallel ports. From Kime.Net.
Sewell Development's
Fast Lynx works with everything from DOS through Windows XP.
Laplink and pcAnywhere support PC-to-PC transfers.
Also see the information under
Cables.
About Using Printers
Most USB/parallel-port converters are for connecting a parallel-port printer to a PC's USB port. The
LPT2USB enables connecting a USB printer to a PC's parallel port. From ePaperSign.
Microsoft's Knowledge Base has printer-related articles. These are just a few:
HOWTO: Send Raw Data to a Printer Using the Win32 API from Visual Basic. Article ID: 154078. HOWTO: Use PASSTHROUGH Escape to Send Data Directly to Printer. Article ID: 96795. HOWTO: Get the Status of a Printer and a Print Job. Article ID: 160129.
Do-it-yourself printer repair.
How to access USB printers using the API functions CreateFile and WriteFile. From Peter Skarpetis.
The
EDE1400 Serial to Parallel-Printer Converter chip converts serial data to a parallel interface suitable for connecting to parallel printers. The chip generates printer-control signals and monitors printer-status signals. From E-Lab Digital Engineering.
Various Projects
Projects that use the parallel port or an I/O chip like the 8255 Parallel Peripheral Interface chip.
Connecting an 8255 Parallel Peripheral Interface to the ISA bus. From Boondog Automation.
How to connect an IDE disk to a microcontroller using an 8255. by Peter Faasse. I've included this one because of many requests for info about IDE interfacing.
GKDesign's
Universal IR Controller for a PC includes source code and a circuit for reading and sending infrared remote-control signals via the parallel port.
World's Least Expensive Pinewood Derby Timer. From James H. Brown.
Programming
There are various ways for applications to access the parallel port and other I/O ports in PCs, including directly accessing port addresses, communicating with a driver that accessing port addresses and using Windows' built-in drivers.
Under Windows 3.x/95/98/Me, applications can read and write directly to port addresses. Use your compiler's built-in functions (inp and out or similar) or in-line assembly code. (See the source code in my inpout32.zip below for an example.) This method is simple, but it's slow, it can't protect the port from access by other applications, and it doesn't work at all under Windows NT/2000/Xp. If you use Visual Basic or another language that doesn't have functions for port I/O or allow in-line assembly code, you can use a DLL or a custom control that adds port I/O functions to an application.
A system-level device driver enables faster port access and can manage access by multiple applications. Driver types include VxD (virtual device driver) for Windows 9x/Me, WDM for Windows 98/NT/2000/Me/Xp, and kernel-mode driver for Windows NT/2000/Xp. Hardware interrupts must use a system-level driver under Windows 9x/NT/2000/Me/Xp. If you don't want to write your own driver, there are custom controls and other tools that enable applications to access ports and respond to interrupts via a driver.
A third way to access ports is to use the drivers included with Windows. Windows 3.x/9x/NT have no functions for generic port access, only functions tied to specific uses. For example, there are API calls for accessing printers and for accessing serial ports controlled by UARTs. In Visual Basic, the Printer object and MSComm control are other options for parallel and serial-port access. Built-in functions and controls like these are usually the best solution when their abilities match what you're trying to accomplish.
Windows 2000/Xp add improved drivers for accessing parallel-port devices with support for SPP, PS/2 (Byte), EPP, and ECP modes and daisy-chaining. Parclass is a system class driver for parallel-port devices, and Parport is a system function driver for the parallel port. The
Windows DDK has details. Search for Parallel Devices and Drivers in the documentation index.
Below are links to tools that you can use for port access. I've grouped them according to which operating systems they're supported in. The list includes freeware, shareware, and commercial products.
Programming Tools for Port I/O and Interrupts
For Windows 95/98/NT/2000/Me/Xp
Inpout32.dll is compatible with my Win9x inpout32.dll (below) but works under all Windows editions from Win95/98/Me to WinNT/2000/XP. For Windows NT etc., a kernel mode device driver is embedded in the DLL in binary form. Freeware. A big thank you to LOGIX4U for coming up with this and making it available. For testing inpout32.dll in Visual Basic 6, see my example program Test_inpout32_vb6.zip. For testing inpout32.dll in Visual Basic .NET, see my example program Test_inpout32_vbdotnet.zip.
I/O Ports Uncensored. How to access ports in C# (CSharp) using inpout32. By Levent S. and the Code Project.
Before you can access an I/O port, you need to know its address. The
get_io DLL finds port addresses and has been tested in Windows 98/2000/XP. It does not work under Windows NT. (See Jan's FAQ for NT info.) Free. From Graham Bartlett.
GetPortAddress is a Visual Basic 6 application that retrieves parallel-port addresses. Free. From Servo Wizard.
HOW TO: Access Serial Ports and Parallel Ports by Using Microsoft Visual Basic .NET. How to use WriteFile to access the data port. Knowledge Base article #823179 from Microsoft.
Delphi: Accessing Port Hardware and how to use InpOut32.dll. From TK Boyd.
DriverLinx Port I/O. Freeware. Supports: port I/O. From Scientific Software Tools. John Pappas has written TDLPortIO, a freeware interface for DriverLinx for use with C++ Builder, Delphi, and other languages.
DriverX. Supports: port I/O and interrupts. From Tetradyne Software.
IO ActiveX Communications module. Shareware. Line-printer-type access to LPT ports.. From JSPayne.
Parallel Port Direct I/O Access package. Shareware. Supports: port I/O. Supports access under NT by changing the I/O permission map for the process that claims the port. From Peter Shoebridge at Zeecube Software
ParPort provides a DLL with functions that enable applications to read and write to a parallel port using the enhanced drivers provided with Windows 2000 and Windows Xp. Free for non-commercial use. From ParaPort.net.
RapidDriver generic driver for parallel-port, USB, and other devices. From EnTech Taiwan.
TVicHW32 & TVicPort. Shareware. Supports: port I/O and hardware interrupts. From EnTech Taiwan
W95pio and Ntpio. Freeware. Supports: port I/O. Intended for use with HP's VEE visual programming language, but adaptable to other uses. Hosted by Gizmos-N-Gadjets. Ntpio is also available from Agilent's website.
WinIO. Freeware. Supports: port I/O. Includes a DLL, declarations, and C source code. From Internals.com.
WinRT, WinRT-VB, WinDK. These products are no longer available from BSQUARE.
For Windows 95/98/Me Only
Inpout32.zip. Freeware. Supports: port I/O. The file contains inpout32.dll, which I wrote in Delphi 2. The zip file includes the DLL, Visual-Basic declarations for inp and out, documentation, a test program, and the Delphi source code, which includes assembly code for port I/O. If you don't see the DLL file after you unzip the files, you probably have system files hidden. To unhide them, go to My Computer > View > Folder Options > View > Hidden Files and select Show All Files. Instructions for using inpout32 with C++ are in Jan's FAQ. To add port access under Windows NT/2000/XP with no changes to application code, see Inpout32.dll above.
The tutorial
Visual Basic DLLs and PC Interfacing is an excellent explanation of how to write your own inpout DLL in Visual C++. From Paul Oh.
Win95io.zip. Freeware. Supports: port I/O. Another inpout DLL. The DLL is just 2048 bytes. From Jonathan Wood at Softcircuits.
For Windows NT/2000/Xp Only
Direct I/O. Shareware. Incluces interrupt emulation. From Ingenieurbuero Paule.
NTPort Library. Shareware. From Zeal SoftStudio.
PortTalk. Freeware. From BeyondLogic.
The
SHA toolkit. Freeware. Enables port I/O, hardware interrupts, and DMA from C++ and Delphi applications. From Sybera.
Thesycon has a driver for NT and Windows 2000.
Tinyport. Shareware. Supports: port I/O. A ready-to-run kernel-mode device driver. Tinyport complies with the rules that Microsoft has specified for NT drivers, so it doesn't undermine NT's stability and can be used in critical applications. From Manfred Keul.
UserPort is a kernel mode driver for Windows NT/2000 that gives usermode programs access to I/O ports. From Tomas Franzon. Updated 5/31/01. Inspired by the article "Direct Port I/O and Windows NT" by Dale Roberts, which describes a way to defeat NT's security for port I/O. Dr. Dobbs' Journal, May 1996. The article is available on CD.
ParIO is an NT Parclass driver modified from a Microsoft DDK demo.From Martin Davey
16-bit-only Tools
Use these with products such as Visual Basic 3 or 16-bit Visual Basic 4 under Windows 3.x.
inpout16.zip Freeware. Supports: port I/O. Includes an inpout DLL, source code in PowerBasic, and an example VB project. From Lakeview Research.
inpout.zip. Freeware. Supports: port I/O. Another inpout DLL. Includes assembly-language source code. From Jay Munro.
vbasm.zip. Freeware. Supports: port I/O. A DLL that adds Inp, Out, Peek, Poke, Call Interrupt, and more for accessing ports and memory. From Jonathan Wood at Softcircuits.
For 16- and 32-bit Programs (Windows 3.x, Windows 95/98)
PowerBasic is the source for several products that are useful for applications that access ports. PowerBasic's 16-bit and 32-bit DLL compilers enable you to write and compile DLLs in Basic. The Basic syntax is nearly identical to classic QuickBasic. Because the DLLs are compiled, not interpreted like Visual Basic code, they're fast. The 16-bit edition includes inp and out for port access. The 32-bit edition allows port access under Windows 95/98 via inline assembly code. There's also a 32-bit Basic console compiler for text-only Windows applications and even a DOS compiler.
"
Using 16-bit DLLs with 32-bit VB." This article explains, step-by-step, a method for using 16-bit DLLs in 32-bit VB applications. The example described is port I/O with Vbasm (see above). To use this method, you must have both a 16-bit and a 32-bit edition of Visual Basic. From COOL.STF.
Vbio.dll. Freeware. From Zeal SoftStudio.
Other Driver Information and Sources
Windows 2000 and Windows Me include a
USB printer driver, and the driver can be distributed for use with Windows 98.
Dan Norton has an FAQ and many links relating to
Device Driver Development
The
Device Driver Resource Page has many links. From Bob Weiman and Oracle Engineering.
Warp Nine Engineering has IEEE-1284 drivers.
Parallel Printer Port Access through Java. From Juan Gabriel Del Cid Portillo.
Linux
The
ppdev driver enables accessing port bits, interrupts, negotiating, and setting modes.
Books about Parallel Port Hardware and Programming
Here are links to a variety of books about parallel port hardware and programming. The titles are listed alphabetically, except for my book, which is first. :)
Parallel Port Complete: Programming, Interfacing, and Using the PC's Parallel Printer PortJan Axelson1996, Lakeview Research343 pages, $39.95 Covers all of the port's modes and how to use them in custom applications.
Build Your Own Low-Cost Data Acquisition and Display Devices
by Jeffrey Hirst Johnson1993, McGraw Hill/TAB Electronics305 pages, $24.95Lots of detail about the port hardware (serial ports too) and ISA interfacing, with DOS Pascal program code.
Controlling the World With Your PC
by Paul Bergsman1994, LLH Technology Pub257 pages, $35Many projects with DOS code in BASIC, C and Pascal
Programming the Parallel Port: Interfacing the PC for Data Acquisition & Process Control
by Dhananjay V. Gadre1998, CMP Books308 pages, $44.95Includes source code in C for DOS and Linux.