Malte Zilinski
Results
1
comments of
Malte Zilinski
This solution works, but there may be a more efficient or elegant approach. def enter_raw_repl(self, soft_reset=True, timeout_overall=10): self.serial.write(b"\r\x03") # ctrl-C: interrupt any running program # flush input (without relying on...