Member • Oct 6, 2006
Tutorial: PC Parallel Port Interfacing Techniques - Part 1
Introduction
In this tutorial I will just introduce the PC Parallel Port and how to identify its address for use in home electronic projects. Mind you the whole process and learning takes time but is fairly easy too! Remember, if you are interested then keep learning and trying new things. Fill me in if you have any questions or suggestions.
The Parallel Port is the most commonly used port for interfacing usual devices like printers and scanners. It's found commonly on the back of your PC as a D-Type 25 Pin female connector. But did you know it can even be used to make home made projects?
This port will allow the input of up to 9 bits or the output of 12 bits at any one given time, thus requiring minimal external circuitry to implement many simpler tasks. These outputs can act like switches in some cases or simply to light up LEDâs. The inputs on other hand can act like pushbutton inputs to your PC.
Here you can see what the individual pins stand for.
Now for your Printer Parallel Port to work with a printer, it uses internal software to initialize a protocol for smooth communications. We wonât go into the details of this since it has about 5 different modes of protocol. All we need to know is how to connect your little lights and switches to your printer port with the most basic mode!
Hardware Properties
Scroll down for the table of Pin Outs #-Link-Snipped-# for clear explination.
The output of the Parallel Port is normally TTL (Transistor-Transistor Logic) logic levels. The voltage levels are the easy part. The current you can sink and source varies from port to port. Most Parallel Ports can sink and source around 12mA. However these are just some of the figures taken from Data sheets. They vary quite a bit. So be careful not to overload your Printer Port.
Port Addresses
When the computer is first turned on, BIOS (Basic Input/Output System) will determine the number of ports you have and assign device labels LPT1, LPT2 & LPT3 to them. Usually the address for LPT1 is 378h.
To know your Parallel Port address, do the following:
Go to Start > Control Panel > System > âHardwareâ Tab > Click on Device Manager > Look for âPortsâ in the device list > Double click on LPT1 > Click on the âResourcesâ Tab. In that you can see the starting address of I/O Range. Thatâs your number!
This address called the Base Address which points to a byte is used to send commands to your Port.
Read more on this if you are interested and in due time I will come up with another Tutorial on how to make some projects with this tool!
Sources:
#-Link-Snipped-#
#-Link-Snipped-#
============================================================
PART 2 of this tutorial : #-Link-Snipped-#
============================================================
-----------------------------------------------------------------------------
NOTES: The points below the title mean how Advance a Tutorial is in each field. 1 being easy and 5 being very advance.
*The above picture has been taken from: Lammert Bies - Computer Interfacing - Homepage Thanks a lot😀
Feel free to ask questions or give sugestions!