Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!batcomputer!munnari.oz.au!caw From: caw@munnari.oz.au (Chris Wright) Newsgroups: comp.os.msdos.programmer Subject: using the printer port for 5V Keywords: printer port Message-ID: <6195@munnari.oz.au> Date: 6 Dec 90 11:21:08 GMT Sender: news@cs.mu.oz.au Lines: 23 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...