LibUsbDotNet is a .NET C# USB library for for libusb-1.0 developers. All basic USB device functionality can be performed through common device classes allowing you to write OS and driver independent code.
- Full support for WinUSB, libusbK and libusb-win32 device driver under Windows.
- Supports Linux, macOS and other Unix-like operating systems using Microsoft dotnet and libusb-1.0.
- Common device classes allow for a single code base to support multiple drivers and platforms.
Source package includes many small example applications.