plz help

Thread Starter

alitex

Joined Mar 5, 2007
139
hi...
now i learn how connect the parallel port with external circuits and how control in electronic circuits by delphi programming.
can any one help me about how i can use delphi programming to program and control with parallel port?
thanx for all:)
 

n9352527

Joined Oct 14, 2005
1,198
It does run under 2K, XP or Vista. It can do pretty much anything. However, to access parallel port under Windows properly you need to go through the Win32 APIs.

The easiest way is to find a VCL component for parallel port, then you just need to drag and drop it.
 

Thread Starter

alitex

Joined Mar 5, 2007
139

beenthere

Joined Apr 20, 2004
15,819
I've never messed with it. Look for instructions with the same function as PEEK and POKE in BASIC. They let you set and read bits at I/O locations, like the printer port.
 
Top