Hamlib/tentec
Martin Ewing, AA6E ef94c9c21e Adjust retry & timeout values to help in case of no response from rig, i.e.,
if rig power happens to be off.  Prettify some code indents.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2250 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-23 04:54:12 +00:00
..
Makefile.am 20061107: 2006-11-07 21:57:57 +00:00
README Moved firmware detection to new tt565_open routine, where it is done 2007-11-05 18:42:48 +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 - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 17:38:05 +00:00
orion.c Adjust retry & timeout values to help in case of no response from rig, i.e., 2007-11-23 04:54:12 +00:00
orion.h Adjust retry & timeout values to help in case of no response from rig, i.e., 2007-11-23 04:54:12 +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 further rx-320 mods by Ken Prox 2007-02-28 15:05:49 +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 further rx-320 mods by Ken Prox 2007-02-28 15:05:49 +00:00
tentec.h documentation 2006-10-30 20:21:15 +00:00
tentec2.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 17:38:05 +00:00
tentec2.h added initial support for Argonaut V 2003-05-12 22:29:59 +00:00
tt550.c - Cast unsigned char to char in order to avoid compiler warnings. 2006-10-07 17:38:05 +00:00
tt550.h TT550 patch from Ken, N7IPB 2004-02-09 22:11:08 +00:00

README

Orion (TT 565, 565AT) and Orion II (TT 566, 566AT)
    V1 and V2 firmware are autorecognized in the tt565_open routine.
    Version 2.xxx is now the default for Orion.
    (5 November 2007)
    
	The S-meter behavior has changed for Version 2.xxx of
	firmware for Orion.  Orion II presumably also has a different
	calibration.  We will recalibrate, but it is not clear
	if Orion and Orion II will produce the same readings. :-(
	Please send calibration info to me as indicated on the
	Hamlib FAQ at http://hamlib.sourceforge.net/faq.html .
	(23 April 2006)

	These are all covered by the TT565 backend (model 1608).
	This backend is functioning for basic HF work, although
	memory, multi-VFO, and antenna selection, etc. are
	left for the future.
	All testing to date has been on a model 565AT, running
	v 1.372 firmware.
	All reports of success/failure (especially for the Orion 2)
	are welcome -- Martin, aa6e@arrl.net
        (26 Feb 2006)

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?