]> git.zerfleddert.de Git - fhem-stuff/blame_incremental - CUL/culd
handle errata 1, add timeouts in rx
[fhem-stuff] / CUL / culd
... / ...
CommitLineData
1#!/bin/sh
2
3DEVICE=/dev/ttyACM0,b9600
4PORT=2323
5#OPTIONS="-ly -lh"
6#OPTIONS="-v -x"
7
8while true; do
9 echo "Listening on port ${PORT} for new connection requests"
10 socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr"
11done
Impressum, Datenschutz