Wykres commitów

27 Commity (de833ae82d3a2d456b0409b3cb9b0acf8e7210ee)

Autor SHA1 Wiadomość Data
Stéphane Fillod, F8CFE 4af723e27f Data USB in narrow mode patch, by nh7o
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2685 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-25 18:21:09 +00:00
Stéphane Fillod, F8CFE 5eb01a11de increase version number
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2459 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-02 14:53:25 +00:00
Thomas Beierlein, DL1JBE 0194766455 Changed State to STABLE as reported by Nate Bargmann N0NB.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2430 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-10-28 05:22:38 +00:00
Nate Bargmann, N0NB f3c830fce2 Added support for RIG_MODE_PKTLSB, RIG_MODE_PKTUSB, and RIG_MODE_PKTFM.
TNX Jeff Steinkamp N7YG.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2377 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-08-06 11:09:37 +00:00
Nate Bargmann, N0NB 1c4b323ea4 Added support for getting VFO A/B lock status for FT-920.
Mention in comments in newcat.* that FTDX-9000* and FT-2000
use the new style CAT command protocol.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2263 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-12-01 22:09:52 +00:00
Nate Bargmann, N0NB e7cb6db83a Added support for set_func and get_func for RIG_FUNC_TUNER.
Control status of 0 == off, 1 == inline, 2 == start tuning.
Returns status of 0 == off, 1 == inline, 2 == tuning in progress.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2258 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-27 01:02:17 +00:00
Nate Bargmann, N0NB e23a3cef49 Added support for rig_set_ptt and rig_get_ptt. FT-920 supports CAT
control of PTT even though manual lacks mention of the command.
Moved setting of pacing value to ft920_open from ft920_get_update_data
to avoid sending two commands for each status update request and set
the default pacing value in ft920.h to 0 mS between characters sent
from the FT-920.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2253 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-25 04:57:42 +00:00
Alexandru Csete OZ9AEC b7530aad94 - Cast unsigned char to char in order to avoid compiler warnings.
- Ensure that all variables have a value before they are used (ft920).
- Disable unused functions and variables (frg100).
- Incremented backend version numbers.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2120 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-10-07 15:51:38 +00:00
Stéphane Fillod, F8CFE 6ba9819f5d fix error code return convention, which is negative when failed
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2004 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-04-10 21:49:38 +00:00
Stéphane Fillod, F8CFE cccf1318ce second pass at getting rid of "ll" immediate literal format (64bit int)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1904 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-25 00:22:14 +00:00
Nate Bargmann, N0NB e02795f58c 20050118:
Update:
		src/locator.c -- Applied patch from Dave Hines M1CXW
		yaesu/ft920.* -- Format cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1899 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-18 23:06:51 +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 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
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 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
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 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
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