Re: [Hamlib-developer] Problems with Icom R7000 modes
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Stephane F. <f4...@fr...> - 2002-03-07 22:45:42
|
On Wed, Mar 06, 2002, Chuck Hemker wrote: > I did some checking of the setting and getting of modes on the Icom R7000 and > I noticed a few problems. [many problems described, so easier to fix, esp. with good suggestions ] > Feel free to ask if you need traces and/or any other help in doing this. I'll > also be happy to come up with a patch if you want, but there are several ways > to fix this and I'm not sure which one you want to use. icom2rig_mode and rig2icom_mode have to be reworked. And each model should have the ability to override the conversion functions. This is to prevent the messy if (rig->caps->rig_model == RIG_MODEL_ICR7000) etc. I'll try to do that before the end of the week-end. Stephane |