开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: Capturing output of rigctl commands with Bash


 

开云体育


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



On 03/19/2025 12:37 PM, dtmenges@... via groups.io wrote:

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

Join [email protected] to automatically receive all group messages.