Improved the script to give a better error count reporting.
This commit is contained in:
parent
2e5f3338c0
commit
4c26739ea2
@ -24,7 +24,7 @@ while 1==1:
|
||||
|
||||
ser.write("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!@#$%^&*(){}");
|
||||
|
||||
buf = ser.read(75);
|
||||
buf = ser.read(1024);
|
||||
|
||||
cycles += 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user