]> git.zerfleddert.de Git - fhem-stuff/blame - CUL/culd
handle errata 1, add timeouts in rx
[fhem-stuff] / CUL / culd
CommitLineData
d1ff840a
MG
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"
7a60ac2c 10 socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr"
d1ff840a 11done
Impressum, Datenschutz