Standard USB devices are normally supported by class drivers already included in the Windows operating system.
The development and debugging process of such a kernel-mode driver is very time consuming, especially if the driver has to support different Windows versions. For this reason, Thesycon developed the generic USB device driver USBIO. The USBIO software components can be integrated into a final product with product-specific adaptations if necessary (e.g. file names, installation paths, copyright messages). The result is a customized version that can be shipped as part of an end user product.
Furthermore, the USBIO driver is very useful for developing, debugging, and testing of USB devices and firmware. It enables rapid development of debug and test applications.