Board index » cppbuilder » HELP: Parallel Port Access?

HELP: Parallel Port Access?

Hi

I have been beating my head up against my monitor for the last few days
trying to communicate with a parallel device.  Unfortunately, I have
been completely unsuccessful in my attempts.  Is anyone who has done
this willing to enlighten me?  It seems like it should be a trivial
thing, but the whole hardware abstraction thing has me a bit irritated
at this point.

Also, if there are any third party tools available to perform parallel
IO, I would appreciate any pointers to them.

Many, Many thanks,

John DeVale

dev...@cmu.edu

 

Re:HELP: Parallel Port Access?


Quote
> I have been beating my head up against my monitor for the last few days
> trying to communicate with a parallel device.  Unfortunately, I have

For most usage, you can just use the CreateFile Win32 api and open the lpt
port directly.  Check out CreateFile in the Win32 help file.

Quote
> Also, if there are any third party tools available to perform parallel
> IO, I would appreciate any pointers to them.

For more info, check out my earlier post in this newsgroup.

+===================================================+
| Jonathan Arnold (mailto:jdarn...@world.std.com)   |
| Programmer                Roger Wagner Publishing |
| http://world.std.com/~jdarnold                    |
+===================================================+

Other Threads