From: UNIVERSAL P. <uni...@gm...> - 2015-05-30 12:43:04
|
Hi, this is my program: *import usb.util* *import usb.core* *import sys* *dev=usb.core.find()* *dev.set_configuration()* this is the error message: *usb.core.USBError:could not set config 1: Device or resource busy* *What's wrong with my program ?* |