Update rigctld.sh add sleeps

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

@ -8,10 +8,14 @@ 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 & socat -d -d PTY,raw,echo=0,link=/tmp/vttyA PTY,raw,echo=0,link=/tmp/vttyB &
sleep 1
echo "Starting CubeSatSim FT857 emulation" echo "Starting CubeSatSim FT857 emulation"
/home/pi/FT857d/examples/FT857d/ft857d & /home/pi/FT857d/examples/FT857d/ft857d &
sleep 1
echo "Starting rigctl emulating FT857 rig using virtual serial port /tmp/vttyB" echo "Starting rigctl emulating FT857 rig using virtual serial port /tmp/vttyB"
rigctld -m 1022 -r /tmp/vttyB -t 4532 -vv rigctld -m 1022 -r /tmp/vttyB -t 4532 -vv

Loading…
Cancel
Save

Powered by TurnKey Linux.