Possible making USB driver with C#?

Is it possible to make an USB driver with C#

I know this guy who is creating a device which records data and he is going to use USB to transfer this data from the machine into the computer...

Since this is a custom machine, I dont think it is possible to use a preexisting driver for it and we were thinking if I could make a driver for it.



Answer this question

Possible making USB driver with C#?

  • Count Zero

    As fahr as I know it is not posible. I think only C, C++ or something low level like assembly language is allowed.

    go to: www.microsoft.com/whdc/


  • Possible making USB driver with C#?