Skip to content

Commit fb94fe8

Browse files
authored
Update documented socat command to include rawer (home-assistant#19633)
1 parent b410389 commit fb94fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_integrations/rflink.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ TCP mode allows you to connect to an RFLink device over a TCP/IP network. This i
9191
To expose the USB/serial interface over TCP on a different host (Linux) the following command can be used:
9292

9393
```bash
94-
socat /dev/ttyACM0,b57600 TCP-LISTEN:1234,reuseaddr
94+
socat /dev/ttyACM0,b57600,rawer TCP-LISTEN:1234,reuseaddr
9595
```
9696

9797
Other methods of exposing the serial interface over TCP are possible (eg: ESP8266 or using Arduino Wifi shield). Essentially the serial stream should be directly mapped to the TCP stream.

0 commit comments

Comments
 (0)