Hamlib/rigs/kenwood
Mike Black W9MDB 9cf4b1658f Move FT1 command to K4 rig only 2021-08-14 23:45:59 -05:00
..
Android.mk Android NDK now builds -- check README.android for info on libusb 2021-02-28 15:50:36 +01:00
Makefile.am
README.flex
README.k2
README.k3
README.kenwood
README.ts2k
elecraft.c Fix K4 split problems 2021-08-04 22:45:54 -05:00
elecraft.h
flex.c
flex.h
flex6xxx.c Add small delay in flex6xxx.c after ptt off -- seems to take a short while to really do it for the ANAN rigs 2021-06-05 22:23:57 -05:00
ic10.c
ic10.h
k2.c Fix compile warning on k2.c 2021-02-26 14:51:29 -06:00
k3.c Move FT1 command to K4 rig only 2021-08-14 23:45:59 -05:00
kenwood.c Add a 2nd try on kenwood.c ID command -- TS450S was failing on 1st try 2021-08-09 16:23:17 -05:00
kenwood.h Add a 2nd try on kenwood.c ID command -- TS450S was failing on 1st try 2021-08-09 16:23:17 -05:00
pihpsdr.c Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig 2021-04-29 10:49:29 -05:00
r5000.c
th.c Fix compile warning from android/hamlib-compile 2021-02-27 23:42:22 -06:00
th.h
thd7.c
thd72.c astyle files 2021-02-28 09:46:01 -06:00
thd74.c Promote thd74 to stable 2021-06-06 23:02:55 -05:00
thf6a.c Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig 2021-04-29 10:49:29 -05:00
thf7.c Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig 2021-04-29 10:49:29 -05:00
thg71.c Rename macros to avoid collisions with other software 2021-03-06 12:37:53 -06:00
tmd700.c
tmd710.c astyle files 2021-04-29 17:23:37 -05:00
tmv7.c
transfox.c
trc80.c
ts50s.c
ts140.c
ts440.c
ts450s.c
ts480.c Add RIG_TARGETABLE_ROOFING to allow Yaesu roofing filter targeting by VFO only for FTDX5000 and FTDX101. Fix TS-480 VOXDELAY level definition. 2021-05-12 23:51:35 +03:00
ts570.c Rename macros to avoid collisions with other software 2021-03-06 12:37:53 -06:00
ts590.c
ts680.c Change TS680 to hardware handshake by default 2021-02-14 14:25:57 -06:00
ts690.c
ts711.c
ts790.c
ts811.c
ts850.c
ts870s.c Rename macros to avoid collisions with other software 2021-03-06 12:37:53 -06:00
ts890s.c Fix bad variable in ts890.c 2021-05-06 12:21:48 -05:00
ts930.c
ts940.c
ts950.c
ts990s.c Fix clang warnings in ts990s.c 2021-03-09 10:22:59 -06:00
ts990s.h
ts2000.c Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig 2021-04-29 10:49:29 -05:00
ts2000.txt
xg3.c

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 a lot 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 occurred 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!