Hamlib/icom
Thomas Beierlein, DL1JBE 8f0e7025bd IC910H has different meaning of command 1A, subcommand 03. So we should not ask for DSP filter settings in 'icom_get_mode'.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2194 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-03-05 09:01:03 +00:00
..
Makefile.am 20061107: 2006-11-07 12:21:39 +00:00
README.icom
TODO.icom
frame.c icom/frame.c - Look for frame terminators, and retry if we don't get them. 2007-01-27 23:50:13 +00:00
frame.h 20060922: 2006-09-22 19:55:59 +00:00
ic78.c
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
ic706.c
ic707.c follow backend version 2005-04-03 19:53:52 +00:00
ic718.c
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 Several Bug fixes for extra parameter code and documentation added 2007-02-28 08:52:49 +00:00
ic751.c Patch from Lars E. Pettersson, sm6rpz 2006-02-26 18:48:07 +00:00
ic756.c Several Bug fixes for extra parameter code and documentation added 2007-02-28 08:52:49 +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
ic970.c follow backend version 2005-04-03 19:53:52 +00:00
ic7000.c 20061107: 2006-11-07 12:21:39 +00:00
ic7800.c 20061107: 2006-11-07 12:21:39 +00:00
icom.c IC910H has different meaning of command 1A, subcommand 03. So we should not ask for DSP filter settings in 'icom_get_mode'. 2007-03-05 09:01:03 +00:00
icom.h Several Bug fixes for extra parameter code and documentation added 2007-02-28 08:52:49 +00:00
icom_defs.h 20060922: 2006-09-22 19:55:59 +00:00
icr10.c
icr20.c
icr71.c follow backend version 2005-04-03 19:53:52 +00:00
icr72.c
icr75.c Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
icr7000.c
icr8500.c
icr9000.c
id1.c
omni.c
optoscan.c Fixed type mismatches between signed and unsigned char. 2006-10-07 20:45:40 +00:00
optoscan.h
os456.c
os535.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
------------