kopia lustrzana https://github.com/Hamlib/Hamlib
Changed State of IC-275 and IC-475 after tests.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2431 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.8
rodzic
0194766455
commit
65c75a6f44
|
@ -13,5 +13,7 @@ Notes on Icom backends
|
|||
VOX-related commands are implemented for the '910H but are wrong for
|
||||
the '756 and other models. They should be reimplemented in a more general way.
|
||||
|
||||
|
||||
2008-10, DL1JBE: Tested IC-275H and IC-475H at local clubstation. Offered functions do work
|
||||
as expected in most cases. Only problem: Bandwidth in Get_Mode is reported always as 0.
|
||||
Besides this backend seems to be stable -> Changing State to RIG_STATUS_BETA.
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-275 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic275.c,v 1.7 2005-04-03 19:53:51 fillods Exp $
|
||||
* $Id: ic275.c,v 1.8 2008-10-29 15:55:04 y32kn Exp $
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Library General Public License as
|
||||
|
@ -54,7 +54,7 @@ const struct rig_caps ic275_caps = {
|
|||
.mfg_name = "Icom",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_ALPHA,
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
.ptt_type = RIG_PTT_NONE,
|
||||
.dcd_type = RIG_DCD_NONE,
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* Hamlib CI-V backend - description of IC-475 and variations
|
||||
* Copyright (c) 2000-2003 by Stephane Fillod
|
||||
*
|
||||
* $Id: ic475.c,v 1.7 2005-04-03 19:53:51 fillods Exp $
|
||||
* $Id: ic475.c,v 1.8 2008-10-29 15:55:04 y32kn Exp $
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Library General Public License as
|
||||
|
@ -54,7 +54,7 @@ const struct rig_caps ic475_caps = {
|
|||
.mfg_name = "Icom",
|
||||
.version = BACKEND_VER,
|
||||
.copyright = "LGPL",
|
||||
.status = RIG_STATUS_UNTESTED,
|
||||
.status = RIG_STATUS_BETA,
|
||||
.rig_type = RIG_TYPE_TRANSCEIVER,
|
||||
.ptt_type = RIG_PTT_NONE,
|
||||
.dcd_type = RIG_DCD_NONE,
|
||||
|
|
Ładowanie…
Reference in New Issue