From 2b085ed77470c1d69873596df4f2baa74aba674a Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Tue, 27 Mar 2012 22:39:30 +0000 Subject: [PATCH] send output from autotaste 0 --- rf433rcv/pc/autotaste.sh | 2 +- rf433rcv/pc/send.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100755 rf433rcv/pc/send.sh diff --git a/rf433rcv/pc/autotaste.sh b/rf433rcv/pc/autotaste.sh index 8f1d6b4..6e88224 100755 --- a/rf433rcv/pc/autotaste.sh +++ b/rf433rcv/pc/autotaste.sh @@ -10,7 +10,7 @@ echo $FN3 >&2 ./decode.pl $FN $1 | xargs ./decode2.pl $FN > $FN2 if [ $1 -eq 1 ]; then ./swap.pl < $FN2 >$FN3 -else +else cat $FN2 > $FN3 fi ./plot.py < $FN3 diff --git a/rf433rcv/pc/send.sh b/rf433rcv/pc/send.sh new file mode 100755 index 0000000..2ec4798 --- /dev/null +++ b/rf433rcv/pc/send.sh @@ -0,0 +1,2 @@ +#!/bin/sh +cat $1 | ./compress | ./rawhid_test - -- 1.7.10.4