readded socat kill

This commit is contained in:
Paul 2024-01-09 10:25:14 +01:00
parent e99a7e2012
commit 5e2965d274
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ except KeyboardInterrupt:
print("Programm durch Benutzer unterbrochen.")
finally:
socat_proc.kill()
ser.close()
reader_thread.join()
writer_thread.join()