PDA

View Full Version : User application for a USB driver



rockballad
July 24th, 2008, 10:12 AM
Hi,

I'm writing a kernel driver, taking /kernel/driver/bfusb.c as a sample. I also need a user application to test it to understand some stuff in that driver: e.g. how to transfer data to the device. Could you give me one, please?

To make clear, it's an application (.c), communicates with the device through the driver.

Thanks in advance,