git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2312 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.2.7.1
Martin Ewing, AA6E 2008-03-31 01:56:30 +00:00
rodzic 1bdb7a0505
commit 3c3ec6887f
2 zmienionych plików z 7 dodań i 53 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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?