Try this script:
check-ic7300-power.sh
--
#!/bin/bash
rigctl -m 3073 -r
/dev/ttyUSB1 -s 115200 get_powerstat
--
Once the file is created, make it executable with:
?? chmod 755 check-ic7300-power.sh
Finally, try running it with:
?? ./check-ic7300-power.sh
--David
KI6ZHD
toggle quoted message
Show quoted text
I working on a Bash script to see if my IC-7300 is powered. I
know that enter the following on a command line
?
rigctl -m
3073 -r /dev/ttyUSB1 -s 115200 get_powerstat
?
will return a "1" if the power is on. What I'm having trouble
with is putting that in a bash .sh file and then capturing that
output. It is all part of a bigger project.
?
As you may surmise, I know just enough about Bash to be
dangerous.
?
73
Dave
WB9TEN