Virtual Equipment Drivers Development
Have you ever bumped into the situation, when a program doesn't work without certain hardware, when you actually don't need this hardware for your day-to-day work? Or the situation when the resources, which are necessary for the program, are already occupied?
Virtual Device Driver is a perfect solution of such problems!
Your system will be added with the device that is absolutely identical to the physical one. It will work if you need it, and will not, if you need only its presence. The correspondence to its physical analogues is achieved due to the applying of emulation of PnP and PowerManagement, and due to the copying of the necessary functions from the respective physical device.
Our product AVUSBD fully supports PnP and PowerManagement and is actually a complete analogue of real USB host-controller driver.
|