.NET 3.0 USB support?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any Microsoft USB driver support in .NET 3.0. In .NET 2.0 this was
a glaring omission - developers having to rely on libusb-win32, which is
certainly not perfect.
 
Hello David,

The same stuff, afaik even in .net 3.5
because .net 3.0 (as the 3.5 in general) is just added some extension to
2.0 base.
no significant changes in the aspect of working with hardware

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


DH> Is there any Microsoft USB driver support in .NET 3.0. In .NET 2.0
DH> this was a glaring omission - developers having to rely on
DH> libusb-win32, which is certainly not perfect.
DH>
DH> David Harrison
DH>
 
Back
Top