Philip Salmony

Results 1 comments of Philip Salmony

I had the same error message. To fix this you need to go into '**dfuse/DfuDevice.py**' and **change line 73** from: return usb.util.get_string(self.dev, 256, index) to **return usb.util.get_string(self.dev, index)**