Hamlib/rigs/icom
Mike Black W9MDB e9038f7c41 Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -06:00
..
Android.mk
Makefile.am Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -06:00
README.icom
TODO.icom
delta2.c
frame.c Temporarily adding a bit of debug to help figure out 0xfe logic for icom/frame.c 2021-12-22 17:45:15 -06:00
frame.h During icom power on 0xfe may get echoed after power on so ensure we look for it and remove it 2021-12-22 09:16:17 -06:00
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 set/get_clock routines for IC7100/7300/7600/7610/7700/7800/785x/9700 2021-12-01 22:52:55 -06:00
ic820h.c
ic821h.c
ic910.c
ic970.c
ic1275.c
ic2730.c
ic7000.c
ic7100.c Clean up compilation warning on ic7100.c 2021-12-01 23:30:19 -06:00
ic7200.c
ic7300.c Add RIG_FUNC_DUAL_WATCH for IC-9700 and IC-9100 2021-12-26 22:39:57 -06:00
ic7300.h First cut at clock setting for IC7300/7800/785x/9700 2021-12-01 11:50:33 -06:00
ic7410.c
ic7600.c set/get_clock routines for IC7100/7300/7600/7610/7700/7800/785x/9700 2021-12-01 22:52:55 -06:00
ic7610.c set/get_clock routines for IC7100/7300/7600/7610/7700/7800/785x/9700 2021-12-01 22:52:55 -06:00
ic7700.c set/get_clock routines for IC7100/7300/7600/7610/7700/7800/785x/9700 2021-12-01 22:52:55 -06:00
ic7800.c set/get_clock routines for IC7100/7300/7600/7610/7700/7800/785x/9700 2021-12-01 22:52:55 -06:00
ic9100.c Add RIG_FUNC_DUAL_WATCH for IC-9700 and IC-9100 2021-12-26 22:39:57 -06:00
icf8101.c Fix split mode functions for IC-F8101 2021-12-26 09:29:58 -06:00
icom.c Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -06:00
icom.h Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -06:00
icom_defs.h Add RIG_FUNC_DUAL_WATCH for IC-9700 and IC-9100 2021-12-26 22:39:57 -06:00
icr6.c
icr10.c
icr20.c
icr30.c
icr71.c
icr72.c
icr75.c
icr7000.c
icr8500.c
icr8600.c
icr9000.c
icr9500.c
icrx7.c
id1.c
id31.c
id51.c
id4100.c
id5100.c
omni.c
optoscan.c astyle files preparing for 4.4 release 2021-11-28 12:41:10 -06:00
optoscan.h
os456.c
os535.c
perseus.c
xiegu.c Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -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.

2020-02, W9MDB: Antenna count and ack length for existing Icom's with antenna settings
Model #Ant  ack length
7100	2	2
737	2	2
7410	2	2
746	2	2
746	2	2
756	2	2
756	2	2
756	2	2
756	2	2
7600	2	3
7610	2	3
7700	4	3
7800	4	3
785x	4	3
9100	2	2
icr30	2	2
icr6	2	2
icr75	2	2
icr8600	3	2
icr9000	2	2
icr9500	3	2

2020-09, G0GJV Attempting to support RIT. I asked ICOM technical support

"I am doing some work on the Hamlib amateur radio control library, and in 
particular looking at control of RIT via CI-V on the Icom IC-9100 Is my 
reading of the manual correct - on this (and most older Icom rigs) - 
there is no RIT/XIT control available?"

and received the answer

"Hi Mike,
Yes that's right
Thanks
Virgil"

So I've removed the erroneous icom_set_rit function.