Michael Black
1b5f59577f
Add warning in rig.h for thread_local missing
2019-08-01 22:41:56 -05:00
Michael Black
a86551f64c
Change debug level in flrig.c modeMapGetHamlib
2019-07-31 23:15:27 -05:00
Michael Black
08df457ab2
Restore else clause in network.c -- mistakenly removed
2019-07-31 23:13:35 -05:00
Michael Black
665b3583b0
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2019-07-31 16:19:43 -05:00
Michael Black
3dce8b01d1
Make rigctld thread safe for vfo_mode and ext_resp and change other globals to thread_local for future reference
2019-07-31 16:03:46 -05:00
Michael Black
6d28b6b1b1
Adding thread_local definition to rig.h
2019-07-31 15:48:35 -05:00
Michael Black
12fd5100d5
Adding amptest.sh
2019-07-31 15:47:50 -05:00
Michael Black
4ca11325b5
Fix flrig for 64-bit mode
2019-07-31 15:45:11 -05:00
Michael Black
d6a72d15bf
Remove redundant check in dumpcaps.c
2019-07-31 15:13:34 -05:00
Michael Black
0f404dea20
Remove unneeded debug in network_flush
2019-07-31 12:37:06 -05:00
Michael Black
436449211f
Make rigctld_vfo_mode a stack variable for threading
2019-07-31 10:56:21 -05:00
Nate Bargmann
aadb00182a
Merge pull request #121 from mdblack98/master
...
Remove old comment in k3.c
2019-07-31 08:23:53 -05:00
Michael Black
120637d87d
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2019-07-24 07:43:03 -05:00
Michael Black
7872b99c6a
Remove old comment in k3.c
2019-07-24 07:41:47 -05:00
Nate Bargmann
e5a286dd23
Merge branch 'master' of https://github.com/zisi/Hamlib into zisi-master
2019-07-21 13:27:14 -05:00
Michael Black
622fede79f
Add flush to flrig.c
2019-07-20 11:43:40 -05:00
Michael Black
1fb757dd86
Add timeouts to ft1000d and promot to beta..work with WSJT-X but rig split does not work yet
2019-07-20 08:29:07 -05:00
Michael Black
8bf07d2c63
Fix mode set in flrig.c
2019-07-19 16:44:52 -05:00
Agis Zisimatos
4b6fb8f869
easycomm: Return the correct value of pointer val
...
Add value of ackbuf into value of val instead of
the address, because isn't the same after the call
of function easycomm_rot_get_conf().
Signed-off-by: Agis Zisimatos <agzisim@gmail.com>
2019-07-16 23:44:48 +03:00
Michael Black
505273e123
Fix segfault in flrig.c
2019-07-16 11:05:13 -05:00
Nate Bargmann
5b5e39d86f
Merge branch 'ft891-power' of https://github.com/jothan/Hamlib into jothan-ft891-power
2019-07-11 07:26:55 -05:00
Nate Bargmann
a91334d2b1
Merge branch 'master' of https://github.com/acinonyx/Hamlib into acinonyx-master
2019-07-11 07:13:24 -05:00
Jonathan Bastien-Filiatrault
569b029275
Scale power values correctly for Yaesu FT-891.
2019-07-10 21:32:07 -04:00
Vasilis Tsiligiannis
1d91ed9975
easycomm: Fix futile check of speed range
...
The conditional expression in which the speed parameter is validated
is such that it can never become true. This looks like an error
inadvertently introduced.
Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
2019-07-10 19:22:12 +03:00
Jonathan Bastien-Filiatrault
cdd77ae71e
Allow setting split mode without smashing the VFOB frequency.
2019-07-09 21:50:15 -04:00
Jonathan Bastien-Filiatrault
67181bf846
Correct FT; command that does not exist on the FT-891.
...
This command exists on the FT-991, but the FT-891 returns
"?". Replacing this command with the ST; command that exists as per
the CAT reference, everything falls into place.
This patch enables me to use WSJT-X with rigctld.
WSJT-X was outputing a "timeout while getting VFO frequency" error.
2019-07-09 20:45:58 -04:00
Nate Bargmann
23bb1cfc18
Update Windows build scripts
...
Update build scripts for use on Debian Stretch.
Add ampctl.exe and ampctld.exe to binary builds.
2019-06-26 19:40:10 -05:00
Nate Bargmann
ecf95912b1
Add amp header files for distribution
2019-06-26 19:38:36 -05:00
Nate Bargmann
2b6ef3076d
Merge branch 'master' of https://github.com/mdblack98/Hamlib into mdblack98-master
2019-06-26 18:42:38 -05:00
Michael Black
bb2d9ce991
Fix Makefile.am
2019-06-26 11:40:41 -05:00
Nate Bargmann
f723ea1e4b
Merge branch 'master' of https://github.com/mdblack98/Hamlib into mdblack98-master
2019-06-26 09:25:53 -05:00
Michael Black
cf2a551524
Fixup some amplifier code
2019-06-26 06:39:42 -05:00
Michael Black
76370c32f2
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2019-06-26 06:03:15 -05:00
Michael Black
6b0dcc30c9
Adding README.elecraft
2019-06-25 22:38:25 -05:00
Nate Bargmann
cf75f3fdf7
Merge branch 'master' of https://github.com/mdblack98/Hamlib into mdblack98-master
2019-06-25 18:59:21 -05:00
Bill Somerville
8465a76fd2
Ensure compilation works with a pre C11 compiler
2019-06-16 23:14:46 +01:00
Michael Black
b7ee4109ca
Fix termios to return timeout value when timeout occurs
2019-06-12 16:38:58 -05:00
Michael Black
7d8ad6f47c
Fix dumpcaps.c prntbuf warning
2019-06-12 16:25:13 -05:00
Michael Black
9bbbfa953e
Fix rig.h for merge
2019-06-12 16:23:15 -05:00
Michael Black
b23734fb5b
Fix rig.h for merge
2019-06-12 16:13:56 -05:00
Michael Black
7e9c566944
Add first cut at amplifier control
2019-06-12 15:52:35 -05:00
Michael Black
c61a62bec5
Fix termios debug statement
2019-06-12 12:15:01 -05:00
Michael Black
5e36d5c11b
Add some levels to TS590
2019-06-10 23:06:44 -05:00
Michael Black
7eaabddcb5
Improve thd72 ops
2019-06-10 23:05:14 -05:00
Mikael Nousiainen
d8f05247a1
Add LVL_KEYSPD and LVL_CWPITCH ranges for IC-9700
2019-06-10 23:46:10 +03:00
Mikael Nousiainen
624c6ab3f7
Icom: Add missing break keyword for RIG_LEVEL_KEYSPD. Fix rounding of RIG_LEVEL_KEYSPD and RIG_LEVEL_CWPITCH. Set correct ranges for LVL_KEYSPD and LVL_CWPITCH on many Icom rigs.
2019-06-10 23:42:05 +03:00
Johan Ström
af7bb1a0fc
Backup serial options on open, restore on close
...
Before altering the serial port settings, make a copy of the settings
and track it by the fd. On serial port close, restore the original
settings for that port.
On Mac OS the Prolific PL2032 kernel driver locks up if closing without
first restoring the options. When this happens, further usage of the port
is impossible until computer is rebooted, which cannot even be done
without a hard power-off.
With this fix, a clean close make sure we can re-open the port again.
2019-06-09 23:22:18 +02:00
Nate Bargmann
1f6db44497
Merge branch 'improve-caps-icom-elecraft' of https://github.com/mikaelnousiainen/Hamlib into mikaelnousiainen-improve-caps-icom-elecraft
2019-06-06 20:17:20 -05:00
Mikael Nousiainen
88c1ba14a5
Fix rig_model for Elecraft KX2 and KX3
2019-06-06 22:06:24 +03:00
Mikael Nousiainen
85f3acca47
More improvements to Icom backends: Remove RIG_FUNC_FAGC from backends that support proper AGC levels. Move rig-specific code from icom_set_parm/icom_get_parm to rig backends. Remove civ_version definition, as there is no such concept in CI-V command sets: all rig-specific commands were moved to their respective backends, so the shared Icom code is a bit cleaner now. Introduce icom_set_custom_parm/icom_get_custom_parm helper functions for executing rig-specific commands.
2019-06-04 23:48:30 +03:00