Hamlib/icom
Stéphane Fillod, F8CFE 57c758a40d * fix undefined signed char overflow
* icom_get_freq to be more tolerant on freq len (4 or 5), regardless of civ_731_mode


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1338 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-06 22:06:57 +00:00
..
Makefile.am added IC725 initial support 2002-12-23 14:20:42 +00:00
README.icom
TODO.icom
frame.c fix undefined signed char overflow 2003-01-06 22:04:58 +00:00
frame.h
ic275.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic475.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic706.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic718.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic725.c misc fixes 2002-12-26 11:43:20 +00:00
ic735.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic737.c added IC 737 support 2002-11-16 14:05:53 +00:00
ic756.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic775.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic821h.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic910.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
ic970.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
icom.c * fix undefined signed char overflow 2003-01-06 22:06:57 +00:00
icom.h added basic mem_cap definition 2002-12-26 14:32:03 +00:00
icom_defs.h
icr7000.c fix to account for struct chan_list change 2002-11-04 22:40:55 +00:00
icr8500.c
omni.c
optoscan.c
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
------------