Hamlib/icom
Alexandru Csete OZ9AEC 4f086db73f Fixed type mismatches between signed and unsigned char.
There are a few very suspicious 'if' statements in icom.c and frame.c


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2134 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-07 20:45:40 +00:00
..
Makefile.am Added IC-78, IC-7800, IC-R20, IC-756PROIII 2004-09-25 14:33:17 +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
frame.c Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
frame.h 20060922: 2006-09-22 19:55:59 +00:00
ic78.c Added IC-78, IC-7800, IC-R20, IC-756PROIII 2004-09-25 14:33:17 +00:00
ic271.c follow backend version 2005-04-03 19:53:52 +00:00
ic275.c follow backend version 2005-04-03 19:53:52 +00:00
ic471.c follow backend version 2005-04-03 19:53:52 +00:00
ic475.c follow backend version 2005-04-03 19:53:52 +00:00
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 follow backend version 2005-04-03 19:53:52 +00:00
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 follow backend version 2005-04-03 19:53:52 +00:00
ic726.c follow backend version 2005-04-03 19:53:52 +00:00
ic728.c follow backend version 2005-04-03 19:53:52 +00:00
ic735.c follow backend version 2005-04-03 19:53:52 +00:00
ic736.c follow backend version 2005-04-03 19:53:52 +00:00
ic737.c follow backend version 2005-04-03 19:53:52 +00:00
ic746.c Initialise icom_val to avoid compiler warning. 2006-10-07 20:13:22 +00:00
ic751.c Patch from Lars E. Pettersson, sm6rpz 2006-02-26 18:48:07 +00:00
ic756.c Initialise icom_val to avoid compiler warning. 2006-10-07 20:13:22 +00:00
ic761.c change status 2006-02-26 19:22:31 +00:00
ic765.c follow backend version 2005-04-03 19:53:52 +00:00
ic775.c follow backend version 2005-04-03 19:53:52 +00:00
ic781.c follow backend version 2005-04-03 19:53:52 +00:00
ic821h.c follow backend version 2005-04-03 19:53:52 +00:00
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 follow backend version 2005-04-03 19:53:52 +00:00
ic7800.c 20060718: 2006-07-18 22:51:43 +00:00
icom.c Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
icom.h Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
icom_defs.h 20060922: 2006-09-22 19:55:59 +00:00
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 Added IC-78, IC-7800, IC-R20, IC-756PROIII 2004-09-25 14:33:17 +00:00
icr71.c follow backend version 2005-04-03 19:53:52 +00:00
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 Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
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 converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from calibration table 2003-11-16 17:14:44 +00:00
optoscan.c Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
optoscan.h Support for pipelined tuning, including DCD on CD line. 2003-08-17 22:39:07 +00:00
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
------------