DeltaII has short freq format, like IC-731/IC-735

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2870 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.11
Stéphane Fillod, F8CFE 2010-04-13 18:18:40 +00:00
rodzic 361316e094
commit f8f82e9578
1 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -28,7 +28,7 @@
/* Known problems:
*
* To Do:
* To Do: get the datasheet, and testing on real hardware!!
*/
#ifdef HAVE_CONFIG_H
@ -41,7 +41,7 @@
#include "icom.h"
#include "icom_defs.h"
#include "frame.h"
#include <misc.h>
#include "misc.h"
#define DELTAII_VFO_ALL (RIG_VFO_A|RIG_VFO_B)
@ -55,8 +55,8 @@
static const struct icom_priv_caps delta2_priv_caps = {
0x01, /* default address */
0, /* 731 mode */
NULL /* TODO: ts_sc_list */
1, /* 731 mode */
ic737_ts_sc_list /* TODO: ts_sc_list */
};
const struct rig_caps delta2_caps = {
@ -67,7 +67,7 @@ const struct rig_caps delta2_caps = {
.copyright = "LGPL",
.status = RIG_STATUS_UNTESTED,
.rig_type = RIG_TYPE_TRANSCEIVER,
.ptt_type = RIG_PTT_RIG, // Allow program controlled PTT
.ptt_type = RIG_PTT_NONE,
.dcd_type = RIG_DCD_NONE,
.port_type = RIG_PORT_SERIAL,
.serial_rate_min = 1200,