Wykres commitów

227 Commity (3dbbe02b78d18fb3a69c02995d035e2bc4dfc96f)

Autor SHA1 Wiadomość Data
Nate Bargmann, N0NB 7ba0620356 Implement filter scanning and get/set mode on K2
K2 backend will now scan for installed RTTY mode and filters per
mode upon rig_open().  Implemented get/set mode in K2.  The get_mode()
function checks the filter bandwith and returns that for the width
value and the set_() function will select and set an appropriate
filter based on the width passed in.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3021 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-01-19 02:39:51 +00:00
Nate Bargmann, N0NB b57d9e1a37 Support for Elecraft extensions to base Kenwood functions (particularly
for the K3).
Added debugging print functions to all Kenwood backend functions for
easier debugging.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3002 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-29 21:20:51 +00:00
Stéphane Fillod, F8CFE ee55f04dd1 add TS-590S
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3000 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-28 07:28:12 +00:00
Nate Bargmann, N0NB 5f41562b3d New Kenwood THF-6A backend from Scott Martin, KC9QEN.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2990 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-04 02:49:27 +00:00
Stéphane Fillod, F8CFE b588058b2d allow retry on overflow, communication error, and unknown cmd
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2932 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-31 08:38:29 +00:00
Thomas Beierlein, DL1JBE c151a6cc46 Fix handling of command line ending.
If command is *not* already terminated with ';' or '\r' add the Kenwood 'cmdtrm' instead of '\r'.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2907 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-05 04:29:04 +00:00
Alessandro Zummo, IZ1PRB 328e67a44d kenwood: send the whole buffer at once, added kenwood_cmd
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2885 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-24 13:50:24 +00:00
Stéphane Fillod, F8CFE dffeb37aaf corner case handling of RIG_VFO_VFO in set_freq/get_freq
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2868 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-05 13:43:38 +00:00
Stéphane Fillod, F8CFE e5ae214239 * remove 17500 mistakenly put into kenwood38_ctcss_list
* basic automatic split vfo targeting


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2710 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-23 20:55:58 +00:00
Alessandro Zummo, IZ1PRB f032f44bc6 band up/down was inverted
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2632 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-13 19:34:21 +00:00
Alessandro Zummo, IZ1PRB f3c47c5864 style fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2631 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-13 19:29:16 +00:00
Stéphane Fillod, F8CFE 080cb8cbaa * implemented RIG_LEVEL_KEYSPD and RIG_LEVEL_PREAMP
* fixed RIG_LEVEL_ATT
* fix kenwood_set_channel prototype


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2628 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-10 22:48:25 +00:00
Alessandro Zummo, IZ1PRB 4c46fb604b check ptt status before set_ptt. enabled on ts850.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2627 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-09 20:59:31 +00:00
Alessandro Zummo, IZ1PRB 78197e7d4d removed comment about switch optimizatons. the compiler will generate the
assembly code in a different order which is usually based on the case value.
other compiler optimizations might also affect it, so it's useless to optimize
the order.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2626 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-09 20:37:48 +00:00
Alessandro Zummo, IZ1PRB bb6cf68ad2 implemented set/get_ext_param (voice, fine, xit, rit). enabled on ts450 and
ts850


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2620 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-06 14:15:12 +00:00
Alessandro Zummo, IZ1PRB ab2d278ec1 Add description for the kenwood mode n. 8
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2619 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-05 21:05:59 +00:00
Alessandro Zummo, IZ1PRB 885c4109a8 generic, ts850: implemented CTCSS TN command (reported not working for ts850,
should now be fixed)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2618 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 23:42:53 +00:00
Alessandro Zummo, IZ1PRB e1c03296a4 Replace __FUNCTION__, which is gcc specific and was deprecated
a long time ago, with __func__, which is at least defined in C99.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2617 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 23:22:58 +00:00
Alessandro Zummo, IZ1PRB ba57679b78 remove unused parameter from get_kenwood_func
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2615 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 22:47:33 +00:00
Alessandro Zummo, IZ1PRB d1a9a907ff ts450: implement set_channel
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2614 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 22:45:59 +00:00
Alessandro Zummo, IZ1PRB b8da433c98 thg71,tmv7,ts450s,ts690: verify rig id at rig_open
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2613 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 22:42:44 +00:00
Alessandro Zummo, IZ1PRB 80d96e2bbb fix tabs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2612 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 22:33:00 +00:00
Alessandro Zummo, IZ1PRB 1d7a263642 remove fixed command terminator (;) from generic code
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2610 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-03 11:25:30 +00:00
Alessandro Zummo, IZ1PRB bad22ce8df ts450,ts690,ts850: use FL command to get/set filters in get/set_mode. (code from ts850.c)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2608 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-02 20:30:36 +00:00
Alessandro Zummo, IZ1PRB 9281935c5e Make set_ptt behave as before, fix set_ant for ts570.c
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2606 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-02 07:30:35 +00:00
Alessandro Zummo, IZ1PRB 0523e477ac Add kenwood_simple_cmd
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2605 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-02 07:29:11 +00:00
Stéphane Fillod, F8CFE faf5c7e336 added Kenwood TRC-80
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2604 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-29 22:54:41 +00:00
Alessandro Zummo, IZ1PRB b9a6379aa9 Use an appropriate debug level
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2602 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-29 08:41:57 +00:00
Nate Bargmann, N0NB 30f66de479 Several Kenwood patches from Alessandro Zummo, azummo-lists@towertech.it
Among the changes:

 I finally had the time to build the CAT interface for my TS450 and
 discovered a couple of new commands.

 MX; MX0; MX1; is used to activate the AIP function
 FL; FLXXXYYY; is used to set the filters.

 I made a perl script to try every possible two-letters command. If
 amyone is interested, at their own risk, just ask.

 I've then modified and optimized the kenwood driver:

 - moved MD_ defined to .h
 - added init/cleanup
 - ts450_get_mode -> kenwood_get_mode_if
 - support reading memory channel freq within kenwood_get_freq
 - added kenwood_safe_transaction as an helper with result len check
 - added kenwood_get_if
 - added get_level for RIG_LEVEL_CWPITCH
 - set/get for RIG_FUNC_AIP
 - replaced ts140/680 get_mode and get_freq
 - removed the delay on the ts450. it works just fine without it.

=============================
 the attached patch requires the first one I sent and
 addresses a few remaining issues

 - converted 8 spaces to tabs
 - added kenwood_mode_table
 - added kenwood_simple_transaction helper func
 - use kenwood2rmode and rmode2kenwood where possible
 - some code cleanup
 - use kenwood_safe/simple_transaction where possible
 - added kenwood_get_mem_if (ts140,ts450,ts680,ts690,ts850)
 - added kenwood_get_channel (ts450,ts850)
 - added FUNC_FINE_STEP (commented out, we have no more func slots)
 - added LEVEL_CWPITCH (set)
 - no reason to have ts850_set_func, ts850_set_level
 - ... ts480_get/set_ant, ts480_set_func
 - ... ts570_set/get_ant, ts570_get_channel, ts570_get_rit
 - ... ts680_set_func
 - ... ts790_get_mode, ts790_get_vfo

 this patch is a bit more extensive and tested only on the TS450.
 feedback will be appreciated.

 where I removed code I took care to verify that the generic
 code in kenwood.c worked in the same way.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2591 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-23 03:24:42 +00:00
Stéphane Fillod, F8CFE 57dca4a25a new backend for the Elekraft K3
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2378 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-09-01 19:01:13 +00:00
Stéphane Fillod, F8CFE 2514c47659 flexible rmode_t conversion, detect overflow in kenwood_transaction()
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2346 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-05-04 21:19:07 +00:00
Stéphane Fillod, F8CFE f7923566b1 set_ant/get_ant support for ts870s and ts2000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2304 7ae35d74-ebe9-4afe-98af-79ac388436b8
2008-03-01 11:20:30 +00:00
Thomas Beierlein, DL1JBE b572fbfaf3 fixed bug in kenwood_transaction()
memset() missed initializing the answer buffer by one.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2213 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-09-04 15:01:23 +00:00
Nate Bargmann, N0NB e904578f5a Bug fixes and slope tuning support for the TS-850.
Thanks to Rob Frohne, KL7NA


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2205 7ae35d74-ebe9-4afe-98af-79ac388436b8
2007-08-18 12:55:46 +00:00
Joop Stakenborg, PG4I 435337880d long long really needed here?
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2103 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-04-10 18:00:38 +00:00
Joop Stakenborg, PG4I c980a9b7fe set functions should have ack_len zero, also need to check other rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2092 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-03-14 08:36:38 +00:00
Joop Stakenborg, PG4I 55f4f1aeb3 more compilation warnings nuked, use tone_t for ctcss_list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2088 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-03-09 19:45:10 +00:00
Joop Stakenborg, PG4I 9ad183c7aa fix compilation warnings
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2087 7ae35d74-ebe9-4afe-98af-79ac388436b8
2006-03-07 19:48:20 +00:00
Stéphane Fillod, F8CFE 96e66e3336 added RIG_LEVEL_RAWSTR, and some formating
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2041 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-09-28 21:14:44 +00:00
Stéphane Fillod, F8CFE a5979f2be5 re-indent
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2039 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-09-24 07:48:42 +00:00
Stéphane Fillod, F8CFE b3b80482e1 fix send_morse which needs 24 space padding, thanks to Rob KL7NA for report
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1939 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-03-13 17:54:16 +00:00
Stéphane Fillod, F8CFE c3ed068705 added FUNC_FAGC, by Rob Frohne KL7NA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1922 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-13 00:22:00 +00:00
Joop Stakenborg, PG4I 261f9e10d9 export convenience function get_kenwood_level, so they can be use by other backends
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1916 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-02 20:05:03 +00:00
Joop Stakenborg, PG4I b1f24e501a set attenuator level
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1915 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-02-02 19:32:16 +00:00
Joop Stakenborg, PG4I 174106f828 only switch tx vfo is split is on
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1914 7ae35d74-ebe9-4afe-98af-79ac388436b8
2005-01-31 16:41:49 +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
Thierry Leconte, F4DWV a5849641bb use RIG_ENAVAIL as return code for empty channels in get_channel
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1893 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-12-27 12:53:02 +00:00
Juergen Rinas, DC3BW a4a78f676c * fixed set_func (concerns most kenwood rigs)
* added 115200 to the list of baudrates in probeallrigs_kenwood()


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1890 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-12-20 22:58:19 +00:00
Stéphane Fillod, F8CFE d0d8cc35d0 TS-480 initial support from Jurgen DC3BW
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1882 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-11-27 13:19:56 +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
Stéphane Fillod, F8CFE b5db6239bb * removed useless kenwood_init/kenwood_cleanup
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1752 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-06-13 12:35:30 +00:00
Stéphane Fillod, F8CFE 049c354e79 improved and separated IC-10 based code (TS440,TS940,TS711,TS811,R5000) in its own file
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1728 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-05-02 17:17:31 +00:00
Thierry Leconte, F4DWV 4491064e4d improve get_freq VFO_CURR by using rig state
use retry caps in kenwood_transaction
fix termination test in kenwood_transaction


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1712 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-03-29 20:54:26 +00:00
Stéphane Fillod, F8CFE 637c51cb58 Initial release - clone from thg71
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1705 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-03-20 10:23:43 +00:00
Thierry Leconte, F4DWV 2e2721147f add kenwood_set_split_vfo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1687 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-14 16:50:54 +00:00
Stéphane Fillod, F8CFE 258e0a1ab9 initial support for TM-D700
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1664 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-02-08 17:05:55 +00:00
Thierry Leconte, F4DWV a1ede543de clear receive buff in kenwood_transaction
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1607 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-29 13:31:20 +00:00
Stéphane Fillod, F8CFE 915ca1e460 added TS140
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1593 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-16 17:31:32 +00:00
Stéphane Fillod, F8CFE a82e2fa917 added support for TS-680 TS-690 TS-711 TS-811 TS-940
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1579 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-11-10 15:59:36 +00:00
Stéphane Fillod, F8CFE 91df9591f4 Prepare eventual move from freq_t as a "long long" to a "double" type.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1569 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-20 22:15:02 +00:00
Stéphane Fillod, F8CFE 84ad9b827b include fixup, stdio.h is not included by rig.h anymore
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1551 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-10-01 19:32:04 +00:00
Stéphane Fillod, F8CFE 106dbb55e0 added initial support for the TH-G71
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1548 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-09-28 16:14:00 +00:00
Joop Stakenborg, PG4I 4e483641c2 ts-850 returns ID 009 according to martin, OK1RR
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1508 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-08-15 19:17:20 +00:00
Stéphane Fillod, F8CFE a8ba080dea the TS-950SD is not declared yet
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1496 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-28 22:39:24 +00:00
Joop Stakenborg, PG4I 0d7fe97b29 correct baudrate for some rigs and add ts-950 to the id_list
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1494 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-23 18:11:43 +00:00
Joop Stakenborg, PG4I 75ec62484f correct baudrate for the ts-950, use the information field IF for get_vfo by default (supported by most kenwood rigs), ts870s will use the much shorter FR command for get_vfo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1493 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-06-23 17:48:27 +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
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 c6c35574b3 added TS-930
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1408 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-15 23:58:41 +00:00
Stéphane Fillod, F8CFE fdabf14513 allow discovery(probe) of more than one rig attached to a port, fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1405 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-03-10 08:26:09 +00:00
Stéphane Fillod, F8CFE 655da27582 added TS790 ID
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1354 7ae35d74-ebe9-4afe-98af-79ac388436b8
2003-01-29 22:25:16 +00:00
Joop Stakenborg, PG4I 07ddcfd613 minor bug
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1333 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-22 13:52:21 +00:00
Joop Stakenborg, PG4I 1b5bc5bfb0 cleanups
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1329 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-21 13:46:05 +00:00
Joop Stakenborg, PG4I d57c7fae08 correct rit
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1327 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-21 12:35:09 +00:00
Joop Stakenborg, PG4I b9dc25de4f use rig_passband_normal here
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1318 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-20 10:39:41 +00:00
Joop Stakenborg, PG4I 6acb2908bd add CWR and RTTYR
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1314 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-19 11:02:13 +00:00
Stéphane Fillod, F8CFE 6935d2b33e added new ID; for autoprobe
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1309 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-12-16 18:44:02 +00:00
Stéphane Fillod, F8CFE 1880625972 added initial support for Elecraft K2
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1280 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-13 20:35:18 +00:00
Stéphane Fillod, F8CFE 771cdba6f7 fix for *BSD portability
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1212 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-10-22 20:24:07 +00:00
Joop Stakenborg, PG4I fe859ed462 fix set_level_agc
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1178 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-15 22:35:25 +00:00
Joop Stakenborg, PG4I a133f2ac67 fix get_level_agc
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1177 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-15 22:22:39 +00:00
Joop Stakenborg, PG4I ab7c7811a5 nothing returned by the rig for these commands
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1176 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-13 19:57:39 +00:00
Joop Stakenborg, PG4I 90de55a61e add xit capabilities
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1154 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-04 17:32:42 +00:00
Joop Stakenborg, PG4I 07b14ab10a typo
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1153 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-04 15:10:21 +00:00
Joop Stakenborg, PG4I c97b6db6fa fix get_ctcss_tone by using IF command
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1152 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-04 15:08:23 +00:00
Joop Stakenborg, PG4I b8421bde97 explain set_rit
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1151 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-04 14:36:11 +00:00
Joop Stakenborg, PG4I dd82c7ebe5 add rit capabilities
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1147 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-09-03 18:55:05 +00:00
Stéphane Fillod, F8CFE 947446c506 fix set_vfo/get_vfo for TS-440
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1120 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-10 21:45:44 +00:00
Stéphane Fillod, F8CFE 3a08190627 gcc3 fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1109 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-08 22:53:27 +00:00
Stéphane Fillod, F8CFE 6ba2b89cd0 added TS440 caps
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1092 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-07-05 23:22:11 +00:00
Joop Stakenborg, PG4I 954617c1bd add RIG_LEVEL_RFPOWER
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1035 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-25 00:22:41 +00:00
Joop Stakenborg, PG4I 4c85dfee59 fix signal strength
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1032 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-15 22:58:14 +00:00
Stéphane Fillod, F8CFE 3977664176 fix needed after previous commit. with new kenwood_transaction, the max receive buffer size must be passed. Also included a fix for rig_get_strenght in range expected by frontend (0 = S9).
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1031 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-15 19:43:43 +00:00
Stéphane Fillod, F8CFE 9ed48795a2 factorized th_transaction with kenwood_transaction, killed thd7_* functions and share with th breed rigs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1026 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-13 23:42:43 +00:00
Stéphane Fillod, F8CFE e30a9e2fe6 added TS-850
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@996 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-03-05 20:23:44 +00:00
Joop Stakenborg, PG4I 9bb9589373 additional protocol checks and cleanups
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@970 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-27 20:21:02 +00:00
Joop Stakenborg, PG4I f46fc05f68 first implementation of kenwood_get_ptt
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@962 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-02-18 18:26:08 +00:00
Stéphane Fillod, F8CFE f2e080ee7b added TS-790
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@907 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-24 23:36:54 +00:00
Stéphane Fillod, F8CFE b1c6d63cfc kenwood_set_level first implementation, by Joop PA4TU
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@885 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-19 18:56:00 +00:00
Stéphane Fillod, F8CFE d3112c876c patch from Joop PA4TU: implemented set_func and fixed FAGC
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@860 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-09 23:14:48 +00:00
Francois Retief 74b6a9cdfa added a kenwood_init and _cleanup routine for priv caps & priv data.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@853 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-07 17:54:23 +00:00
Stéphane Fillod, F8CFE c9a2634eac get_level fixes, thanks to Joop PA4TU
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@840 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-06 17:47:23 +00:00
Stéphane Fillod, F8CFE dc2312df09 added TS-50S and TS-950SDX
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@837 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-03 21:42:53 +00:00
Stéphane Fillod, F8CFE fad12c9552 kenwood_get_mode fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@833 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-02 23:38:07 +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 170644f6e5 removed useless vfo arg to set_trn/get_trn funcs
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@780 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-20 07:46:13 +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 f636111753 fix silly bug in kenwood_get_mode
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@736 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-12 22:03:29 +00:00
Stéphane Fillod, F8CFE 15dfc07fd6 added TS-2000
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@734 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-11 21:58:37 +00:00
Stéphane Fillod, F8CFE d286824fef added TH-F7E, preliminary tested ok
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@705 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-11-09 15:44:38 +00:00
Stéphane Fillod, F8CFE 29ade594a6 added TH-D7A
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@696 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-10-18 20:43:13 +00:00
Stéphane Fillod, F8CFE adc6fc184e added TS450S
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@620 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-08-08 21:32:25 +00:00
Stéphane Fillod, F8CFE 1f01081335 converted to LGPL
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@582 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-13 19:08:15 +00:00
Stéphane Fillod, F8CFE c9dc785aaa renamed xet_ctcss to xet_ctcss_tone and xet_dcs to xet_dcs_code to make it less ambiguous in regards to the squelch functions
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@576 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-07-01 11:46:17 +00:00
Stéphane Fillod, F8CFE a00f34d5db added ts570, probe_kenwood and some other new functions
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@575 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-30 23:19:42 +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 bb4c5fa6fa better error handling
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@543 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-12 07:07:11 +00:00
Stéphane Fillod, F8CFE eececd4e02 misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@530 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-06-04 21:18:39 +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 5fd766993f mispelling fixes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@490 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-22 21:59:26 +00:00
Stéphane Fillod, F8CFE ae4d375ef8 * further work on the kenwood backend, still untested\!
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@487 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-05-15 22:05:26 +00:00
Stéphane Fillod, F8CFE e9bf10c083 * added kenwood_set_trn/kenwood_get_trn (untested)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@441 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-04 13:08:33 +00:00
Stéphane Fillod, F8CFE a37d228615 * misc update
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@430 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-03-02 18:43:25 +00:00
Stéphane Fillod, F8CFE 08a7c48d05 * misc rewrite
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@406 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-02-27 23:06:53 +00:00
Stéphane Fillod, F8CFE 205d2fbac6 * Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@306 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-12-23 08:40:14 +00:00