summaryrefslogtreecommitdiff
path: root/utilities/modem_transmit
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-24 17:50:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-24 17:50:02 +0100
commitb4293fd7aa24bc020f901c7a383f3e87d34a3b76 (patch)
treec07609e11cb0f20831a6d7102320d039e7ab417b /utilities/modem_transmit
parent6cc9c4fa5133e5b2e587735d2cd3cc9272fa7c8a (diff)
add pattern transfer test code to blinkenrocket.py, speed up modem/receive
Diffstat (limited to 'utilities/modem_transmit')
-rwxr-xr-xutilities/modem_transmit4
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/modem_transmit b/utilities/modem_transmit
index 8f85c78..362bc4d 100755
--- a/utilities/modem_transmit
+++ b/utilities/modem_transmit
@@ -2,7 +2,7 @@
OUT="$(mktemp)"
-python blinkenrocket.py =(echo -n "$1"$'\0') $OUT
+python blinkenrocket.py $OUT
case "$(uname -s)" in
Darwin)
@@ -13,4 +13,4 @@ Darwin)
;;
esac
-rm $OUT \ No newline at end of file
+rm $OUT