-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Hello all,
I am trying to get the new Icom IC-9700 doppler control work but I get erratic control.
I did try to use the IC-910 driver from hamlib-w32-3.3 by changing the CIV adress to my IC-9700 and it does the same exact issue.
What is happening is that both Main/Sub VFOs are being swapped each time gpredict send frequecy correction to the radio which make VFOs frequencies swap to Sub/Main and then back to Main/Sub. Both frequencies are being updated though.
On top of that issue, the SPLIT function does turn on on the radio which complicate things even more.
Another issue I noticed is that when I transmit, the frequency stop being updated on the transmitting VFO but the receiving VFOs continues to work for a couple seconds until gpredict disconnect from hamlib, probably due to one of the VFO not responding while transmitting.
See text file of debug trace capture from rigctld hamlib-w64-4.0 (I let the doppler control work for a couple second without touching anything nor transmitting) using these switches: -m 381 -r COM5 -t 4532 -s 19200, remember, the radio behave the same exact way with the IC-910 driver from hamlib-w32-3.3 using these switches -m 344 -r COM5 -c a2 -t 4532 -s 19200. Some user reported that this seem to be a known issue with gpredict and hamlib with Icom radios but I can't verify and confirm for sure that this happend on other models at the moment.
You can SEE HERE how the radio behaves when running gpredict with rigctld hamlib v4.0.
The IC-9700 CI-V reference guide can be found HERE.
Thank you all for your help !