Operation timed out when reading with pyusb

后端 未结 0 867
一整个雨季
一整个雨季 2021-01-02 05:42

I\'m trying to read from a usb device with the pyusb library. Here\'s the code:

dev = usb.core.find(idVendor=0x57e, idProduct=0x337)
endpoint = dev[0][(0,0)][         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题