I am trying to create a program to switch the com port number of currently attached device.For example, I have a device assigned to com port number 5, and I want to change it to maybe com port number 20. How do I go about doing it? Is there any reference tutorial, etc that I can build on?

Thanks in advance.

link|improve this question
The number is assigned by the driver. There is no standard IOCTL that lets you tell the driver what to use. They typically have a property page in Device Manager to let you change it. – Hans Passant Mar 24 '11 at 3:35
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.