Hamlib/kenwood
Bill Somerville f9856c6b85 Take out unecessary delays in K(X)3(S) back end. 2017-08-12 22:09:39 +01:00
..
Android.mk
Makefile.am Added HPSDR backend 2017-01-21 20:58:00 -06:00
README.flex
README.k2
README.k3
README.kenwood
README.ts2k
elecraft.c Fixup rig caps pointer in K3 patch 2016-11-19 12:53:31 -06:00
elecraft.h Clear up a clang compiler warning in kenwood/elecraft.h 2016-02-05 18:34:28 -06:00
flex.c Add test for Flex 6300 ID 2016-12-23 21:06:47 -06:00
flex.h
flex6xxx.c Add RIG_PASSBAND_NOCHANGE as possible set_{split_,split_freq_,}mode argument 2016-04-19 21:27:52 +01:00
ic10.c
ic10.h
k2.c Add RIG_PASSBAND_NOCHANGE as possible set_{split_,split_freq_,}mode argument 2016-04-19 21:27:52 +01:00
k3.c Take out unecessary delays in K(X)3(S) back end. 2017-08-12 22:09:39 +01:00
kenwood.c Get rid of compiler warnings, fix Kenwood RF get_level 2017-08-08 11:49:01 +02:00
kenwood.h Fix some issues with commands not supported by TS-2000 CAT emulations 2017-08-03 06:26:27 -05:00
pihpsdr.c Added new AGC control for PiHPSDR 2017-02-10 06:07:46 -06:00
r5000.c
th.c Get rid of compiler warnings, fix Kenwood RF get_level 2017-08-08 11:49:01 +02:00
th.h
thd7.c
thd72.c Get rid of compiler warnings, fix Kenwood RF get_level 2017-08-08 11:49:01 +02:00
thf6a.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
thf7.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
thg71.c Getting rid of compiler warnings, especially 2017-07-10 09:55:45 +02:00
tmd700.c
tmd710.c Getting rid of compiler warnings, especially 2017-07-10 09:55:45 +02:00
tmv7.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
transfox.c
trc80.c
ts2k.c Fix erroneous boolean logic 2016-04-14 12:47:46 -04:00
ts2k.h
ts2k.status
ts2k_menu.c
ts2k_menu.h
ts50s.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts140.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts440.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts450s.c Add get and set split functions for the TS450S 2017-01-20 00:22:37 +00:00
ts480.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts570.c Getting rid of compiler warnings, especially 2017-07-10 09:55:45 +02:00
ts590.c fixes for kenwood backends 2017-05-22 19:09:47 +02:00
ts680.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts690.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
ts711.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts790.c Add rig_{open,close} functions to TS-790 backend 2016-11-20 10:55:50 +00:00
ts811.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts850.c Getting rid of compiler warnings, especially 2017-07-10 09:55:45 +02:00
ts870s.c Fixed indentation warnings detected by newer gcc 2017-06-28 18:00:20 +01:00
ts930.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts940.c Remove unecessary delays from TS-940S backend 2015-11-19 10:48:05 +00:00
ts950.c Increase the number or retries for most Kenwood rigs 2015-10-21 21:56:13 +01:00
ts990s.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
ts990s.h Initial back end implementation for the Kenwood TS-990s 2015-04-14 10:04:59 +01:00
ts2000.c Attempt to restore AI status on exit 2015-11-29 18:26:39 +00:00
ts2000.txt
xg3.c xg3: fix buffer overflow 2016-09-04 18:10:27 +02:00

README.ts2k

Status:	Being Overhauled.  Consider it broken.
	Temporary kludge to force compile (broke Hamlib!)

	The ts2k.[ch] are for the TS-2000.  I'm too lazy to spell it any
	different.

	Check back here often.  I've been making extensive changes daily
	(wife permitting).  I'll change the status to working as soon
	as I get reasonable functionality back.

	This file comes from my private copy of hamlib and not all
	changes will be made to hamlib's CVS.

	Let me know if you use any of this and find it works!  (It
	has been working well for me.)

	73's

	Dale
	kd7eni

--------------------------------------------------------------------------
File change summary:	(Hopefully, I'll keep this updated...)

	Makefile.am	Added ts2k.c, ts2k.h
	ts2k.status	current status in the form of rigctl help
			Takes alot of time.  May or may not be kept
			up to date.  Anybody write an expect script?
	ts2k.c		New
	ts2k_menu.c	(not implemented; work to allow menus to set the
			zillions of options we'll never have functions for
			in hamlib.  The user and calling program will have
			to do all the work.  Comments will be much appreciated!)
	ts2k_menu.h	just the actual data and some structs for the rig.
			(Currently every menu item number and text is entered
			but the menu default is not set.  For example, grig
			can't be expected to know every rig's menu's.  in work!)
			It just occured to me that it would be very nice to
			have a default hamlib menu.  If a rig don't have any
			or no menu functions yet, the levels and other items
			can be presented as a default menu.

	ts2000.c	Inserted my version.  mv'd orig to ts2000.c.orig
	ts2000.h	renamed ts2000.c to ts2000.h
	rigctl.c	Added comments: [# | ;] anything... [\n | \r]

// rig.h *NOT* modified in CVS!!!!
	include/hamlib/rig.h:	(nothing extraordinary.  yet.)
			added RIG_FUNC_ALL, RIG_PARM_ALL, RIG_LEVEL_ALL.
			added RIG_FUNC_EXCLUDE, RIG_PARM_EXCLUDE, RIG_LEVEL_EXCLUDE
			added RIG_RPTR_SHIFT_1750
			(The following needed work, though I stopped short of
			  what I wanted to do. )
			eliminated negatives for VFO, changed vfo_t to *ONLY*
			bitmasks, instead of bitmask and integer const.
			I'm going to check files and look for stuff that might
			get broken (mostly in the backends).
		The following are those I've checked manually:
			alinco/*.[ch]	// ok
			aor/aor.c	// I need to check RIG_VFO_VFO
			dummy/dummy.c	// "	"	"	"
			icom/*.[ch]	// ok
			kylix/hamlib_rigapi.pas	// same as rig.h (Hold the Press!)
			kenwood/	// ok
			pcr/		// ok
			src/		// ok
			tests/dumpcaps.c	// uses bitwise mask (&)
			yaesu/ft100.c	// uses RIG_VFO1 directly, etc...
			yaesu/ft817.c	// uses RIG_VFO1 directly, etc...
			yaesu/ft847.c	// uses RIG_VFO_MAIN, _CURR only!