I need to be able to check if a communication given port is available. What is the best way to do it?
Thanks for your help!
Printable View
I need to be able to check if a communication given port is available. What is the best way to do it?
Thanks for your help!
Try to open it, and trap on error....
On the other hand is you want to enumerate the ports that EXIST, use the routines that are available via the DDK.