Create rigctld.sh

master-bc
Alan Johnston 3 weeks ago committed by GitHub
parent caee9d95fd
commit a85925be2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1,11 @@
#!/bin/bash
echo "Starting virtual serial ports /tmp/vttyA and /tmp/vttyB"
socat -d -d PTY,raw,echo=0,link=/tmp/vttyA PTY,raw,echo=0,link=/tmp/vttyB
echo "Starting rigctl emulating FT857 rig using virtual serial port /tmp/vttyB"
rigctld -m 1022 -r /tmp/vttyB -t 4532 -vv
echo "rigctld ended"
Loading…
Cancel
Save

Powered by TurnKey Linux.