USB-Emulation
USB-Emulation copied to clipboard
Error running the sample
I run your sample emulation with python 2.7 it runs ok without a problem then when I attach USBIP to the localhost the hid.py crash with this error
Connection address: ('127.0.0.1', 51911)
Header Packet
command: 0x8005
list of devices
Connection address: ('127.0.0.1', 51912)
Header Packet
command: 0x8003
attach device
handles requests
Traceback (most recent call last):
File "hid.py", line 130, in
what is the problem ? and how can I solve it