Decreased serial read timeout on the test script to increase throughput.
This commit is contained in:
parent
baa3acf116
commit
2e5f3338c0
@ -12,7 +12,7 @@ def signal_handler(signal, frame):
|
|||||||
|
|
||||||
signal.signal(signal.SIGINT, signal_handler);
|
signal.signal(signal.SIGINT, signal_handler);
|
||||||
|
|
||||||
ser = serial.Serial('/dev/cu.usbmodemDEM1', 115200, timeout=1);
|
ser = serial.Serial('/dev/cu.usbmodemDEM1', 115200, timeout=0.05);
|
||||||
|
|
||||||
error = 0
|
error = 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user