Hamlib/icom
Joop Stakenborg, PG4I 237a9f4366 s-meter calibration by Matt Dawson
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1900 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-19 17:17:54 +00:00
..
Makefile.am
README.icom
TODO.icom
frame.c
frame.h
ic78.c
ic271.c
ic275.c
ic471.c
ic475.c
ic703.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
ic706.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
ic707.c
ic718.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
ic725.c
ic726.c
ic728.c
ic735.c
ic736.c
ic737.c
ic746.c s-meter calibration by Matt Dawson 2005-01-19 17:17:54 +00:00
ic751.c
ic756.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
ic761.c
ic765.c
ic775.c
ic781.c
ic821h.c
ic910.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
ic970.c
ic7800.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icom.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icom.h remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icom_defs.h
icr10.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icr20.c
icr71.c
icr72.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icr75.c
icr7000.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
icr8500.c S-Meter calibration data from Ralf dk5bu, various dcd(sql) and scan fixes 2004-09-26 17:29:27 +00:00
icr9000.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
id1.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
omni.c
optoscan.c * ser_ptt*/ser_dcd* are gone. Try to not mix low level serial stuff with 2004-10-02 20:18:16 +00:00
optoscan.h
os456.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +00:00
os535.c remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend 2004-09-26 08:35:05 +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
------------