Updated test cases to work for TACOS rework

This commit is contained in:
dario
2025-01-17 17:39:33 +01:00
parent b6c929d316
commit 5feca7778f
14 changed files with 64 additions and 33 deletions

2
run.py
View File

@@ -45,7 +45,7 @@ for case in os.listdir(path):
# Store the results for each file and line combination in a dict.
results = dict()
with serial.Serial('COM4', baudrate=115200) as ser:
with serial.Serial('COM5', baudrate=115200) as ser:
while True:
try:
output = ser.readline().decode()