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