Improved the script to give a better error count reporting.

This commit is contained in:
Piotr Esden-Tempski 2011-10-30 18:59:53 -07:00
parent 2e5f3338c0
commit 4c26739ea2

View File

@ -24,7 +24,7 @@ while 1==1:
ser.write("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(){}");
buf = ser.read(75);
buf = ser.read(1024);
cycles += 1