Simple questions: is there a way to scan a parallel port on windows XP. A command from the cmd would be great.
in other words, is there a netstats for parallel ports?
thank you very much!
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Try to open the port exclusively via CreateFile - if it fails, you know somebody else is using it. | |||||
feedback
|