Main / Winusb
http://stackoverflow.com/questions/1562891/how-to-implement-a-usb-device-driver-for-windows libusb.info? about libusb, which is a cross platform library and lives in user mode only. If your target device is not HID, you must install a driver before you can communicate with it using libusb. Currently, this means installing one of Microsoft's WinUSB, libusb-win32 or libusbK drivers. |