2003-10-07 22:15:49 +00:00
|
|
|
/*
|
|
|
|
* Hamlib RFT backend - EKD-500 description
|
2009-02-20 12:23:46 +00:00
|
|
|
* Copyright (c) 2003-2009 by Thomas B. Ruecker
|
2003-10-07 22:15:49 +00:00
|
|
|
*
|
|
|
|
*
|
2011-08-21 23:18:30 +00:00
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
2003-10-07 22:15:49 +00:00
|
|
|
*
|
2011-08-21 23:18:30 +00:00
|
|
|
* This library is distributed in the hope that it will be useful,
|
2003-10-07 22:15:49 +00:00
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2011-08-21 23:18:30 +00:00
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
2003-10-07 22:15:49 +00:00
|
|
|
*
|
2011-08-21 23:18:30 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2003-10-07 22:15:49 +00:00
|
|
|
* License along with this library; if not, write to the Free Software
|
2011-08-21 23:18:30 +00:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
2003-10-07 22:15:49 +00:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
#include "config.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stdlib.h>
|
|
|
|
|
|
|
|
#include <hamlib/rig.h>
|
|
|
|
#include "rft.h"
|
|
|
|
|
|
|
|
|
|
|
|
#define EKD500_MODES (RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_AM|RIG_MODE_FM)
|
|
|
|
|
|
|
|
#define EKD500_FUNC (RIG_FUNC_NONE)
|
|
|
|
|
|
|
|
#define EKD500_LEVEL_ALL (RIG_LEVEL_NONE)
|
|
|
|
|
|
|
|
#define EKD500_PARM_ALL (RIG_PARM_NONE)
|
|
|
|
|
|
|
|
#define EKD500_VFO (RIG_VFO_A)
|
|
|
|
|
|
|
|
#define EKD500_VFO_OPS (RIG_OP_NONE)
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* EKD-500 rig capabilities.
|
|
|
|
*
|
|
|
|
* Documentation:
|
2009-02-20 12:23:46 +00:00
|
|
|
* http://www.premium-rx.org/ekd500.htm
|
2003-10-07 22:15:49 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
const struct rig_caps ekd500_caps = {
|
|
|
|
.rig_model = RIG_MODEL_EKD500,
|
|
|
|
.model_name = "EKD-500",
|
|
|
|
.mfg_name = "RFT",
|
2006-10-07 19:00:05 +00:00
|
|
|
.version = "0.4",
|
2003-10-07 22:15:49 +00:00
|
|
|
.copyright = "LGPL",
|
2005-01-25 07:30:35 +00:00
|
|
|
.status = RIG_STATUS_ALPHA,
|
2003-10-07 22:15:49 +00:00
|
|
|
.rig_type = RIG_TYPE_RECEIVER,
|
|
|
|
.ptt_type = RIG_PTT_NONE,
|
|
|
|
.dcd_type = RIG_DCD_NONE,
|
|
|
|
.port_type = RIG_PORT_SERIAL,
|
|
|
|
.serial_rate_min = 300,
|
|
|
|
.serial_rate_max = 2400,
|
|
|
|
.serial_data_bits = 7,
|
2005-01-25 07:30:35 +00:00
|
|
|
.serial_stop_bits = 2,
|
2003-10-07 22:15:49 +00:00
|
|
|
.serial_parity = RIG_PARITY_EVEN,
|
|
|
|
.serial_handshake = RIG_HANDSHAKE_HARDWARE,
|
|
|
|
.write_delay = 0,
|
|
|
|
.post_write_delay = 1,
|
|
|
|
.timeout = 200,
|
|
|
|
.retry = 3,
|
|
|
|
|
|
|
|
.has_get_func = EKD500_FUNC,
|
|
|
|
.has_set_func = EKD500_FUNC,
|
|
|
|
.has_get_level = EKD500_LEVEL_ALL,
|
|
|
|
.has_set_level = RIG_LEVEL_SET(EKD500_LEVEL_ALL),
|
|
|
|
.has_get_parm = EKD500_PARM_ALL,
|
|
|
|
.has_set_parm = RIG_PARM_SET(EKD500_PARM_ALL),
|
|
|
|
.level_gran = {},
|
|
|
|
.parm_gran = {},
|
|
|
|
.ctcss_list = NULL,
|
|
|
|
.dcs_list = NULL,
|
|
|
|
.preamp = { RIG_DBLST_END },
|
|
|
|
.attenuator = { RIG_DBLST_END },
|
|
|
|
.max_rit = Hz(0),
|
|
|
|
.max_xit = Hz(0),
|
|
|
|
.max_ifshift = Hz(0),
|
|
|
|
.targetable_vfo = 0,
|
|
|
|
.transceive = RIG_TRN_OFF,
|
|
|
|
.bank_qty = 0,
|
|
|
|
.chan_desc_sz = 7,
|
|
|
|
.vfo_ops = EKD500_VFO_OPS,
|
|
|
|
|
|
|
|
.chan_list = {
|
|
|
|
RIG_CHAN_END, /* FIXME */
|
|
|
|
},
|
|
|
|
|
2011-08-21 23:18:30 +00:00
|
|
|
.rx_range_list1 = {
|
2003-10-07 22:15:49 +00:00
|
|
|
{kHz(10),MHz(30),EKD500_MODES,-1,-1,EKD500_VFO},
|
|
|
|
RIG_FRNG_END,
|
|
|
|
},
|
|
|
|
.tx_range_list1 = { RIG_FRNG_END, },
|
|
|
|
.rx_range_list2 = {
|
|
|
|
{kHz(10),MHz(30),EKD500_MODES,-1,-1,EKD500_VFO},
|
|
|
|
RIG_FRNG_END,
|
|
|
|
},
|
|
|
|
.tx_range_list2 = { RIG_FRNG_END, },
|
|
|
|
|
|
|
|
.tuning_steps = {
|
|
|
|
{EKD500_MODES,10},
|
|
|
|
RIG_TS_END,
|
|
|
|
},
|
|
|
|
/* mode/filter list, remember: order matters! */
|
|
|
|
.filters = {
|
|
|
|
{RIG_MODE_SSB|RIG_MODE_CW|RIG_MODE_RTTY|RIG_MODE_AM, kHz(2.2)},
|
|
|
|
{RIG_MODE_FM, kHz(12)},
|
|
|
|
RIG_FLT_END,
|
|
|
|
},
|
|
|
|
.priv = NULL,
|
|
|
|
|
|
|
|
.set_freq = rft_set_freq,
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Function definitions below
|
|
|
|
*/
|
|
|
|
|