Re: Re: Parallel port


Posted by -BB- on May 08, 2000 at 23:45:27:

In Reply to: Re: Parallel port posted by webmaster Guido on May 05, 2000 at 01:00:59:

: : Is it possible to directly set individual bits of the parallel port using Delphi ?
: : I wish to control something, using D0 to D7 bits of the parallel port.
: ---
: I've seen some components on the 'Net somewhere... Maybe try a search on "Deja" with keywords: parallel port. I'm sure you find them :)
: ---

It is possible but you have to use inline assembly. Do a search at http://developers.href.com for a few code samples.
good luck !