检测错误码

This commit is contained in:
ranchuan
2023-07-03 18:27:10 +08:00
parent 156d1ceeb4
commit 41c1e97ba5
9 changed files with 489 additions and 16 deletions

View File

@@ -173,5 +173,6 @@ class port:
if __name__ == "__main__":
p=port()
# 批检仪测试
p.open("com5",115200)
# p.open("com5",115200)
p.open("utcp",115200)
p.checker_test(5)