changed name of console
diff --git a/bin/hconsole b/bin/hconsole
new file mode 100755
index 0000000..7fec020
--- /dev/null
+++ b/bin/hconsole
@@ -0,0 +1,7 @@
+#! /bin/sh
+
+echo "Ctrl-a :quit to exit console.  [Enter] to continue"
+read a
+systemctl stop serial-getty@ttyS0   
+screen /dev/ttyS3 115200
+