KaComet
KaComet
It appears that Hamlib commit cd2b73415076488f47821b705ff6e4cfc16eb3be corrects this issue. Assuming this fix works after Hamlib 4.5 is released, this PR is unnecessary. So right now, the best fix is to...
This appears to be related to the compatibility problem that was introduced when Hamlib 4.1 switched to using SATMODE for radios that have a built in satellite mode. I have...
@mdblack98, I noticed that the latest commit of Hamlib works with the IC9700 and Gpredict. After some digging, I discovered that commit Hamlib cd2b73415076488f47821b705ff6e4cfc16eb3be corrects this issue. Assuming this fix...
@kareiva, I am using the following: rigctld -m 3081 -s 115200 -vvv -r /dev/icom-9700-a  Gpredict and Hamlib were compiled and installed from the latest commit.
@mdblack98, I'm not sure we are on the same page here. My Gpredict config works with the latest Hamlib commit. In fact, adding --vfo breaks the compatibility. As previously stated,...
@kareiva, that's normal. When Hamlib sets the uplink frequency the IC-9700 will switch the selected VFO. Unfortunately, that's how Icom has setup the CAT interface. I would recommend setting the...
@kareiva, Glad I could help. Gpredict is kinda old. So contributions and bug fixes are always helpful.
@mdblack98, adding the --vfo flag currently appears breaks compatibility with Gpredict. When rigctrl is passed --vfo, some commands require a VFO be specified. GPredict does not pass VFOs when reading...
@mdblack98, I've made some changes to gtk-rig-ctrl.c so that it supports --vfo. Yes, it does work, but is there a reason that --vfo absolutely has to be implemented? Yes, some...
@mdblack98, well that's cool. It's a very simple job to switch Gpredict over to supporting --vfo. The version I made last night only had five differences to implement it for...