Hamlib/icom
Stéphane Fillod, F8CFE 6f98c4f3ef * added icom_get_func, tested OK
* fixed icom_get_level, tested OK
* misc changes


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@415 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-01 21:21:23 +00:00
..
frame.c * misc rewrite 2001-02-27 23:06:53 +00:00
frame.h * removed [sg]et_passband in favor of an enhanced [sg]et_mode which 2000-12-04 23:39:18 +00:00
ic706.c * more caps tuning 2001-03-01 21:18:39 +00:00
icom_defs.h * added new definitions (funcs, etc.) 2001-01-28 22:10:14 +00:00
icom.c * added icom_get_func, tested OK 2001-03-01 21:21:23 +00:00
icom.h * added CTCSS table icom_ctcss_list, hopefully sharable among Icom's rig caps. 2001-03-01 00:28:08 +00:00
icr8500.c * added new fields in caps: ctcss_list, dcs_list, chan_list (maintainers, 2001-03-01 00:26:19 +00:00
Makefile.am * added new support for ICR8500, untested though 2001-01-28 22:03:57 +00:00
Makefile.in * add missing files. Hopefuly, checkouts should compile fine now. 2001-02-14 01:01:34 +00:00
README.icom * misc changes 2000-11-01 23:20:00 +00:00
TODO.icom some work done 2000-11-28 22:23:43 +00:00

hamlib - Copyright (C) 2000 Frank Singleton

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.

Warnings
--------

1. NOTHING IS WORKING, this is a WIP.


Contributors
------------