Re: How PC parallel port Is connected internally?



Ali wrote:
Yeah this post belongs to windows drivers. Actually this was the
question raised by windows driver group people, they all want to know
which type of device i have , PCI or ISA?
If you want to see the device then please vist
[http://powercell.cjb.net] under hardware design link.

Thanks.

What you *connect* to the parallel port does not matter much - it's a "parallel port" bus if you like to call it that.

What happens *internally to your PC* is what the people in the windows driver groups are asking.

In the first years of PC design the parallel port interface was handled by an 8255 PIO chip connected to the ISA bus of the computer.

Nowadays, it will be through one of the motherboard chipset IC's but it emulates the original hardware (for compatibility). Maybe tell the windows-driver group which PC motherboard+chipset you have - I think this will help.

HTH

Chris.
.