How to Create customizable COM port number?

  • Thread starter Thread starter Vinay Hasyagar
  • Start date Start date
V

Vinay Hasyagar

Guest
Hi,

I am developing a virtual COM port driver in UMDF2.0 using WDF framework. Whenever I install the driver, the driver will take available port number from COMDataBase. When I install multiple instances of the driver the COM port number will increment by one. But I want to do it explicitly by an external windows application. Whichever port number I select in the application that on that COM port driver has to be installed. For ex: If I select COM20, driver should get installed on COM20. How to implement this? I am not getting correct information in MSDN.


Thank You

Continue reading...
 
Back
Top