From: Dobrica Pavlinusic Date: Mon, 29 Mar 2021 18:28:28 +0000 (+0200) Subject: serial using socat X-Git-Url: http://git.rot13.org/?p=openocd-rpi2-stm32;a=commitdiff_plain;h=844f46fc0c07ba1f224184624d3a056685296626 serial using socat --- diff --git a/socat.sh b/socat.sh new file mode 100755 index 0000000..304a547 --- /dev/null +++ b/socat.sh @@ -0,0 +1,4 @@ +#!/bin/sh -xe + +socat /dev/ttyS0,b115200,raw,echo=0,crnl - +