Update Ultimate Remote Operation

master
Elliott Liggett 2020-09-24 22:35:58 +00:00
rodzic 6ecc3d538d
commit 46e7807c2c
1 zmienionych plików z 1 dodań i 1 usunięć

@ -46,7 +46,7 @@ socat -d tcp-l:54321,reuseaddr,fork GOPEN:/dev/ttyUSB0,b115200,raw,echo=0
# For linux clients:
socat pty,link=/tmp/vmodem0,waitslave tcp:10.0.0.130:54321
# For mac clients:
socat -v -x -d -d -d -d -t 4096 pty,link=/tmp/vmodem0,waitslave,ignoreeof tcp:10.0.0.130:54321
socat -t 4096 pty,link=/tmp/vmodem0,waitslave,ignoreeof tcp:10.0.0.130:54321
```
3. Modify the wfview preferences to point to /tmp/vmodem0. Just change the `SerialPortRadio=auto` line to `SerialPortRadio=/tmp/vmodem0`
4. Open wfview and verify that you can control the radio and receive the waterfall.