diff --git a/dist/tools/pyterm/pyterm b/dist/tools/pyterm/pyterm index 72762cfc0cc8b2cc406e03cac3c531fc85af229d..56bc19d3bc1ecbf740e915d31a82591cbd6fc37d 100755 --- a/dist/tools/pyterm/pyterm +++ b/dist/tools/pyterm/pyterm @@ -247,6 +247,9 @@ class SerCmd(cmd.Cmd): self.logger.error("Cannot connect to serial port {}: {}" .format(self.port, e.strerror)) sys.exit(1) + except serial.SerialException as e: + self.logger.error("%s", e.strerror) + sys.exit(1) # wait until connection is established and fire startup # commands to the node