Hamlib/icom
Nate Bargmann ff4f7e1235 Quell clang6 warning of absolute value function
The warning was:

  CC       optoscan.lo
../../hamlib/icom/optoscan.c:738:14: warning: absolute value function 'abs' given an argument of type 'long' but has parameter
      of type 'int' which may cause truncation of value [-Wabsolute-value]
        usec_diff = abs((state->timer_current.tv_usec) -
                    ^
../../hamlib/icom/optoscan.c:738:14: note: use function 'labs' instead
        usec_diff = abs((state->timer_current.tv_usec) -
                    ^~~
                    labs
1 warning generated.
2018-11-05 12:13:06 -06:00
..
Android.mk New model: Icom IC-R6 2017-04-06 05:04:27 -05:00
Makefile.am Add IC-7610 2018-01-14 17:55:41 -06:00
README.icom
TODO.icom
delta2.c
frame.c
frame.h
ic78.c
ic92d.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
ic738.c
ic746.c
ic751.c
ic756.c
ic761.c
ic765.c
ic775.c
ic781.c
ic785x.c Fix ic785x default addr to 0x8e 2017-01-23 16:54:17 -06:00
ic820h.c
ic821h.c
ic910.c
ic970.c
ic1275.c
ic2730.c
ic7000.c Fix IC-7000 RIG_OP_TUNE command. The command requires an additional byte to specify operation type. 2018-02-22 22:23:14 +02:00
ic7100.c Enable set_powerstat (turning radio on/off) for IC-7100. 2017-09-02 19:26:44 +02:00
ic7200.c
ic7300.c Added functionality for the IC-7300 auto antenna tuner 2018-05-15 23:00:41 -07:00
ic7410.c
ic7600.c
ic7610.c Add IC-7610 2018-01-14 17:55:41 -06:00
ic7700.c
ic7800.c Add ic7850 ic7851 -- works with wsjtx 2017-01-01 22:55:33 -06:00
ic9100.c
icom.c Merge branch 'ic7300-fix-params-and-agc' of https://github.com/mikaelnousiainen/hamlib into mikaelnousiainen-ic7300-fix-params-and-agc 2018-01-21 08:31:36 -06:00
icom.h IC-7300: Enable get_split_vfo and remove rptr_shift/rptr_offs, which are not supported. Allow setting RIT/XIT to zero. Fix typo in bandplan (used only by IC-7300 so far). 2018-03-15 09:28:10 +02:00
icom_defs.h New Perseus model 2016-11-06 14:38:42 +01:00
icr6.c New model: Icom IC-R6 2017-04-06 05:04:27 -05:00
icr10.c Icom IC-R10 & 20 testing complete. Move to Beta 2017-05-10 21:43:01 -05:00
icr20.c Icom IC-R10 & 20 testing complete. Move to Beta 2017-05-10 21:43:01 -05:00
icr71.c
icr72.c
icr75.c Fix compile warnings for icom 2018-04-22 18:38:16 -05:00
icr7000.c
icr8500.c
icr9000.c
icr9500.c
icrx7.c
id1.c
id5100.c
omni.c
optoscan.c Quell clang6 warning of absolute value function 2018-11-05 12:13:06 -06:00
optoscan.h
os456.c
os535.c
perseus.c New Perseus model 2016-11-06 14:38:42 +01:00
x108g.c Added x108g backend 2017-02-14 15:39:31 -06:00

README.icom

hamlib - Copyright (C) 2008 The Hamlib Group

File: README.icom

Notes on Icom backends

2008-03, AA6E:  Tested and extended omni.c for Ten-Tec Omni VI and Omni VI Plus
        It is now at least "beta" level.

2008-07, AA6E:  Tests with IC-756PROIII at ARRL.  Added AF, RF, SQL levels, COMP,
	BALANCE. Note: communications do not seem completely reliable for baud
	rates > 9600.
	VOX-related commands are implemented for the '910H but are wrong for
	the '756 and other models.  They should be reimplemented in a more general way.

2008-10, DL1JBE: Tested IC-275H and IC-475H at local clubstation. Offered functions do work
	as expected in most cases. Only problem: Bandwidth in Get_Mode is reported always as 0.
	Besides this backend seems to be stable -> Changing State to RIG_STATUS_BETA.