EasyUSB News
Status: Beta
Brought to you by:
ryan87
The EasyUSB project has just released the first version of its generic USB driver for windows. The driver exposes control over USB endpoints to user-space applications. With the EasyUSBConnect API a C++ interface is available, which supports synchronous and asynchronous operations with callbacks via interface classes. A small example is also provided. The API is fully documented via doxygen at http://easyusb.sf.net/docs
Currently USB 1.1 is fully supported. That means Bulk/Interrupt and Isochronous transactions are possible. High-Speed Bulk and Interrupt transaction should also be possible, but have not been tested yet.
The driver has been successfully testet with Windows XP and XP64. Further testing and feedback is highly appreciated.