Wykres commitów

416 Commity (585e79bdf2984d92f485cc149c74e6150cd186e9)

Autor SHA1 Wiadomość Data
Stéphane Fillod, F8CFE 7a96cc0cbf Initial skelton revision for the FT990
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1562 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-12 18:04:02 +00:00
Stéphane Fillod, F8CFE 9bb96bc753 lib replacement needed for portability
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 21:51:19 +00:00
Stéphane Fillod, F8CFE 4d6426101e remove some dead wood
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1552 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:34:08 +00:00
Stéphane Fillod, F8CFE 0e970ccdb7 Patch from Tomi Manninen / OH2BNS:
ft857-arg-check:

 - remove all checks for rig != NULL, these are done by the front end

ft857-squelch:

 - add ft857_get_dcd() and ft857_get_level(RIG_LEVEL_SQLSTAT)
 - changed S meter calculation a bit
 - the rig rejects ft857_set_ptt() if state isn't changed,
   handling this might be needed in other set commands as well
 - increased read timeout a bit
 - tried ft857_set_powerstat(), didn't work...
 - minor cosmetic stuff


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1536 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-21 11:08:06 +00:00
Stéphane Fillod, F8CFE 5ce96aa639 FT-857 patch from Tomi, OH2BNS
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1531 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-27 07:39:05 +00:00
Stéphane Fillod, F8CFE fe642976e8 optional filter?
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1501 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-11 21:21:40 +00:00
Stéphane Fillod, F8CFE 30b0ae0137 added intial support for ft857
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1500 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-11 21:20:35 +00:00
Stéphane Fillod, F8CFE 98e75bb16c added explicit CWR support, print full vfo name in debug messages
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1467 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-05-03 11:24:44 +00:00
Stéphane Fillod, F8CFE 960c83c4c5 * added ABI VERSION to backend entry point symbol name
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1442 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-16 22:30:43 +00:00
Nate Bargmann, N0NB 0dd531ac30 2003-04-14:
Update:
		Upload missing ft900.[ch]  (sheepish grin)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1441 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-14 22:17:44 +00:00
Nate Bargmann, N0NB d80267a152 2003-04-13:
Updated:
		Makefile.am, yaesu.h, yaesu.c--addition of FT-900 backend
	New:
		ft900.h, ft900.c--basically a carbon copy of the ft890
		backend.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1440 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-14 03:05:32 +00:00
Nate Bargmann, N0NB 437f63747a 2003-04-12:
Update:
		Added suport to ft890 for rig_vfo_op RIG_OP_TUNE for
		tuner start command.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1439 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-12 13:00:17 +00:00
Stéphane Fillod, F8CFE e0b2a7b4ac fix headers
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1435 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-07 22:42:11 +00:00
Stéphane Fillod, F8CFE a07a4a336e Adopt new split_vfo handling. Basically, rename set_split/get_split
to set_split_vfo/get_split_vfo, and take an extra transmit vfo arg.
Ascending compatibility is retained at the API frontend level.
NOTE: only function name has changed. The backends do not implement
necessarily the new semantic (the extra tx vfo is just ignored).


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1425 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-06 18:40:36 +00:00
Nate Bargmann, N0NB 6b33e4038f 2003-04-04:
Updated:
		Implemented RIT functions, setting and reading PTT status
		as well as (rudimentary) reading S-meter level.

	New:
		README.ft890


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1422 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-04-05 04:13:53 +00:00
Nate Bargmann, N0NB 437a1114ac 2003-03-24:
Update:
		Fixed a stupid error in ft890_get_freq that caused returned
		freq to be divided by 10.
		Added two new functions, set_ptt and get_ptt to set rig
		into and out of TX mode and query PTT status.
		Modified ft890_set_freq to check passed vfo against stored
		value and update rig only if passed vfo differs.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1413 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-24 12:18:42 +00:00
Stéphane Fillod, F8CFE 4a7e555f13 misc fixes of macros should not be used or incorrect type
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1406 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-10 08:26:20 +00:00
Nate Bargmann, N0NB 825871c328 2003-03-08
Added:
		New backend for Yaesu FT-890/FT-890AT


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1404 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-09 04:43:38 +00:00
Alex V Flinsch, KC2IVL fdef5bea87 *** empty log message ***
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1373 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-02-14 15:23:00 +00:00
Nate Bargmann, N0NB 07eed6da75 2003-01-18
Updated:
		More code cleanups.  Updated README.ft920 to reflect
		latest backend status.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1353 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-19 04:48:00 +00:00
Nate Bargmann, N0NB 0e504ce249 2003-01-16
Update:
		Rewrote most of the backend functions to work with passed RIG_VFO values.
		Wrote three more helper functions to clean up main code.
		Added set/get rit/xit functions.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1352 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-17 04:43:50 +00:00
Nate Bargmann, N0NB 4f9780d49b 2003-01-06
Updated:
		Bumped version in ft920.c to 0.1.3


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1343 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-07 03:40:25 +00:00
Nate Bargmann, N0NB 0decddf9e1 2003-01-06
Updated:
		Added set/get_split_freq/mode support to FT-920 backend.
		Added error handling in ft920.c to pass errors from called
		functions to main library.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1342 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-07 03:32:35 +00:00
Stéphane Fillod, F8CFE 95155608ba renamed ft1000 files to ft1000mp in order to avoid future clash
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1306 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-01 21:49:12 +00:00
Nate Bargmann, N0NB 10364fa8e5 2002-11-30
Update:
		Changed license boilerplate to LGPL after securing permission
		from Frank Singleton and Chris Karpinsky.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1304 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-01 03:08:05 +00:00
Stéphane Fillod, F8CFE c8e4a58dc1 more work on the MARK-V FT1000MP:
- set_rit/get_rit
- set_xit/get_xit
- get_level
- set_ptt

to be tested..


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1297 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-28 22:29:20 +00:00
Stéphane Fillod, F8CFE 91a7308dbc fix get_freq, set_vfo(CURR), and get_mode
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1293 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-25 23:54:30 +00:00
Nate Bargmann, N0NB ce7cfacd49 2002-11-23
New:
		Added doc/README.ft920 to document FT-920 behavior with
		Hamlib.

	Updated:
		Added support for rig_set_split and rig_get_split


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1292 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-23 14:09:21 +00:00
Nate Bargmann, N0NB eb5cd383f8 2002-11-21
Update:
		Corrected problem with "NULL pointer" in ft920_get_vfo
		Updated rx/tx ranges for regions 1 & 2 with bandplan.h
		Changed license in ft920.c/h to LGPL
		Bumped backend version to 0.1.2


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1291 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-22 03:04:30 +00:00
Stéphane Fillod, F8CFE bf1dbe677b added initial support for the MARK-V FT-1000MP
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1290 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-21 23:09:28 +00:00
Stéphane Fillod, F8CFE 19c21c42a8 little fix to make gcc-3.x happy
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1289 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-21 23:06:37 +00:00
Nate Bargmann, N0NB fd14ca4c7c 2002-11-15:
Update:
		Fixed targetable VFO and other typographical cleanups.
		Bumped backend version to 0.1.1


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1286 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-16 04:12:01 +00:00
Nate Bargmann, N0NB b7b1d09afa 2002-11-15:
Update:
		In ft920.c get_freq, set_freq, get_mode, set_mode,
		get_vfo, set_vfo should be complete enough to consider
		them in beta state.

		Advanced ft920 backend version to 0.1.0


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1285 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-15 13:15:25 +00:00
Stéphane Fillod, F8CFE 3497d098a5 misc Makefile fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1282 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-13 20:39:07 +00:00
Stéphane Fillod, F8CFE 52e9a15924 libhamlib-backend.so.x.y.z -> hamlib-backend.so, avoid version info for modules
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1241 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-04 22:19:31 +00:00
Nate Bargmann, N0NB e10a0458c9 2002-11-03
Update:
		Miscellaneous formating cleanup.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1235 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-04 05:16:19 +00:00
Nate Bargmann, N0NB 1083331fce 2002-10-31 (Spooky release)
Update:
		Completed basic operation of all functions in ft920.*


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1234 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-01 04:39:47 +00:00
Nate Bargmann, N0NB 4dae87e285 2002-10-30
Update:
		Merged my changes in ft920.c, .h with Stephane's get_freq
		update.  Will get and set frequency and not much else!


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1232 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-31 01:00:30 +00:00
Stéphane Fillod, F8CFE 8bad6b60f1 fix to make get_freq work for the ft920 (different than ft847)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1225 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-29 23:53:39 +00:00
Stéphane Fillod, F8CFE 4fb92f36e7 fix to make get_freq work for the ft920 (different than ft847)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1224 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-29 23:47:37 +00:00
Stéphane Fillod, F8CFE 6f937fd137 missing ft920 header for dist
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1223 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-29 22:48:49 +00:00
Nate Bargmann, N0NB c439bce225 2002-10-27
New:
		ft920.c, ft920.h -- very very immature attempt at FT-920
		control.  Code can send simple query to rig but cannot
		properly decode returned data.  Much more work is needed.

	Updated:
		Makefile.am, yaesu.c, yaesu.h -- necessary changes for
		ft920.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1213 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-28 04:53:05 +00:00
Stéphane Fillod, F8CFE 41f5748be2 converted to C99 intialization style
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1132 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-08-16 17:43:02 +00:00
Stéphane Fillod, F8CFE 51ea94cdb5 removed autogenerated files, use autogen.sh instead
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1088 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-02 18:03:25 +00:00
Stéphane Fillod, F8CFE cf23615f9e regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1056 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-05-28 21:46:50 +00:00
Stéphane Fillod, F8CFE a886040551 obvious fix for dcs functions. Please test and report
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1042 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-04-23 21:56:41 +00:00
Alex V Flinsch, KC2IVL 91feb7a6b4 added getinfo func hdr
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1023 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-12 13:27:01 +00:00
Alex V Flinsch, KC2IVL 9203e272f6 added get frequency to ft100 code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1022 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-12 13:02:58 +00:00
Stéphane Fillod, F8CFE 4e626c9996 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1010 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-06 22:56:00 +00:00
Stéphane Fillod, F8CFE dc8ae0df5f misc build fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1008 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-06 22:55:14 +00:00
Alex V Flinsch, KC2IVL b9d94c3195 new file, list of tones/codes and sequence used by various yaesu rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@985 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-04 13:28:44 +00:00
Alex V Flinsch, KC2IVL a31ae81e92 initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@983 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-04 13:01:06 +00:00
Alex V Flinsch, KC2IVL d3333398ea Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@982 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-04 13:00:22 +00:00
Stéphane Fillod, F8CFE caefb39aaa regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@967 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-26 01:20:33 +00:00
Stéphane Fillod, F8CFE 18729f54ea added FT-100
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@966 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-26 01:20:10 +00:00
Stéphane Fillod, F8CFE fba707f23b Initial release, cloned from ft817
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@965 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-26 01:18:48 +00:00
Stéphane Fillod, F8CFE 95571eb3a4 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@937 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-27 23:59:42 +00:00
Chris Karpinsky, AA1VL 226ffa4a83 increased post write delay to 300
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-23 02:53:14 +00:00
Francois Retief d88cbe7307 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@872 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 19:18:46 +00:00
Stéphane Fillod, F8CFE 303861e483 warning: backend module breakage: symbol changed: init_ -> initrigs_
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@821 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-28 20:28:04 +00:00
Stéphane Fillod, F8CFE 99915b6c57 misc sscanf format fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@786 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 22:59:09 +00:00
Stéphane Fillod, F8CFE 11ce718be6 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@778 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:58:00 +00:00
Stéphane Fillod, F8CFE 382c69b2bd cleaned up static build and flags, introduced lib version 0:0:0
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@772 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:31:53 +00:00
Stéphane Fillod, F8CFE 17f0e53d0f regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@748 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:19:57 +00:00
Stéphane Fillod, F8CFE 3d6b1e5131 finer grained targetable vfo cap
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@746 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:17:42 +00:00
Stéphane Fillod, F8CFE 95c6c458dc static/dynamic build fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@745 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:14:47 +00:00
Stéphane Fillod, F8CFE dc9487a284 static/dynamic build fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@744 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-16 11:07:54 +00:00
Chris Karpinsky, AA1VL 78a3d03c63 bump the backend status to ALPHA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@741 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-15 04:09:16 +00:00
Chris Karpinsky, AA1VL 295d8917b3 add ft817
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@740 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-15 03:23:14 +00:00
Chris Karpinsky, AA1VL a43e9a83bc add ft817.*
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@739 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-15 03:22:31 +00:00
Chris Karpinsky, AA1VL ec82e88993 initial stab at this for the Yaesu FT-817
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-15 03:19:39 +00:00
Stéphane Fillod, F8CFE 0eee5d3696 license clarification
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@735 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-11 22:04:45 +00:00
Stéphane Fillod, F8CFE 9162f9c27b misc fix: no RTTY on ft847
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@724 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-19 21:12:19 +00:00
Stéphane Fillod, F8CFE aa1b95a8ff added get_freq and get_mode, fixed set_mode with passband
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@722 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-14 18:31:51 +00:00
Stéphane Fillod, F8CFE 014854b1d8 another misc fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@721 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-14 18:30:08 +00:00
Stéphane Fillod, F8CFE 35036cdf9b regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@716 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-12 22:00:03 +00:00
Stéphane Fillod, F8CFE cb9b54d038 misc link fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@715 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-12 21:59:38 +00:00
Stéphane Fillod, F8CFE fce10b5483 added filter list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@702 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-30 07:17:09 +00:00
Stéphane Fillod, F8CFE e70124ef5a regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@700 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:34:48 +00:00
Stéphane Fillod, F8CFE 897e3582e4 misc dep update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@699 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-22 20:33:11 +00:00
Stéphane Fillod, F8CFE 5fb2b7c978 regenerated (automake 1.5 upgrade)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@677 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-07 21:53:48 +00:00
Stéphane Fillod, F8CFE be7022260a regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@651 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-09-19 22:04:44 +00:00
Stéphane Fillod, F8CFE 0257d6f089 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@635 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-12 23:20:14 +00:00
Stéphane Fillod, F8CFE 6c0d2e2a70 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@603 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-21 13:11:13 +00:00
Stéphane Fillod, F8CFE fdec672130 workaround for automake/libtool install bug?
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@601 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-21 13:03:13 +00:00
Stéphane Fillod, F8CFE 8b0ac00d64 more win32 efforts
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@566 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-20 06:08:22 +00:00
Stéphane Fillod, F8CFE 65d0ed64ba regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@557 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 07:15:05 +00:00
Stéphane Fillod, F8CFE c74995b05f further win32 porting
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@556 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-15 07:08:37 +00:00
Stéphane Fillod, F8CFE 55711785fa * regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@547 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-13 00:02:42 +00:00
Stéphane Fillod, F8CFE 9b44155fb1 * more win32 portability stuff
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@546 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-12 23:59:21 +00:00
Stéphane Fillod, F8CFE acb239203a regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@542 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-11 00:43:13 +00:00
Stéphane Fillod, F8CFE 9c32855611 more portability stuff
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@541 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-11 00:41:28 +00:00
Stéphane Fillod, F8CFE f9f66307b1 regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@526 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:07:43 +00:00
Stéphane Fillod, F8CFE c7d44331a9 joined ft747&ft847 in new yaesu backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@525 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:07:17 +00:00
Stéphane Fillod, F8CFE da19dd9a47 new port_t design
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@523 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 17:01:21 +00:00
Stéphane Fillod, F8CFE a31a589e1b regenerated
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@501 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-02 17:40:15 +00:00
Stéphane Fillod, F8CFE 6e73c47999 converted caps definition to new style
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@489 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-22 18:05:29 +00:00
Frank Singleton, VK3FCS 16769750a6 more of convert rig struct to readable form
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@483 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-06 01:34:25 +00:00
Stéphane Fillod, F8CFE 676c6459d5 * adaptated to latest caps changes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@474 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-04 22:38:58 +00:00
Frank Singleton, VK3FCS 07d2a38e63 starting to convert rig struct to readable form
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@471 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-03 01:47:51 +00:00
Stéphane Fillod, F8CFE cca6e2acab * pbwidth_t is now the passband type in Hz, RIG_PASSBAND_NARROW and RIG_PASSBAND_WIDE are dead now. Backend maintenairs, please adapt your code\!
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@449 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-04-22 13:57:39 +00:00
Stéphane Fillod, F8CFE e36f9292e3 * added new caps fields: max_ifshift and dtmf_digits
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@426 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-02 18:35:18 +00:00
Stéphane Fillod, F8CFE d0d333994c * added new fields in caps: ctcss_list, dcs_list, chan_list (maintainers,
please populate them!)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@410 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-01 00:26:19 +00:00
Stéphane Fillod, F8CFE 7e94783822 * 2 new fields in caps (vfo_list and priv)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@404 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-27 23:03:45 +00:00
Stéphane Fillod, F8CFE 8970be14de * update after API modification (new fields, KHz -> kHz)
* backend maintainers: please populate caps->filters


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@391 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 23:54:21 +00:00
Stéphane Fillod, F8CFE 95391dcf42 * add missing files. Hopefuly, checkouts should compile fine now.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@377 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-14 01:01:34 +00:00
Stéphane Fillod, F8CFE 92aa93824a * update after caps changes, see rig.h changelog
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@367 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-11 23:13:13 +00:00
Frank Singleton, VK3FCS 6dae3f9804 minor cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@320 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-07 23:02:09 +00:00
Frank Singleton, VK3FCS edd8759eea added targetable_vfo value to caps
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@319 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-06 06:49:40 +00:00
Frank Singleton, VK3FCS 10b39c5386 general cleanup, added _send_priv_cmd
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@314 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-05 02:03:33 +00:00
Frank Singleton, VK3FCS ec385ea53f Begin to use common yaesu code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@313 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-04 07:03:58 +00:00
Frank Singleton, VK3FCS 52cd5cf034 Moved from ft747 and ft847 dirs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@310 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-04 05:39:03 +00:00
Frank Singleton, VK3FCS 17b888a4d5 Initial yaesu Makefile
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@309 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-01-04 04:42:13 +00:00
Frank Singleton, VK3FCS 0ed363957b nseq uses YAESU_CMD_LENGTH
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@305 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 04:59:17 +00:00
Frank Singleton, VK3FCS 2bf4f5e18d add version tag
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@304 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 01:41:09 +00:00
Frank Singleton, VK3FCS 8f47f68513 Initial release, common yaesu declareations etc.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@303 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-22 01:36:59 +00:00