Hamlib/icom
Stéphane Fillod, F8CFE 2e9c24a641 * Various defines renamed (S_SET -> S_CTL)
* S_LVL_* added


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@228 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-16 22:37:22 +00:00
..
frame.c * Accomodate with new API modes, WFM is FM + Wide filter 2000-10-16 22:30:32 +00:00
frame.h added read_icom_frame,icom2hamlib_mode,hamlib2icom_mode 2000-10-08 21:35:48 +00:00
ic706.c * Reworked the RIG_MODE_* defines. see rig.h 2000-10-16 22:32:36 +00:00
icom_defs.h * Various defines renamed (S_SET -> S_CTL) 2000-10-16 22:37:22 +00:00
icom.c * more CI-V addresses, RIG_MODEL_IC820 still missing 2000-10-16 22:34:22 +00:00
icom.h new prototypes (*_level,*_channel) 2000-10-16 22:35:57 +00:00
Makefile.am * Listed local include files 2000-10-16 22:28:45 +00:00
README.icom moved from ../ic706, made Icom CI-V generic 2000-09-16 01:43:48 +00:00
TODO.icom moved from ../ic706, made Icom CI-V generic 2000-09-16 01:43:48 +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 1% of all opcodes
Right now, this is just example of how a backend should glue
with the generic rig API.

This lib should/will support the ic706, ic706mkII, ic706mkIIG, and
any other CI-V rig.

Warnings
--------

1. NOTHING IS WORKING, this is WIP.


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