添加批检仪和赋码仪联动的脚本 code_with_checker.py

This commit is contained in:
ranchuan
2023-07-13 18:17:14 +08:00
parent f148347e58
commit 01b2109ce1
4 changed files with 256 additions and 9 deletions

View File

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