X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/blobdiff_plain/d1ff840a7be5e9be238f303f289bcf80fa3cebba..HEAD:/CUL/culd diff --git a/CUL/culd b/CUL/culd index b1cae3d..dc5e063 100755 --- a/CUL/culd +++ b/CUL/culd @@ -7,5 +7,5 @@ PORT=2323 while true; do echo "Listening on port ${PORT} for new connection requests" - socat ${OPTIONS} "${DEVICE},echo=0" "TCP-LISTEN:${PORT},reuseaddr" + socat ${OPTIONS} "${DEVICE},raw,echo=0" "TCP-LISTEN:${PORT},reuseaddr" done