[comp.os.msdos.programmer] using the printer port for 5V

caw@munnari.oz.au (Chris Wright) (12/06/90)

Sorry to ask such dumb questions..
Can anyone point me to a reference (or mail me some code!)
to enable me to do this:

setPinHigh(int PinNum)
{
	/* Sets pin PinNum high and stays high
	   till a call to setPinLow(int PinNum)
 	*/
}
setPinLow(int PinNum)
{
	/*
		use your imagination!
	*/
}	

please mail replies to minimise wasting bandwidth, and if there's
any interest, I'll post

Many thanks

chris wright...