Update Ultimate Remote Operation

master
Elliott Liggett 2020-09-18 01:38:58 +00:00
rodzic a662d1358e
commit 6aaefbdcbf
1 zmienionych plików z 2 dodań i 1 usunięć

@ -24,7 +24,8 @@ Details to follow.
The socat utility can connect to a serial device and forward all traffic over a network interface. As a client program, socat can create a "fake" pseudo-terminal, which connects over TCP/IP to the server socat program. The pseudo-terminal created by socat appears to be a regular serial port, except that it will not be automatically discovered by most client programs. wfview preferences can be modified to point directly to the socat interface.
1. Run this command on the server:
`$socat tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,nonblocwaitlock=/tmp/ttyUSB0.lock`
`socat -d tcp-l:54321,reuseaddr,fork file:/dev/ttyUSB0,nonblock,waitlock=/tmp/riglock`
2. On the client, run this command to connect over to the server (here, the server has address 10.0.0.130):
```
# For linux clients: