From 592ba774b1b19dedb5bb1392f87f696d87584801 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 19 Oct 2011 20:28:01 +0200 Subject: [PATCH] use "cu" instead of "socat" --- munin/usb-wde1-log-last.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/munin/usb-wde1-log-last.sh b/munin/usb-wde1-log-last.sh index db27a13..2fd070b 100755 --- a/munin/usb-wde1-log-last.sh +++ b/munin/usb-wde1-log-last.sh @@ -21,6 +21,12 @@ else exit 1 fi - socat /dev/ttyUSB0,b9600 STDOUT\ + #socat breaks something that leads to + # WRONG VAL, WRONG CMD and FullBuff->Reset + # errors + #socat /dev/ttyUSB0,b9600 STDOUT\ + + # quit cu with "~." + cu -l /dev/ttyUSB0 -s 9600\ | $curdir/log-single-line.sh /tmp/usb-wde1-last fi -- 2.30.2