X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/fhem-stuff/blobdiff_plain/71f55715d5d815d23a2b89bc7281b95cc6e1c2ff..1bfa61a8221f20d0454347161dbc69a27e1d4cb0:/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