Hamlib/tentec
Stéphane Fillod, F8CFE cb589fcd25 account for improvements
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1975 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-03 20:23:19 +00:00
..
Makefile.am added RX340, RX350, Jupiter and Orion 2004-05-03 22:34:14 +00:00
README TT550 patch from Ken, N7IPB 2004-02-09 22:11:08 +00:00
argonaut.c converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from calibration table 2003-11-16 17:14:44 +00:00
jupiter.c don't export local functions, make them static 2005-02-26 22:29:52 +00:00
orion.c account for improvements 2005-04-03 20:23:19 +00:00
pegasus.c 1. A cut and paste error on my part that left a chunk of reset 2004-02-15 11:05:32 +00:00
rx320.c level_gran caps fix 2004-06-14 21:12:14 +00:00
rx340.c Initial release 2004-05-03 22:33:13 +00:00
rx350.c Initial release 2004-05-03 22:33:13 +00:00
tentec.c fix: RIG_LEVEL_AGC is an integer(enum) type, not float. 2004-05-26 21:30:13 +00:00
tentec.h fix: RIG_LEVEL_AGC is an integer(enum) type, not float. 2004-05-26 21:30:13 +00:00
tentec2.c Prefixed misc str* and parse_* calls with rig_ to export them in rig.h 2004-05-17 21:09:45 +00:00
tentec2.h added initial support for Argonaut V 2003-05-12 22:29:59 +00:00
tt550.c remove useless (and non-portable) headers 2004-02-16 23:48:40 +00:00
tt550.h TT550 patch from Ken, N7IPB 2004-02-09 22:11:08 +00:00

README

tt550 TODO (Ken,  N7IPB):
	Support for multiple VFO's and Memories.  The TT550 doesn't
	really have VFO's or Memories since it's strictly a software
	controlled radio, but they can easily be simulated in software.
	I already support a split mode since the TX and RX control is
	separate.  Adding support for VFO-A, VFO-B and memory channels 
	will be done next.

	The optional encoder with keypad is supported for changing frequency
	only, along with F1 changing the stepsize.  The other function keys
	have no current assignments.  I can add hard-coded Function keys as
	I did with F1 but maybe a more generic solution can be determined.

	In addition the keypad is not supported.  Hamlib has no apparent way
	to make use of the numeric keys.  We probably need to add a callback
	for key data.

	IF-Shift:  IF-Shift code is in place but I see no way in hamlib to make 
	use of it.  The Icom dual pass-band tuning is supported,  but not just
	simple IF shift.  Or maybe I just missed something.

	TX Audio Monitor Volume - no hamlib support - RIG_LEVEL_TX_MON?
	CW Sidetone Volume - no hamlib support - RIG_LEVEL_SIDETONE?
	Transmit Audio Source and Volume select - no hamlib support - RIG_LEVEL_LINEIN?
	CW Spot Level - no hamlib support - RIG_LEVEL_CW_SPOT?
	Enable/Disable Amplifier keying loop - no hamlib support - RIG_FUNC_AMP?