Hi,

Ok, I am not very familiar with the whole driver development thing, so I just have a general question to make sure I'm going down the right road.

We have a custom USB device, it's a micro-processor with a USB port attached basically. All we want to do is transfer some proprietary data to/from it and perform some other miscellaneous functions.

We can't use anything like a standard memory device which is why it's a processor.

So, does this actually mean I need to write my own drivers to interface our software with it? Or are there drivers in the system that allow for generic access to a USB port?

See? I'm totally new and have no idea what's going on.