Hello All,
Thanks for all the inputs you have given me.
I am writing a driver for virtual multiport serial
adapter(windows XP,2000). I have created a virtual bus driver ( Bus
FDO). I can create the multiple virtual ports also (Port PDOs). Later
I can add the same number of Port FDO s as my PDO s, to create COM
interface to my applications.
Now I have a Multiple virtual COM interface.
But the exact requirement of my project is to create the ports only
when instructed by an application above. I think I can delay the
making of FDO (so that there is no COM interface). But since the PDO s
are present(which were installed when bus driver was inserted.). It
shows in the device manager as unknown device. I dont want this to
happen.
Is there any way I could dynamically install Port PDO
s(not along with Bus driver), when i get signal from application.
More specifically "CAN A BUS DRIVER, DYNAMICALLY
ENUMERATE ITS PORTS (NOT DEVICES CONNECTED TO ITS PORTS)".
or the only way I have is to insert another bus driver
when i want another port.
Looking forward for you response
Thanks in advance,
Subhash