Looking on the Internet, I've found many references pointing that Visual Studio 2005 provides a class to control the PC's parallel port. I can't find that class.
What kind of "control" to you wish to exercise over the port? The only thing I can think of doing with a parallel port is sending data to it: printing.
Look at the System.Drawing.Printing namespace and see if it contains what you need.
Thanks for your answer. I looked at the methods of System.Drawing.Printing but it seems it doesn't provide what I'm looking for.
What I'm trying to do is to control the status of the data pins of the PC's parallel port, so I can connect there some LEDs. I've found several postings on Internet about this subject, but none of them done in VS 2005 and in those same postings I have found the comment that VS 2005 "will have" a special class to control the parallel port. Well, VS2005 is here, so I was wondering how to solve this.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.