Hamlib/icom
Stéphane Fillod, F8CFE 197d62af6b do not export ctcss and dcs data lists if dll does not support it (eg. win32), and then, workaround this
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@682 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-16 19:19:46 +00:00
..
Makefile.am
Makefile.in regenerated (automake 1.5 upgrade) 2001-10-07 21:53:48 +00:00
README.icom
TODO.icom
frame.c
frame.h
ic706.c
ic735.c
ic756.c
ic775.c
icall.c
icom.c do not export ctcss and dcs data lists if dll does not support it (eg. win32), and then, workaround this 2001-10-16 19:19:46 +00:00
icom.h do not export ctcss and dcs data lists if dll does not support it (eg. win32), and then, workaround this 2001-10-16 19:19:46 +00:00
icom_defs.h
icr8500.c

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