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!

link|improve this question
1  
What do you mean by "scan", and is this programming related? – Mark Aug 18 '10 at 18:58
I just want to see the status of the port, to see if there is an other application trying to use this port. – Nick Aug 18 '10 at 19:00
1  
Check this SO post stackoverflow.com/questions/2386169/… – Nix Aug 18 '10 at 19:06
thanks i'll look at this – Nick Aug 18 '10 at 19:10
feedback

migrated from stackoverflow.com Aug 20 '10 at 1:27

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 0 down vote accepted

Try to open the port exclusively via CreateFile - if it fails, you know somebody else is using it.

link|improve this answer
Hi Paul, thank you for your answer. Sorry for the huge delay I didn't know my question magrated to serverfault.com – Nick Oct 17 '10 at 15:32
I'll try this soon! – Nick Oct 17 '10 at 15:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.