X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/blobdiff_plain/71f55715d5d815d23a2b89bc7281b95cc6e1c2ff..1a1e2f5d853d1d05579090077676ef1acefb373f:/COC/coc-as-cuno diff --git a/COC/coc-as-cuno b/COC/coc-as-cuno index 986283b..46de8fd 100755 --- a/COC/coc-as-cuno +++ b/COC/coc-as-cuno @@ -9,5 +9,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