diff --git a/tools/read-device-log.sh b/tools/read-device-log.sh new file mode 100755 index 0000000000..cbc3f30eab --- /dev/null +++ b/tools/read-device-log.sh @@ -0,0 +1,3 @@ +#!/bin/sh +DEVICE=${1:-/dev/ttyACM0} +socat -u $DEVICE,rawer - | ts "[%b %d %H:%M:%.S]"