|
|
@@ -12,4 +12,7 @@ except:
|
|
|
pass
|
|
|
dev.ctrl_transfer(0x21, 9, wValue=0x0200, wIndex=0, data_or_wLength=b"C\xff\x00\x00", timeout=None)
|
|
|
time.sleep(0.001)
|
|
|
-dev.ctrl_transfer(0x21, 9, wValue=0x0200, wIndex=0, data_or_wLength=b"J\x00\x00\xff\x00\x00\x10", timeout=None)
|
|
|
+dev.ctrl_transfer(0x21, 9, wValue=0x0200, wIndex=0, data_or_wLength=b"J\x00\x00\xff\x00\x00\x30", timeout=None)
|
|
|
+
|
|
|
+time.sleep(5)
|
|
|
+dev.ctrl_transfer(0x21, 9, wValue=0x0200, wIndex=0, data_or_wLength=b"J\x00\x00\x00\xff\x00\x10", timeout=None)
|