mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/Tasty.git
synced 2025-12-18 03:08:03 +00:00
Updated test cases to work for TACOS rework
This commit is contained in:
2
run.py
2
run.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user