kopia lustrzana https://github.com/Hamlib/Hamlib
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-79ac388436b8Hamlib-1.2.11
rodzic
361316e094
commit
f8f82e9578
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
/* Known problems:
|
/* Known problems:
|
||||||
*
|
*
|
||||||
* To Do:
|
* To Do: get the datasheet, and testing on real hardware!!
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
#include "icom.h"
|
#include "icom.h"
|
||||||
#include "icom_defs.h"
|
#include "icom_defs.h"
|
||||||
#include "frame.h"
|
#include "frame.h"
|
||||||
#include <misc.h>
|
#include "misc.h"
|
||||||
|
|
||||||
#define DELTAII_VFO_ALL (RIG_VFO_A|RIG_VFO_B)
|
#define DELTAII_VFO_ALL (RIG_VFO_A|RIG_VFO_B)
|
||||||
|
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
|
|
||||||
static const struct icom_priv_caps delta2_priv_caps = {
|
static const struct icom_priv_caps delta2_priv_caps = {
|
||||||
0x01, /* default address */
|
0x01, /* default address */
|
||||||
0, /* 731 mode */
|
1, /* 731 mode */
|
||||||
NULL /* TODO: ts_sc_list */
|
ic737_ts_sc_list /* TODO: ts_sc_list */
|
||||||
};
|
};
|
||||||
|
|
||||||
const struct rig_caps delta2_caps = {
|
const struct rig_caps delta2_caps = {
|
||||||
|
@ -67,7 +67,7 @@ const struct rig_caps delta2_caps = {
|
||||||
.copyright = "LGPL",
|
.copyright = "LGPL",
|
||||||
.status = RIG_STATUS_UNTESTED,
|
.status = RIG_STATUS_UNTESTED,
|
||||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||||
.ptt_type = RIG_PTT_RIG, // Allow program controlled PTT
|
.ptt_type = RIG_PTT_NONE,
|
||||||
.dcd_type = RIG_DCD_NONE,
|
.dcd_type = RIG_DCD_NONE,
|
||||||
.port_type = RIG_PORT_SERIAL,
|
.port_type = RIG_PORT_SERIAL,
|
||||||
.serial_rate_min = 1200,
|
.serial_rate_min = 1200,
|
||||||
|
|
Ładowanie…
Reference in New Issue