On Tue, Jun 28, 2011 at 9:51 PM, Vishwanath Saragadam
wrote:
> Hi,
>
> I am trying to read what my usb device is sending but am getting the
> following error.please help.The endpoint,i confirmed is 1
import usb.core
dev = usb.core.find(idVendor = 0x04d8)
dev.set_configuration(
Hi,
I am trying to read what my usb device is sending but am getting the
following error.please help.The endpoint,i confirmed is 1
>>> import usb.core
>>> dev = usb.core.find(idVendor = 0x04d8)
>>> dev.set_configuration()
>>> dev.read(1,1)
Traceback (most recent call last):
File "", line