Wykres commitów

46 Commity (fcbb9d6e13636e51d6df6eb92f69cfdf92649ef2)

Autor SHA1 Wiadomość Data
Michael Black 6bf3b00c4f
astyle all files 2019-11-30 10:19:08 -06:00
Michael Black 1a96720c47
Add FT-DX101 Beta version 2019-10-10 12:16:07 -05:00
mrmoonlv 45b8e387d2 Add FT-600 Alpha Model. Set/Get Freq, Set/Get Mode, Set PTT 2019-03-05 00:47:51 +02:00
Michael Black 040bb2afea Add FT847UNI for early serial number units that are one-way comm 2019-01-28 15:53:28 -06:00
Michael Black W9MDB 68fb9e3c21 Add FT-DX3000 definition and promote FT-DX5000 to Stable 2018-10-28 15:57:28 -05:00
Sean Sharkey 74160301d5 Break out FT-1000D file for full support.
As discussed please find attached the files which I modified to include
full support for the Yaesu FT-1000/D radios.

Kind regards,

Sean.
2017-02-09 17:34:56 -06:00
Michael Black f1a9644d23 Added ft891 backend 2017-01-07 09:10:48 -06:00
Michael McConville 875d0fcdfb Fix erroneous boolean logic
It seems like || was used where && was intended here. Currently, the
conditions are always true, and there's no reason for them to be written
this way.

Found with Coccinelle.
2016-04-14 12:47:46 -04:00
Michael Black 0a5b00c58d New backend for FT-991
Also, change from using malloc to calloc in Yaesu backend.
2015-04-13 21:02:41 -05:00
David Fannin 699db23393 Submission for new backend model (134) for Yaesu FT-DX1200
All,

attached is a git patch for adding the Yaesu FT-DX1200 radio  to the yaesu
backend as model 134.    I am humbly asking for this to be included in
hamlib.

I've tested this using a 1200 radio, using both rigctl and cqrlog.    The
ft-dx1200 cat commands are a mix of ft-950 and ft-2000 radio commands, so
neither of those models will work correctly with the 1200.  It was tested
and build against the master branch from github on 4/3/2015, on an Ubuntu
14.04 server.

Let me know if you have any questions.

thanks

Dave

kk6df at arrl.net

From cc0351fddc245b6223ae6c21dc6e29c5422fc822 Mon Sep 17 00:00:00 2001
From: David Fannin <dfannin@sushisoft.com>
Date: Sat, 4 Apr 2015 09:23:49 -0700
Subject: [PATCH 1/2] adding yaesu ft-dx1200 model to yaesu backend
2015-04-04 13:19:19 -05:00
Nate Bargmann bff9f17f7e Update LGPL header in Yaesu source files.
TNX to Lucian Laga, YO6PLB, for the notification.
2011-08-22 21:38:38 -05:00
Nate Bargmann, N0NB db27b38041 Add Vertex Standard VX-1700 transceiver support
From Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>

vx-1700 notes:
==============
  * the only possible way to switch from VFO_A to VFO_MEM is a
    switching to configured memory channel.
  * vfo_op(UP/DOWN) in memory mode switch channel UP/DOWN
    correspondingly
  * set_mem() in VFO mode do not change memory channel, but only
    remember passed value. Thus we may set non-configured memory
    channel number for future use in vfo_op(OP_FROM_VFO).
  * get_mem() in VFO mode returns last used memory channel value.
    It may return non-configured memory channel number passed to
    set_mem() previously.

WARNING: VX-1700 CAT Manual have bugs, see comments in code.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3052 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-16 23:49:58 +00:00
Stéphane Fillod, F8CFE aa24ca7ab6 clone FT-DX5000 after FT-2000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2992 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-06 07:25:14 +00:00
Stéphane Fillod, F8CFE cf2ad81282 added FT-980, part of patch from Wolfgang Buesser
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2916 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-17 22:23:38 +00:00
Stéphane Fillod, F8CFE a90f9e84cd fix bug in yaesu probing
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2848 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-05 19:18:10 +00:00
Stéphane Fillod, F8CFE 0ceb81add9 New FT-840 backend, as suggested by Thomas - DK6KD
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2554 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-04 10:40:34 +00:00
Stéphane Fillod, F8CFE 1fb8820946 Add FT-2000 and FTDX-9000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2505 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-12-14 20:02:03 +00:00
Stéphane Fillod, F8CFE 6f101f64ba fix warning
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2451 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-11-01 16:38:46 +00:00
Stéphane Fillod, F8CFE 657a9ac7c9 new: FT-950
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2404 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-22 21:32:38 +00:00
Nate Bargmann, N0NB 658fc853ed Updates and cleanups to newcat.c to make more use of priv data structure.
Set port read timeout in newcat.h
Forgot yaesu.* last night which caused CVS build to not recognize FT-450


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2248 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-11-23 03:31:26 +00:00
Steve Conklin, AI4QR beeafc7ac1 Added support for the Yaesu FT-767GX. The following are implemented:
get/set frequency
get/set mode
get/set vfo
get/set CTCSS tone
get/set split_mode
get/set split_freq
get/set split_mode
get ptt


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2218 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-10-05 04:19:18 +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 39aff6f6ad added yaesu probe rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1938 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:44:41 +00:00
Stéphane Fillod, F8CFE 57b1781fc1 new VR-5000 and FT1000MP's entries
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1937 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-26 23:13:48 +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 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 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
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 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 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 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 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
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
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
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 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
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 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 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 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
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
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 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 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