[WT-support] VFO tuning via HID?
Laurent HAAS - F6FVY
f6fvy at free.fr
Fri Nov 13 16:28:16 CET 2009
Hi Zoli
Zoli Pitman HA1AG a écrit :
> I wonder if I could tune the VFO up/down using a HID like mousewheel or
> a Griffin Powermate (
> http://www.griffintechnology.com/products/powermate/ ) ?
>
> The idea is to shift the VFO freq for every HID action either positive
> or negative. It would be great to be able to do S&P via remote, too. :)
Easy.
If this device can fire a keyboard event for each action (up or down),
just hook scripts like these to those keys :
wtRadio:SetFreq(wtRadio:GetFreq() + step); -- Up
or
wtRadio:SetFreq(wtRadio:GetFreq() - step); -- Down
That should do it. (Not tested).
But I'm afraid you will be limited by the speed of the CAT interpreter
of the radio. You can also check the CAT commands set of your radio :
Some of them allow direct Tune up or down commands.
73
Larry - F6FVY
More information about the Support
mailing list