新增芯跳检测脚本

This commit is contained in:
ranchuan
2023-07-14 18:50:38 +08:00
parent 01b2109ce1
commit 688e942b1a
10 changed files with 3576 additions and 13 deletions

View File

@@ -174,6 +174,7 @@ class port:
if __name__ == "__main__":
p=port()
# 批检仪测试
p.open("com16",115200)
p.open("com5",115200)
# p.open("utcp",9527)
p.checker_test(5000,"file/EX_Coder_Test_2023-07-7.json","file/judge-xt.lua")
# p.checker_test(5000,"file/EX_Coder_Test_2023-07-7.json","file/judge-xt-checker.lua")
p.checker_test(5000,"file/XT_Foundry_Test-7-6.json","file/judge-xt-checker.lua")