Parallel Port Interfacing
Hi I recently done some browsing on the web to find how to interface the computer's parallel port so that I may control external stuff with it.
I found a dll file that has the functions in it to switch on and off particular pins, this is all fine but I want to know what the actual function/sub look like for leaning purpose.
The dll was by Fred Bulback and is called io.dll and can be found at:
http://www.southwest.com.au/~jfuller/bulback
I have also found how to build interface card's to control small relays witch in turn can be used to control other devices like motor etc.
Can any one show me through code a example on how to achieve the same thing as the above dll.
THANKS IN ADVANCE!!!