2001-08-08 21:31:12 +00:00
|
|
|
|
/*
|
|
|
|
|
* Hamlib Kenwood backend - TS450S description
|
2004-11-15 16:53:57 +00:00
|
|
|
|
* Copyright (c) 2000-2004 by Stephane Fillod
|
2001-08-08 21:31:12 +00:00
|
|
|
|
*
|
2009-02-06 14:15:12 +00:00
|
|
|
|
* $Id: ts450s.c,v 1.30 2009-02-06 14:15:12 azummo Exp $
|
2001-08-08 21:31:12 +00:00
|
|
|
|
*
|
|
|
|
|
* This library is free software; you can redistribute it and/or modify
|
|
|
|
|
* it under the terms of the GNU Library General Public License as
|
|
|
|
|
* published by the Free Software Foundation; either version 2 of
|
|
|
|
|
* the License, or (at your option) any later version.
|
|
|
|
|
*
|
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
* GNU Library General Public License for more details.
|
|
|
|
|
*
|
|
|
|
|
* You should have received a copy of the GNU Library General Public
|
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
|
#include "config.h"
|
|
|
|
|
#endif
|
|
|
|
|
|
2003-10-01 19:32:04 +00:00
|
|
|
|
#include <stdio.h>
|
|
|
|
|
|
2001-08-08 21:31:12 +00:00
|
|
|
|
#include <hamlib/rig.h>
|
|
|
|
|
#include "kenwood.h"
|
|
|
|
|
|
2004-11-15 16:53:57 +00:00
|
|
|
|
#include "bandplan.h"
|
|
|
|
|
|
2002-12-21 13:41:25 +00:00
|
|
|
|
#define TS450S_ALL_MODES (RIG_MODE_AM|RIG_MODE_CW|RIG_MODE_CWR|RIG_MODE_SSB|RIG_MODE_FM|RIG_MODE_RTTY|RIG_MODE_RTTYR)
|
2004-11-15 16:53:57 +00:00
|
|
|
|
#define TS450S_OTHER_TX_MODES (RIG_MODE_CW|RIG_MODE_CWR|RIG_MODE_SSB|RIG_MODE_FM|RIG_MODE_RTTY|RIG_MODE_RTTYR)
|
2001-08-08 21:31:12 +00:00
|
|
|
|
#define TS450S_AM_TX_MODES RIG_MODE_AM
|
2004-11-15 16:53:57 +00:00
|
|
|
|
#define TS450S_FUNC_ALL (RIG_FUNC_LOCK|RIG_FUNC_AIP|RIG_FUNC_TONE)
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
|
|
|
|
|
#define TS450S_LEVEL_ALL (RIG_LEVEL_STRENGTH|RIG_LEVEL_CWPITCH|RIG_LEVEL_METER|RIG_LEVEL_SWR|RIG_LEVEL_ALC)
|
|
|
|
|
#define TS450S_VFO (RIG_VFO_A|RIG_VFO_B|RIG_VFO_MEM)
|
2001-08-08 21:31:12 +00:00
|
|
|
|
|
2004-11-15 16:53:57 +00:00
|
|
|
|
#define TS450S_VFO_OPS (RIG_OP_UP|RIG_OP_DOWN)
|
|
|
|
|
#define TS450S_SCAN_OPS (RIG_SCAN_VFO)
|
|
|
|
|
|
|
|
|
|
#define TS450S_CHANNEL_CAPS { \
|
|
|
|
|
.freq=1,\
|
|
|
|
|
.mode=1,\
|
|
|
|
|
.tx_freq=1,\
|
|
|
|
|
.tx_mode=1,\
|
|
|
|
|
.split=1,\
|
|
|
|
|
.funcs=RIG_FUNC_TONE, \
|
|
|
|
|
.flags=RIG_CHFLAG_SKIP \
|
|
|
|
|
}
|
|
|
|
|
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
static struct kenwood_priv_caps ts450_priv_caps = {
|
|
|
|
|
.cmdtrm = EOM_KEN,
|
2002-03-13 23:42:43 +00:00
|
|
|
|
};
|
|
|
|
|
|
2009-02-06 14:15:12 +00:00
|
|
|
|
static const struct confparams ts450_ext_parms[] = {
|
|
|
|
|
{ TOK_FINE, "fine", "Fine", "Fine step mode",
|
|
|
|
|
NULL, RIG_CONF_CHECKBUTTON, { } },
|
|
|
|
|
{ TOK_VOICE, "voice", "Voice", "Voice recall",
|
|
|
|
|
NULL, RIG_CONF_BUTTON, { } },
|
|
|
|
|
{ TOK_XIT, "xit", "XIT", "XIT",
|
|
|
|
|
NULL, RIG_CONF_CHECKBUTTON, { } },
|
|
|
|
|
{ TOK_RIT, "rit", "RIT", "RIT",
|
|
|
|
|
NULL, RIG_CONF_CHECKBUTTON, { } },
|
|
|
|
|
{ RIG_CONF_END, NULL, }
|
|
|
|
|
};
|
2009-02-02 20:28:34 +00:00
|
|
|
|
|
|
|
|
|
static int ts450_open(RIG *rig)
|
|
|
|
|
{
|
|
|
|
|
int err;
|
|
|
|
|
|
2009-02-03 22:42:44 +00:00
|
|
|
|
err = kenwood_open(rig);
|
|
|
|
|
if (err != RIG_OK)
|
|
|
|
|
return err;
|
|
|
|
|
|
2009-02-02 20:28:34 +00:00
|
|
|
|
err = kenwood_simple_transaction(rig, "TO", 3);
|
|
|
|
|
if (err != RIG_OK) {
|
|
|
|
|
rig_debug(RIG_DEBUG_TRACE, "%s: tone unit not detected\n", __func__);
|
|
|
|
|
rig->state.has_set_func &= ~RIG_FUNC_TONE;
|
|
|
|
|
rig->state.has_get_func &= ~RIG_FUNC_TONE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return RIG_OK;
|
|
|
|
|
}
|
|
|
|
|
|
2001-08-08 21:31:12 +00:00
|
|
|
|
/*
|
|
|
|
|
* ts450s rig capabilities.
|
|
|
|
|
* Notice that some rigs share the same functions.
|
|
|
|
|
* Also this struct is READONLY!
|
|
|
|
|
* RIT: Variable Range <EFBFBD>9.99 kHz
|
|
|
|
|
*
|
2004-11-15 16:53:57 +00:00
|
|
|
|
* TODO: protocol to be checked with manual (identical to TS690)
|
|
|
|
|
* - get_channel/set_channel: MR/MW
|
|
|
|
|
* - how to set_split in vfo mode?
|
|
|
|
|
* - ...
|
|
|
|
|
*
|
|
|
|
|
* specs: http://www.qsl.net/sm7vhs/radio/kenwood/ts450/specs.htm
|
2002-12-16 15:36:48 +00:00
|
|
|
|
* infos comes from http://www.cnham.com/ts450/ts_450_ex_control.pdf
|
2001-08-08 21:31:12 +00:00
|
|
|
|
*/
|
|
|
|
|
const struct rig_caps ts450s_caps = {
|
2009-02-02 20:33:05 +00:00
|
|
|
|
|
|
|
|
|
.rig_model = RIG_MODEL_TS450S,
|
|
|
|
|
.model_name = "TS-450S",
|
|
|
|
|
.mfg_name = "Kenwood",
|
|
|
|
|
.version = BACKEND_VER,
|
|
|
|
|
.copyright = "LGPL",
|
|
|
|
|
.status = RIG_STATUS_BETA,
|
|
|
|
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
|
|
|
|
.ptt_type = RIG_PTT_RIG,
|
|
|
|
|
.dcd_type = RIG_DCD_RIG,
|
|
|
|
|
.port_type = RIG_PORT_SERIAL,
|
|
|
|
|
|
|
|
|
|
.serial_rate_min = 1200,
|
|
|
|
|
.serial_rate_max = 4800,
|
|
|
|
|
.serial_data_bits = 8,
|
|
|
|
|
.serial_stop_bits = 2,
|
|
|
|
|
.serial_parity = RIG_PARITY_NONE,
|
|
|
|
|
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
|
|
|
|
.write_delay = 0,
|
|
|
|
|
.post_write_delay = 10,
|
|
|
|
|
.timeout = 1000,
|
|
|
|
|
.retry = 3,
|
|
|
|
|
|
|
|
|
|
.has_get_func = TS450S_FUNC_ALL,
|
|
|
|
|
.has_set_func = TS450S_FUNC_ALL,
|
|
|
|
|
.has_get_level = TS450S_LEVEL_ALL | RIG_LEVEL_RFPOWER,
|
|
|
|
|
.has_set_level = RIG_LEVEL_SET(TS450S_LEVEL_ALL),
|
2009-02-06 14:15:12 +00:00
|
|
|
|
.has_get_parm = 0,
|
|
|
|
|
.has_set_parm = 0,
|
2009-02-02 20:33:05 +00:00
|
|
|
|
.level_gran = {}, /* FIXME: granularity */
|
|
|
|
|
.parm_gran = {},
|
2009-02-06 14:15:12 +00:00
|
|
|
|
.extparms = ts450_ext_parms,
|
2009-02-02 20:33:05 +00:00
|
|
|
|
.ctcss_list = NULL, /* hw dip-switch */
|
|
|
|
|
.dcs_list = NULL,
|
|
|
|
|
.preamp = { RIG_DBLST_END, },
|
|
|
|
|
.attenuator = { RIG_DBLST_END, }, /* can't be controlled */
|
|
|
|
|
.max_rit = Hz(9999),
|
|
|
|
|
.max_xit = Hz(9999),
|
|
|
|
|
.max_ifshift = Hz(0),
|
|
|
|
|
.targetable_vfo = RIG_TARGETABLE_FREQ,
|
|
|
|
|
.transceive = RIG_TRN_RIG,
|
|
|
|
|
.bank_qty = 0,
|
|
|
|
|
.chan_desc_sz = 0,
|
|
|
|
|
.vfo_ops = TS450S_VFO_OPS,
|
|
|
|
|
.scan_ops = TS450S_SCAN_OPS,
|
|
|
|
|
|
|
|
|
|
.chan_list = {
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
{ 0, 89, RIG_MTYPE_MEM, TS450S_CHANNEL_CAPS }, /* TBC */
|
2004-11-15 16:53:57 +00:00
|
|
|
|
{ 90, 99, RIG_MTYPE_EDGE, TS450S_CHANNEL_CAPS },
|
|
|
|
|
RIG_CHAN_END,
|
2009-02-02 20:33:05 +00:00
|
|
|
|
},
|
2002-08-16 17:43:02 +00:00
|
|
|
|
|
2009-02-02 20:33:05 +00:00
|
|
|
|
.rx_range_list1 = {
|
|
|
|
|
{ kHz(500), MHz(30), TS450S_ALL_MODES, -1, -1, TS450S_VFO },
|
|
|
|
|
RIG_FRNG_END,
|
|
|
|
|
}, /* rx range */
|
2004-11-15 16:53:57 +00:00
|
|
|
|
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
.tx_range_list1 = {
|
2004-11-15 16:53:57 +00:00
|
|
|
|
FRQ_RNG_HF(1,TS450S_OTHER_TX_MODES, W(5),W(100),TS450S_VFO,0),
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
FRQ_RNG_HF(1,TS450S_AM_TX_MODES, W(2),W(40),TS450S_VFO,0), /* AM class */
|
2004-11-15 16:53:57 +00:00
|
|
|
|
RIG_FRNG_END,
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
},
|
2002-08-16 17:43:02 +00:00
|
|
|
|
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
.rx_range_list2 = {
|
2001-08-08 21:31:12 +00:00
|
|
|
|
{kHz(500),MHz(30),TS450S_ALL_MODES,-1,-1,TS450S_VFO},
|
|
|
|
|
RIG_FRNG_END,
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
}, /* rx range */
|
|
|
|
|
.tx_range_list2 = {
|
|
|
|
|
{kHz(1800),MHz(2)-1,TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO}, /* 100W class */
|
|
|
|
|
{kHz(1800),MHz(2)-1,TS450S_AM_TX_MODES,2000,40000,TS450S_VFO}, /* 40W class */
|
|
|
|
|
{kHz(3500),MHz(4)-1,TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{kHz(3500),MHz(4)-1,TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{MHz(7),kHz(7300),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{MHz(7),kHz(7300),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{kHz(10100),kHz(10150),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{kHz(10100),kHz(10150),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{MHz(14),kHz(14350),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{MHz(14),kHz(14350),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{kHz(18068),kHz(18168),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{kHz(18068),kHz(18168),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{MHz(21),kHz(21450),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{MHz(21),kHz(21450),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{kHz(24890),kHz(24990),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{kHz(24890),kHz(24990),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
|
|
|
|
{MHz(28),kHz(29700),TS450S_OTHER_TX_MODES,5000,100000,TS450S_VFO},
|
|
|
|
|
{MHz(28),kHz(29700),TS450S_AM_TX_MODES,2000,40000,TS450S_VFO},
|
2001-08-08 21:31:12 +00:00
|
|
|
|
RIG_FRNG_END,
|
Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:
I finally had the time to build the CAT interface for my TS450 and
discovered a couple of new commands.
MX; MX0; MX1; is used to activate the AIP function
FL; FLXXXYYY; is used to set the filters.
I made a perl script to try every possible two-letters command. If
amyone is interested, at their own risk, just ask.
I've then modified and optimized the kenwood driver:
- moved MD_ defined to .h
- added init/cleanup
- ts450_get_mode -> kenwood_get_mode_if
- support reading memory channel freq within kenwood_get_freq
- added kenwood_safe_transaction as an helper with result len check
- added kenwood_get_if
- added get_level for RIG_LEVEL_CWPITCH
- set/get for RIG_FUNC_AIP
- replaced ts140/680 get_mode and get_freq
- removed the delay on the ts450. it works just fine without it.
=============================
the attached patch requires the first one I sent and
addresses a few remaining issues
- converted 8 spaces to tabs
- added kenwood_mode_table
- added kenwood_simple_transaction helper func
- use kenwood2rmode and rmode2kenwood where possible
- some code cleanup
- use kenwood_safe/simple_transaction where possible
- added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
- added kenwood_get_channel (ts450,ts850)
- added FUNC_FINE_STEP (commented out, we have no more func slots)
- added LEVEL_CWPITCH (set)
- no reason to have ts850_set_func, ts850_set_level
- ... ts480_get/set_ant, ts480_set_func
- ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
- ... ts680_set_func
- ... ts790_get_mode, ts790_get_vfo
this patch is a bit more extensive and tested only on the TS450.
feedback will be appreciated.
where I removed code I took care to verify that the generic
code in kenwood.c worked in the same way.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
|
|
|
|
}, /* tx range */
|
2009-02-02 20:33:05 +00:00
|
|
|
|
|
|
|
|
|
.tuning_steps = {
|
|
|
|
|
{ TS450S_ALL_MODES, 1 },
|
|
|
|
|
{ TS450S_ALL_MODES, 10},
|
|
|
|
|
RIG_TS_END,
|
2001-08-08 21:31:12 +00:00
|
|
|
|
},
|
2009-02-02 20:33:05 +00:00
|
|
|
|
/* mode/filter list, remember: order matters! */
|
|
|
|
|
.filters = {
|
|
|
|
|
{RIG_MODE_FM, kHz(12) },
|
2004-11-15 16:53:57 +00:00
|
|
|
|
{RIG_MODE_FM|RIG_MODE_AM, kHz(6)},
|
|
|
|
|
{RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_CWR|RIG_MODE_RTTYR|RIG_MODE_AM, kHz(2.4)},
|
|
|
|
|
{RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_CWR|RIG_MODE_RTTYR|RIG_MODE_AM, Hz(500)},
|
|
|
|
|
{RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_CWR|RIG_MODE_RTTYR|RIG_MODE_AM, kHz(12)},
|
|
|
|
|
{RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_CWR|RIG_MODE_RTTYR, kHz(6)},
|
2001-08-08 21:31:12 +00:00
|
|
|
|
RIG_FLT_END,
|
|
|
|
|
},
|
|
|
|
|
|
2009-02-02 20:33:05 +00:00
|
|
|
|
.priv = (void *)&ts450_priv_caps,
|
|
|
|
|
|
|
|
|
|
.rig_init = kenwood_init,
|
|
|
|
|
.rig_cleanup = kenwood_cleanup,
|
|
|
|
|
.rig_open = ts450_open,
|
|
|
|
|
.set_freq = kenwood_set_freq,
|
|
|
|
|
.get_freq = kenwood_get_freq,
|
|
|
|
|
.set_rit = kenwood_set_rit,
|
|
|
|
|
.get_rit = kenwood_get_rit,
|
|
|
|
|
.set_xit = kenwood_set_xit,
|
|
|
|
|
.get_xit = kenwood_get_xit,
|
|
|
|
|
.set_mode = kenwood_set_mode,
|
|
|
|
|
.get_mode = kenwood_get_mode_if,
|
|
|
|
|
.set_vfo = kenwood_set_vfo,
|
|
|
|
|
.get_vfo = kenwood_get_vfo_if,
|
|
|
|
|
.get_ptt = kenwood_get_ptt,
|
|
|
|
|
.set_ptt = kenwood_set_ptt,
|
|
|
|
|
.get_dcd = kenwood_get_dcd,
|
|
|
|
|
.set_func = kenwood_set_func,
|
|
|
|
|
.get_func = kenwood_get_func,
|
|
|
|
|
.set_level = kenwood_set_level,
|
|
|
|
|
.get_level = kenwood_get_level,
|
2009-02-06 14:15:12 +00:00
|
|
|
|
.set_ext_parm = kenwood_set_ext_parm,
|
|
|
|
|
.get_ext_parm = kenwood_get_ext_parm,
|
2009-02-02 20:33:05 +00:00
|
|
|
|
.vfo_op = kenwood_vfo_op,
|
|
|
|
|
.set_mem = kenwood_set_mem,
|
|
|
|
|
.get_mem = kenwood_get_mem_if,
|
|
|
|
|
.set_trn = kenwood_set_trn,
|
|
|
|
|
.get_trn = kenwood_get_trn,
|
|
|
|
|
.set_powerstat = kenwood_set_powerstat,
|
|
|
|
|
.get_powerstat = kenwood_get_powerstat,
|
|
|
|
|
.reset = kenwood_reset,
|
|
|
|
|
.scan = kenwood_scan,
|
|
|
|
|
.get_channel = kenwood_get_channel,
|
2009-02-03 22:45:59 +00:00
|
|
|
|
.set_channel = kenwood_set_channel,
|
2001-08-08 21:31:12 +00:00
|
|
|
|
};
|