serial using socat
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Mar 2021 18:28:28 +0000 (20:28 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 29 Mar 2021 18:28:28 +0000 (20:28 +0200)
socat.sh [new file with mode: 0755]

diff --git a/socat.sh b/socat.sh
new file mode 100755 (executable)
index 0000000..304a547
--- /dev/null
+++ b/socat.sh
@@ -0,0 +1,4 @@
+#!/bin/sh -xe
+
+socat /dev/ttyS0,b115200,raw,echo=0,crnl -
+