Wykres commitów

394 Commity (6a79eb3d9a1856a8118a6064a15223ca88ec50cc)

Autor SHA1 Wiadomość Data
Mike Black W9MDB a7ac90e76e Add needed return in ts890s.c 2021-09-11 09:59:39 -05:00
Mike Black W9MDB 1b3b5b70c1 Remove overlapping union reference in flex6xxx.c 2021-09-11 09:58:24 -05:00
Michael Black 196884e3b1
Merge pull request #790 from AuroraRAS/keepgoingndk
Fix compile-time errors in Android NDK environment
2021-09-10 23:31:51 -05:00
Mike Black W9MDB e881993433 Fix segfault in kenwood_set_vfo
https://github.com/Hamlib/Hamlib/issues/794
2021-09-10 05:36:42 -05:00
AuroraRAS b5bd1f4036 Append the missing information to build hamlib v4.3 for Android NDK
The following errors were fixed in this commit:
error: undefined symbol: rig_sprintf_vfo
error: undefined symbol: initrots2_radant
error: undefined symbol: ts890s_caps
2021-09-07 21:30:09 +08: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 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 4653aa2f6e astyle files 2021-08-27 22:25:53 -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 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 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 283281c4cb astyle all files preparing for 4.3 release 2021-08-26 06:49:24 -05:00
Wouter van Gulik 9aec383329 Simplify get_ant by having setting to unknown by default.
Drop setting to default in rigs.
Add some more documentation on get_ant.
2021-08-25 22:13:21 +02:00
Mike Black W9MDB 0965a4382c Fix Kenwood rigs that turn split off during FR command by turning split back on if needed
https://github.com/Hamlib/Hamlib/issues/746
2021-08-22 16:47:29 -05:00
Mike Black W9MDB 9cf4b1658f Move FT1 command to K4 rig only 2021-08-14 23:45:59 -05:00
Mike Black W9MDB 4c91889a10 For Elecraft add a set split after DT$ command in set_split_mode
On the K4 the setting of VFOA was turning split off
https://github.com/Hamlib/Hamlib/issues/748
2021-08-14 22:36:33 -05:00
Mike Black W9MDB 3baa9da839 Add a 2nd try on kenwood.c ID command -- TS450S was failing on 1st try 2021-08-09 16:23:17 -05:00
Mike Black W9MDB e7e5cc063d Fix K4 split problems
https://github.com/Hamlib/Hamlib/issues/748
2021-08-04 22:45:54 -05:00
Mike Black W9MDB f8da39243d Default Kenwood rigs to VFOA and split=off
https://github.com/Hamlib/Hamlib/issues/745
2021-08-04 09:38:15 -05:00
Mike Black W9MDB a8200886bf Ensure kenwood rigs stay in split mode after FR0; command
https://github.com/Hamlib/Hamlib/issues/746
2021-07-19 23:49:48 -05:00
Mike Black W9MDB fe2c0e7723 Update kenwood.h version 2021-07-18 16:19:42 -05:00
Mike Black W9MDB 534246a807 Add TS-890S to rig id list in kenwood.c 2021-07-18 16:14:59 -05:00
Mike Black W9MDB e966508b3a For all kenwoods query split and don't change if not needed
https://github.com/Hamlib/Hamlib/issues/744
2021-07-17 17:02:42 -05:00
Mike Black W9MDB ca7ca873bc Add TARGETABLE_MODE to k3.c
https://github.com/Hamlib/Hamlib/issues/728
2021-06-24 17:48:30 -05:00
Mike Black W9MDB c8439de131 Reverse K3 PKTLSB/PKTUSB sensing
Was causing WSJTX to get a PKTLSB response after sending PKTUSB
These rigs now only set MD when MD needs changing which speeds up the polling cycle
https://github.com/Hamlib/Hamlib/issues/726
2021-06-18 22:58:49 -05:00
Mike Black W9MDB b80ff9330c Add debug to k3.c to chase down mode setting problem
https://github.com/Hamlib/Hamlib/issues/726
2021-06-18 10:35:27 -05:00
Mike Black W9MDB 3b2715463d Change kenwood_set_mode to only change mode if necessary by reading it first
https://github.com/Hamlib/Hamlib/issues/726
2021-06-15 22:35:05 -05:00
Mike Black W9MDB c7b10e0e8f Change K3 rigs to query MD and not set if not a change
K3S was taking 400ms to do MD6; when already in MD6; so query is a lot faster
Will also avoid trying to set mode when PTT is on
https://github.com/Hamlib/Hamlib/issues/722
2021-06-12 10:25:02 -05:00
Mike Black W9MDB e427262a89 Promote thd74 to stable 2021-06-06 23:02:55 -05:00
Mike Black W9MDB fcb2529ed0 Have thd74.c call kenwood_open
https://github.com/Hamlib/Hamlib/issues/718
2021-06-06 07:57:33 -05:00
Mike Black W9MDB 976ba6df02 Add small delay in flex6xxx.c after ptt off -- seems to take a short while to really do it for the ANAN rigs 2021-06-05 22:23:57 -05:00
Mike Black W9MDB 540ca9cce3 Remove empty cmd from thd74.c and bump up to beta
https://github.com/Hamlib/Hamlib/issues/718
2021-06-05 16:54:53 -05:00
Mike Black W9MDB 53476dd14d Remove some more debug 2021-06-01 07:19:00 -05:00
Mike Black W9MDB 92ed52b5f7 Zero out response in flex6xxx.c -- was generating funky error messages 2021-05-27 10:19:49 -05:00
Mikael Nousiainen 252a3ead63 Add RIG_TARGETABLE_ROOFING to allow Yaesu roofing filter targeting by VFO only for FTDX5000 and FTDX101. Fix TS-480 VOXDELAY level definition. 2021-05-12 23:51:35 +03:00
Mike Black W9MDB 493860dae8 Add ; to k3.c to please the eye 2021-05-07 12:30:14 -05:00
Mike Black W9MDB dd2f0f380e Fix bad variable in ts890.c 2021-05-06 12:21:48 -05:00
Michael Black 0ec349de49
Merge pull request #692 from mikaelnousiainen/fix-kenwood-vox-delay
Fix Kenwood VOX delay unit
2021-05-06 12:15:05 -05:00
Mike Black W9MDB 79a7a915fb Fix TS890 vox delay level 2021-05-06 12:14:17 -05:00
Mikael Nousiainen d0a12e5391 Hamlib VOX delay unit is 1/10th of a second 2021-05-06 18:24:02 +03:00
Mike Black W9MDB 81e3e2e5d2 astyle files 2021-04-29 17:23:37 -05:00
Mike Black W9MDB 604516ed8f Clean up mingw compiler warning for tones.h
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 17:16:51 -05:00
Mike Black W9MDB 386b08dc4f Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 10:49:29 -05:00
Mike Black W9MDB bfa7599687 In kenwood.c skip verification for RU/RD commands.
On the TS-2000 at least it caused Resource temporarily unavailable when sending ID right after RU/RD
https://github.com/Hamlib/Hamlib/issues/677
2021-04-27 17:18:51 -05:00
Mike Black W9MDB a6af56ff53 Fit kenwoods set_rit to move right right direction
https://github.com/Hamlib/Hamlib/issues/677
2021-04-27 07:34:14 -05:00
Mike Black W9MDB a281161fcf Improve kenwood set_rit to use the difference requested instead of restarting at zero
https://github.com/Hamlib/Hamlib/issues/677
2021-04-26 11:32:55 -05:00
Mike Black W9MDB 7ea0a49dcd Re-do get_rit for has_rit2 rigs
If this works should be able to change get_rit in TS480 to the generic kenwood get_rit
https://github.com/Hamlib/Hamlib/issues/677
2021-04-25 23:20:34 -05:00
Mikael Nousiainen 9ca111a5a5 Fix RIT for TS-480 2021-04-25 17:19:16 +03:00
Mikael Nousiainen 95b08de780 Fix RIT for TS-480 2021-04-25 17:14:59 +03:00