Hamlib/icom
Nate Bargmann, N0NB 916bad338b icom/frame.c - Look for frame terminators, and retry if we don't get them.
icom/icom.c - Initialize ack_len to the size of the response buffer
since it is an input to icom_transaction as well as an output.

Thanks to David Hagood, N0YKG


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2176 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-01-27 23:50:13 +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
ic275.c
ic471.c
ic475.c
ic703.c
ic706.c
ic707.c
ic718.c
ic725.c
ic726.c
ic728.c
ic735.c
ic736.c
ic737.c
ic746.c 20061107: 2006-11-07 12:21:39 +00:00
ic751.c
ic756.c Initialise icom_val to avoid compiler warning. 2006-10-07 20:13:22 +00:00
ic761.c
ic765.c
ic775.c
ic781.c
ic821h.c
ic910.c
ic970.c
ic7000.c 20061107: 2006-11-07 12:21:39 +00:00
ic7800.c 20061107: 2006-11-07 12:21:39 +00:00
icom.c icom/frame.c - Look for frame terminators, and retry if we don't get them. 2007-01-27 23:50:13 +00:00
icom.h 20061107: 2006-11-07 12:21:39 +00:00
icom_defs.h 20060922: 2006-09-22 19:55:59 +00:00
icr10.c
icr20.c
icr71.c
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
------------