diff --git a/lib/hidapi/hidconsole.py b/lib/hidapi/hidconsole.py index aed6fd7c..55cef9c3 100644 --- a/lib/hidapi/hidconsole.py +++ b/lib/hidapi/hidconsole.py @@ -216,10 +216,10 @@ def main(): rlist, wlist, xlist = _select([handle], [], [], 1) if data[1:2] == b'\xFF': # the receiver will reply very fast, in a few milliseconds - time.sleep(0.100) + time.sleep(0.010) else: # the devices might reply quite slow - time.sleep(1) + time.sleep(0.700) except EOFError: if interactive: print ("")