LibUsbDfu
LibUsbDfu copied to clipboard
C# USB DFU firmware upgrade utility using LibUsbDotNet
Results
2
LibUsbDfu issues
Sort by
recently updated
recently updated
newest added
I see that the Device class has access to Upload function, which should enable (once connected) uploading of memory from the device to the PC. I'm unclear what the block...
Added command to read memory This adds some overloaded copies of function from the base class which aren't accessible due to them being private (which isn't pretty) - however it...