aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPiotr Esden-Tempski2011-10-30 18:51:28 -0700
committerPiotr Esden-Tempski2011-10-31 14:13:21 -0700
commit2e5f3338c0947c47aab6126be239f98406c5ecc4 (patch)
tree8c8e5109789f1768dc284e042639dccf3a5d70bd /examples
parentbaa3acf1168b9f6dec91febade1ecd312813eca4 (diff)
Decreased serial read timeout on the test script to increase throughput.
Diffstat (limited to 'examples')
-rw-r--r--examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py b/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
index 4a9f491..02c458c 100644
--- a/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
+++ b/examples/stm32/f1/lisa-m/usb_cdcacm/cdcacm_test.py
@@ -12,7 +12,7 @@ def signal_handler(signal, frame):
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