Re: [Hamlib-developer] ICOM Marine Radios M710 802M
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f8...@fr...> - 2015-02-11 07:53:38
|
Hi Ken, Thank you for the feedback. mer, Feb 11, 2015, Ken Nelson skribis: > I am able to set the frequency and change the mode using the new hamlib on > an 802M. Is there a checklist / test document etc that I can go through to > make sure I have tested all the functions? Here are the rigctl functions that are available for the Icom M802: - f, F (Hz) RX (and TX if no split mode) frequency - m, M (USB, LSB, CW, AM, RTTY) mode (TODO check whether is changes also the TX mode) - t, T (0 ou 1) change to RX / TX (PTT) - s, S (VFOA 0/1) to enable/disable split mode (freq tx!=rx) - i, I to change Tx freq in split mode - u, U (NB 0/1) to enable/disable the Noise Blanker - l, L to get/set various levels AF: value between 0 (for mute), and 1.0 for 100%. RF: value between 0 (for no gain), and 1.0 for 100%. RFPOWER: output power. 0 for minimum, 0.5 for 50% and 1.0 for max. STRENGTH (only cmd l) to read S-Meter. Value in dB relative to S9. This needs to be calibrated by sending to me the values of "l RAWSTR", c.f. at the end of README.betatester file. - G TUNE to trigger the TUNER - \get_dcd to know whether the squelch is closed or open. To get a recap of what a rig is capable of: rigctl -m 3002 -u Best Regards -- Stephane |