From b885f942c62fc825f78e08b601970f3ce9961016 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 19 Aug 2013 17:13:17 +0200 Subject: added helper script for serial shell connection --- software/dustmap-node/serial-shell.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 software/dustmap-node/serial-shell.sh diff --git a/software/dustmap-node/serial-shell.sh b/software/dustmap-node/serial-shell.sh new file mode 100755 index 0000000..85e31c2 --- /dev/null +++ b/software/dustmap-node/serial-shell.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +picocom --baud 57600 --echo --omap crlf /dev/ttyACM$1 -- cgit v1.2.3