Hamlib/icom
Stéphane Fillod, F8CFE d2bede454c fix to account for struct chan_list change
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1251 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-04 22:40:55 +00:00
..
Makefile.am libhamlib-backend.so.x.y.z -> hamlib-backend.so, avoid version info for modules 2002-11-04 22:19:31 +00:00
README.icom
TODO.icom
frame.c
frame.h
ic275.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic475.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic706.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic718.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic735.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic756.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic775.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic821h.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic910.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic970.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
icom.c remove icall 2002-11-04 22:25:11 +00:00
icom.h remove icall, added mem_cap initializer 2002-11-04 22:26:49 +00:00
icom_defs.h
icr7000.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
icr8500.c converted to C99 intialization style 2002-08-16 17:43:02 +00:00
omni.c patch from Rein PA0RCT implementing icom_set_rit, and ability to call rig_set_rit from rigctl 2002-08-19 22:17:11 +00:00
optoscan.c
os456.c converted to C99 intialization style 2002-08-16 17:43:02 +00:00
os535.c converted to C99 intialization style 2002-08-16 17:43:02 +00:00

README.icom

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