kopia lustrzana https://github.com/Hamlib/Hamlib
Declutter
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2312 7ae35d74-ebe9-4afe-98af-79ac388436b8Hamlib-1.2.7.1
rodzic
1bdb7a0505
commit
3c3ec6887f
|
@ -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
|
File: README.icom
|
||||||
|
|
||||||
2008-03:
|
Notes on Icom backends
|
||||||
|
|
||||||
Working backends:
|
2008-03, AA6E: Tested and extended omni.c for Ten-Tec Omni VI and Omni VI Plus
|
||||||
ic8500.c, omni.c (Omni VI / VI Plus)
|
It is now at least "beta" level.
|
||||||
-- 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.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,24 +1,7 @@
|
||||||
hamlib - (C) Frank Singleton 2000
|
hamlib - (C) 2008 Hamlib Group
|
||||||
|
|
||||||
TODO.icom - Copyright (C) 2000 Stephane Fillod
|
TODO.icom
|
||||||
This shared library provides an API for communicating
|
|
||||||
via serial interface to an ICOM using the "CI-V" interface.
|
|
||||||
|
|
||||||
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?
|
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue