diff --git a/icom/README.icom b/icom/README.icom index 06ad28146..0d0afbec8 100644 --- a/icom/README.icom +++ b/icom/README.icom @@ -1,39 +1,10 @@ -hamlib - Copyright (C) 2000 Frank Singleton, Copyright (C) 2008 The Hamlib Group +hamlib - Copyright (C) 2008 The Hamlib Group File: README.icom -2008-03: +Notes on Icom backends -Working backends: - ic8500.c, omni.c (Omni VI / VI Plus) - -- and probably more -- (Please report results) - ------- -Older release information: - -libicom.so - Copyright (C) 2000 Stephane Fillod -This shared library provides an API for communicating -via serial interface to an ICOM using the "CI-V" interface. - - -Reference Documentation ------------------------ - -Operating Manual -IC-706MKIIG -Icom Inc. - - -Status ------- - -This is a WIP. -Handles 30% of all opcodes. -Right now, this is just example of how a backend should glue -with the generic rig API. Some simple primitives work, -some other are coded, but untested yet. - -This lib should/will support the ic706, ic706mkII, ic706mkIIG, and -any other CI-V rig. +2008-03, AA6E: Tested and extended omni.c for Ten-Tec Omni VI and Omni VI Plus + It is now at least "beta" level. diff --git a/icom/TODO.icom b/icom/TODO.icom index 0394e91e1..6d87478b8 100644 --- a/icom/TODO.icom +++ b/icom/TODO.icom @@ -1,24 +1,7 @@ -hamlib - (C) Frank Singleton 2000 +hamlib - (C) 2008 Hamlib Group -TODO.icom - Copyright (C) 2000 Stephane Fillod -This shared library provides an API for communicating -via serial interface to an ICOM using the "CI-V" interface. +TODO.icom -TODO ----- + Test and verify each and every model! -0. complete this TODO list :) -1. Complete Cn/Sc codes -2. Write (more) extensive Test Suite -4. write a gentable script to generate C structs from rig list file -5. write a basic (G)UI to easily edit rig caps and generate C structs -7. more than one Icom can share the same serial port!! (->check with frontend) -8. - -DONE ----- - -3. rename ic706 -> icom and make it generic! - -6. maybe share freq2bcd and bcd2freq with other rigs?