Wykres commitów

147 Commity (237a9f436652346bc28b7204aec4e3cce71d5207)

Autor SHA1 Wiadomość Data
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 b341d5dc5d fix USB/LSB set_mode, from Tapio report
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1878 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-17 22:02:03 +00:00
Stéphane Fillod, F8CFE 0643474a1f fix a comment, rough guess at str_cal waiting for real measurement
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1873 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-15 15:21:11 +00:00
Stéphane Fillod, F8CFE db7f077d5e memset is more portable than bzero
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1855 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-26 17:36:42 +00:00
Stéphane Fillod, F8CFE fe10198f27 remove deprecated RIG_LEVEL_SQLSTAT and fix get_dcd, fix str_cal in icom backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1853 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-26 08:35:05 +00:00
Berndt Josef Wulf, VK5ABN 92b8283754 ft990_get_mem(): Fixed bug that prevented the reporting of current channel
number when vfo != RIG_VFO_MEM

ft990_get_channel(): Revised implementation of the get_channel() function.
                 Initialisation of the "channel_t chan" data structure
                 as not every data field is supported by the FT990 rig. It
		 should be the responsibility of the frontend to initialize
		 this data structure prior to passing it to the backend.

ft990_get_update_data(): Revised the implementation of this local utility
                 responsible for the retrival of the rig's data structures.
		 The 3rd argument of this function is now used to pass
		 the channel number for memory channel related queries.

Several bug fixes and source code cleanup


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1848 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-09-22 13:56:50 +00:00
Stéphane Fillod, F8CFE 4e38224cad quick fix has reported from DReaM user, more to be done along the line of FT100
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1825 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-26 20:56:24 +00:00
Stéphane Fillod, F8CFE 1385617c85 Cloned the FT1000D from the FT990, since they are similar. Test needed.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1811 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-17 20:07:20 +00:00
Stéphane Fillod, F8CFE 712112009a Initial support for FT736R, FRG100 and FRG9600
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1797 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:10:36 +00:00
Stéphane Fillod, F8CFE 7386e39a7d guess at ptt_type, better validity check in get_level
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1796 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:03:56 +00:00
Stéphane Fillod, F8CFE 623ba09ca8 resolve win32 header compatibility issue: no more HANDLE/timeval specific types
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1794 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-10 21:00:13 +00:00
Stéphane Fillod, F8CFE 2181458976 added FT757GXII initial support and reworked the FT757GX common backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1784 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-08-08 19:15:31 +00:00
Stéphane Fillod, F8CFE 66360b4f14 Prefixed misc str* and parse_* calls with rig_ to export them in rig.h
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1738 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-17 21:09:45 +00:00
Stéphane Fillod, F8CFE c930934e0f Initial release of FRG-8800
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1735 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-16 07:32:57 +00:00
Stéphane Fillod, F8CFE 74964a1afb Initial FT757GX release, contribution from David L Norris
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1726 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-24 13:01:00 +00:00
Berndt Josef Wulf, VK5ABN 88831ea3f0 ft990_get_ptt() now uses the FT990_SF_XMIT instead of FT990_SF_PTT.
FT990_SF_PTT only returns status of PTT activated by CAT commands,
whereas FT990_SF_XMIT reports the actual status of the ptt line.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1714 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-04-04 04:57:35 +00:00
Stéphane Fillod, F8CFE 72097cdbf3 URL update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1690 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-16 21:38:59 +00:00
Berndt Josef Wulf, VK5ABN 02319983dd Changed debug message format for freq_t from long long to double
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1685 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-12 21:39:48 +00:00
Stéphane Fillod, F8CFE e30748c4bf initial support for FT-897 (cloned from ft857)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1665 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 17:08:46 +00:00
Stéphane Fillod, F8CFE fb681ae3ca little bugfixes from Mikko OH2MMY
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1658 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-01 22:29:23 +00:00
Stéphane Fillod, F8CFE 523b084f86 misc portability fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1644 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-15 22:52:13 +00:00
Stéphane Fillod, F8CFE 64d539acd9 be freq_t and setting_t type agnostic
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1641 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-15 22:43:59 +00:00
Berndt Josef Wulf, VK5ABN 0b8e1f63d4 Implemented RIG_MODE_PKTFM and RIG_MODE_PKTLSB modes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1637 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-24 14:36:07 +00:00
Berndt Josef Wulf, VK5ABN 99a524472c Commented out RIG_MODE_PKTFM overlooked at the submission of previous code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1635 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-23 13:46:20 +00:00
Berndt Josef Wulf, VK5ABN 2a1cf6a1c3 Implemented set_parm() for BACKLIGHT operation
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1634 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-23 13:32:11 +00:00
Stéphane Fillod, F8CFE b24ca0ddb7 patch from Mikko Pikarinen OH2MMY
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1633 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-22 17:56:46 +00:00
Berndt Josef Wulf, VK5ABN 3b09a33660 Implemented rig_set_channel()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1619 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-03 12:25:36 +00:00
Stéphane Fillod, F8CFE b4b903e3cb better handling of RIG_VFO_CURR (still not complete though)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1614 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-12-01 20:54:04 +00:00
Stéphane Fillod, F8CFE aea9a53573 more work from Berndt
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1613 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-30 22:46:01 +00:00
Stéphane Fillod, F8CFE df66a3165b FT990 support from Berndt
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1606 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-28 15:45:19 +00:00
Stéphane Fillod, F8CFE 6985ec78ca converted RIG_LEVEL_STRENGTH to RIG_LEVEL_RAWSTR. RIG_LEVEL_STRENGTH is then derived from calibration table
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1583 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:14:44 +00:00
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