Mike Black W9MDB
820e4d4310
Fix compilation of misc.c with gmtime_r replacement function for mingw
...
https://github.com/Hamlib/Hamlib/issues/784
2021-09-02 17:08:10 -05:00
Mike Black W9MDB
6de4588335
Do not do vfo_fixup on satmode rigs
...
https://github.com/Hamlib/Hamlib/issues/782
2021-09-01 12:45:29 -05:00
Mike Black W9MDB
7a5834a9a3
Fix bogus sscanf in kpa_get_powerstat -- function would not work
2021-09-01 09:11:00 -05:00
Mike Black W9MDB
acac64c116
Really fix icom_set_func so that it can also turn off DUAL_WATCH
2021-09-01 09:08:13 -05:00
Mike Black W9MDB
3e3436bdce
Fix gp2000_get_mode bogus sscanf -- potential seg fault function would not work
2021-09-01 09:06:23 -05:00
Mike Black W9MDB
ee56688003
Fix icom_set_func so that it can also turn off DUAL_WATCH
...
In ic756.c remove ic756_set_func and use icom_set_func instead
2021-09-01 09:00:56 -05:00
Michael Black
9fad079730
Merge pull request #780 from wutje/yeasu_cmmd_indirection_removal
...
Yaesu cmnd indirection removal
2021-09-01 06:06:12 -05:00
Nate Bargmann
fe789607d0
Update for 4.4 release
2021-08-31 21:09:55 -05:00
Nate Bargmann
45e0db787d
Advance to version 4.4~git
2021-08-31 21:09:30 -05:00
Nate Bargmann
53104cac3c
Change release date to 2021-09-01
2021-08-31 21:00:22 -05:00
Mike Black W9MDB
cd8acd5c1f
Update NEWS for 4.3 release
2021-08-30 17:38:00 -05:00
Wouter van Gulik
2ed6142851
Drop pointless rig_s assignment from Yeasu code.
...
rig_s was assigned once and use once, better use rig->state direct;
it gives less code to read.
Also dramatically shrinked send_priv_cmd for ft1000mp, ft100, ft600,
ft747 and ft847 by simply using ncmd direct instead of via a variabel.
2021-08-30 22:42:51 +02:00
Mike Black W9MDB
03ebf857a9
Update rotctl.1 man page
2021-08-30 15:19:16 -05:00
Wouter van Gulik
261825fa27
Stop copying table to private data, use table direct.
...
The table is never written so there is no point makeing the copy;
it only adds confusion for a programmer.
2021-08-30 21:48:59 +02:00
Mike Black W9MDB
eaa39df66b
Update tests/Makefile.am to not remove build scripts
2021-08-30 10:41:05 -05:00
Mike Black W9MDB
4c0781560d
astyle files
2021-08-30 10:04:50 -05:00
Mike Black W9MDB
9032e3e58b
Improve ser_open error message
2021-08-30 10:01:36 -05:00
Mike Black W9MDB
5c00d46cc3
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2021-08-30 08:46:55 -05:00
Mike Black W9MDB
f65022b4ca
If set_split_freq_mode is called when split=off we'll turn on split based on current vfo selection
...
https://github.com/Hamlib/Hamlib/issues/764
2021-08-30 08:45:56 -05:00
Michael Black
118dcbb35f
Merge pull request #779 from cjritola/fcdppAug2021
...
Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766
2021-08-30 08:25:26 -05:00
Mike Black W9MDB
53b67d24ec
Fix Startup information in rigctl and rigctld
2021-08-29 23:32:29 -05:00
Chuck Ritola
dc47740c40
Map FCDPP LNA and Mixer Gain as PREAMP values. Closes #766
2021-08-30 00:18:42 -04:00
Mike Black W9MDB
a0672e4f7e
Fix rigctl/rigctld interaction regression from issue 773
...
https://github.com/Hamlib/Hamlib/issues/778
https://github.com/Hamlib/Hamlib/issues/773
2021-08-29 09:59:47 -05:00
Mike Black W9MDB
f6b57e147d
Make kenwood set_split_vfo behave the same as set_vfo in both directions
...
https://github.com/Hamlib/Hamlib/issues/746
2021-08-29 08:29:26 -05:00
Mike Black W9MDB
36387c8af7
Put rigctl flow debug in if statement
...
https://github.com/Hamlib/Hamlib/issues/773
2021-08-29 00:03:27 -05:00
Mike Black W9MDB
d16fa490d7
Fix display of arguments for rigctl non-readline version
...
https://github.com/Hamlib/Hamlib/issues/773
2021-08-28 23:44:35 -05:00
Mike Black W9MDB
2c8092d21b
For kenwood rigs reset split after set_vfo FR command if needed
...
Side effect of this change is support of reverse split by changing to VFOB
https://github.com/Hamlib/Hamlib/issues/746
2021-08-28 22:35:16 -05:00
Mike Black W9MDB
004efafda7
Remove unnecessary set_mode command from TARGETABLE_MODE Icom rigs
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-28 17:09:27 -05:00
Mike Black W9MDB
9efa3c7259
Fix testcache.c
2021-08-28 10:31:00 -05:00
Mike Black W9MDB
996dbbfa1a
Remove override of PKTUSB mode for Icom rigs -- don't think we need this
...
Was causing mode toggling on IC7300 during PTT transitions in JTDX
2021-08-28 10:21:16 -05:00
Mike Black W9MDB
f552e3f0e8
Fix set_split_vfo to use correct RX vfo instead of TX vfo
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-28 09:54:37 -05:00
Mike Black W9MDB
9f0d5951cb
Move Startup message after debug_set_level in rigctld.c
2021-08-28 09:53:19 -05:00
Mike Black W9MDB
1b52a009ef
Move Startup debug line after set_debug_level
2021-08-28 09:10:35 -05:00
Mike Black W9MDB
4653aa2f6e
astyle files
2021-08-27 22:25:53 -05:00
Michael Black
4e1d243156
Merge pull request #776 from KaComet/master
...
Corrected modes for FT-736R.
2021-08-27 22:23:10 -05:00
kacomet
574f22b096
Corrected modes for FT-736R. The FT-736 supports SSB, CW, FM, FM-N (narrowband FM,) CW-N (narrowband CW.) Now, the FM-N and CW-N modes can be set from rigctl. Passbands have also been corrected to the values in the manual.
2021-08-27 19:41:38 -05:00
Mike Black W9MDB
7bddd99cd8
Remove RX from kenwood.c -- did not put rig on VFOA
...
https://github.com/Hamlib/Hamlib/issues/746
2021-08-27 18:00:11 -05:00
Mike Black W9MDB
06513a6869
Remove another unneeded vfo swap from icom rigs
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 17:24:31 -05:00
Mike Black W9MDB
b41f706eda
Fix uninitialized warning in rig.c
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 15:51:02 -05:00
Mike Black W9MDB
f6b54df7c7
Fix some more unnecessary vfo swapping
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 15:46:23 -05:00
Mike Black W9MDB
fe8c02bba0
Add RX command to kenwood rigs hopefully setting VFO to VFOA after split set
...
FT450 and others turn split off doing FR0 and FT1; leaves the rig on VFOB
https://github.com/Hamlib/Hamlib/issues/746
2021-08-27 13:08:15 -05:00
Mike Black W9MDB
5a0590d421
Finish up targetable_ptt logic
...
Was causing unnecessary vfo swapping
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 12:50:53 -05:00
Mike Black W9MDB
0016d5a933
Move TARGETABLE_PTT logic to the set_ptt routine
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 12:32:37 -05:00
Mike Black W9MDB
0d9bcbf9bf
Fix possilbe segfault last patch
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 12:16:35 -05:00
Mike Black W9MDB
03fe6f6500
Allow all Icom, Kenwood, Yaesu to avoid VFO swapping
...
https://github.com/Hamlib/Hamlib/issues/762
https://github.com/Hamlib/Hamlib/issues/430
2021-08-27 12:04:16 -05:00
Mike Black W9MDB
49e59083f0
Change kenwood set_split to check split instead of priv->split
...
https://github.com/Hamlib/Hamlib/issues/746
2021-08-26 22:49:41 -05:00
Mike Black W9MDB
aa9b9196b4
Fix Kenwood FR/FT sequencing
...
https://github.com/Hamlib/Hamlib/issues/746
2021-08-26 16:31:37 -05:00
Mike Black W9MDB
32cd11a4a8
Fix typo in scripts/Makefile.am
2021-08-26 08:53:44 -05:00
Mike Black W9MDB
2aa7895624
Add build script for jtsdk to Makefile.am
2021-08-26 08:47:52 -05:00
Mike Black W9MDB
66470668b6
Add ax_cxx_compile_stdcxx.m4 to macros/Makefile.am
2021-08-26 07:22:52 -05:00