Wykres commitów

7645 Commity (Hamlib-4.3)

Autor SHA1 Wiadomość Data
Mike Black W9MDB c3b4eafc2c Add new xml tag to flrig.c 2021-07-21 23:02:14 -05:00
Mike Black W9MDB 7d5fa7dc88 Add new xml tag to flrig for identifying the client...will help debugging. 2021-07-21 22:59:53 -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 a092f1f630 Fix spelling error in icom.c 2021-07-19 22:58:19 -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 4e4c93ff73 Fix c++ rig class 2021-07-15 17:26:48 -05:00
Mike Black W9MDB f147484b1d Fix rigclass.h to use default instead of delete
Test program was failing with delete
2021-07-15 16:24:39 -05:00
Mike Black W9MDB a88bd7238b Make rigclass.h more C++ agnostic 2021-07-15 16:15:27 -05:00
Mike Black W9MDB cb892602b4 Do not change TX_VFO when VFO_B is passed to vfo_fixup and split is off
https://github.com/Hamlib/Hamlib/issues/741
2021-07-15 15:59:28 -05:00
Mike Black W9MDB 26dffeef4d Fix misc.c vfo_fixup to not change VFOB when VFOB requested
https://github.com/Hamlib/Hamlib/issues/741
2021-07-15 15:50:22 -05:00
Mike Black W9MDB a6d91eb8a8 Change vfo_fixup to default to VFO_A when not in split mode
Was staying on VFO_B when VFO_B was requested
https://github.com/Hamlib/Hamlib/issues/741
2021-07-15 15:32:32 -05:00
Mike Black W9MDB 756f8052fc Minimize 0x25cmdfails resets to only when satmode changes
https://github.com/Hamlib/Hamlib/issues/741
2021-07-15 10:19:33 -05:00
Mike Black W9MDB 7a3f00c57f Add debug configure to README 2021-07-14 23:13:17 -05:00
root dbdf86fa9a Fix testcache.c to avoid modifying constant 2021-07-14 23:22:46 -04:00
root dd376a1267 Fix c++ compile for compilers that need the -std=c++11 switch
https://github.com/Hamlib/Hamlib/issues/740
2021-07-14 23:21:32 -04:00
Mike Black W9MDB 2c57bc51d5 Reduce unnecessary warning messages in rig.c 2021-07-13 15:49:15 -05:00
Mike Black W9MDB 0fecf4f587 Update version and status for rs_hfiq.c 2021-07-12 23:50:28 -05:00
Michael Black b7f4722603
Merge pull request #739 from cjritola/fixesJuly2021
Use loop to ensure RS-HFIQ hears first command. Closes #738
2021-07-12 23:31:21 -05:00
Chuck Ritola d5231ec0da Use loop to ensure RS-HFIQ hears first command. Closes #730 2021-07-13 00:07:23 -04:00
Mike Black W9MDB 28c8b5a502 Increase timeout in netrigctl.c to 10000 to allow for worst case rig
Most rigs will have their timeout set to the rig's timeout plus 500ms.
2021-07-12 11:22:26 -05:00
Mike Black W9MDB 91b3d26837 For all rigs avoid setting mode while PTT is on
https://github.com/Hamlib/Hamlib/issues/737
2021-07-12 08:57:02 -05:00
Mike Black W9MDB 4f500ae8e8 Back out change to register.c 2021-07-09 06:46:38 -05:00
Mike Black W9MDB 6bdb82bc54 Fix some vfo swapping issues for Icom rigs
https://github.com/Hamlib/Hamlib/issues/734
2021-07-08 13:14:42 -05:00
Mike Black W9MDB b83b8aba60 register.c now correctly burps when bad model# is used
https://github.com/Hamlib/Hamlib/issues/735
2021-07-08 12:50:28 -05:00
Mike Black W9MDB 53adea283c Fix regsiter.c so c++ make check works
Another solution to this needed
https://github.com/Hamlib/Hamlib/issues/735
2021-07-08 11:56:10 -05:00
Mike Black W9MDB cc089335b0 Adjust RIG_BACKEND_NUM in register.c so it can detect bad rig numbers
https://github.com/Hamlib/Hamlib/issues/735
2021-07-08 11:26:11 -05:00
Mike Black W9MDB 65c77953f8 Add MainA/B SubA/B to icom.c
https://github.com/Hamlib/Hamlib/issues/730
2021-07-05 17:04:24 -05:00
Mike Black W9MDB 21ade6493a Add MainA/B and SubA/B to dummy rig for testing
Add debug cache display for same when applicable
https://github.com/Hamlib/Hamlib/issues/730
2021-07-05 11:24:07 -05:00
Mike Black W9MDB dd0187ede6 Fix Icom rig 0x25 command for set mode with data and no width change
Fix Icom rigs not working with rigtctld and 0x25 command
https://github.com/Hamlib/Hamlib/issues/733
2021-07-03 22:16:33 -05:00
Mike Black W9MDB 716fbb7643 Fix MAIN_B pointing to priv->vfo_mainb in dummy.c 2021-07-02 16:23:30 -05:00
Mike Black W9MDB 4e0107e988 Make 100Hz freq truncation work on 32-bit compilers in dummy.c 2021-07-01 07:22:02 -05:00
Mike Black W9MDB 76527afba5 Block 100Hz resolution logic from dummy.c 2021-06-30 13:01:45 -05:00
Mike Black W9MDB 466afd5d3f Fix WSJTX rig split behavior with rigctld -- was setting VFOA to VFOB freq
https://github.com/Hamlib/Hamlib/issues/721
2021-06-28 22:27:26 -05:00
Mike Black W9MDB 75687ea273 Show startup arguments for rigctl and rigctld 2021-06-28 10:11:29 -05:00
Mike Black W9MDB 185d182a42 Add RIG_TARGETABLE_MODE to FT991
Will allow proper split ops to set mode on VFOB
https://github.com/Hamlib/Hamlib/issues/731
2021-06-28 08:44:11 -05:00
Mike Black W9MDB 1f91bdb7a6 Fix compile warnings in testrig.c 2021-06-25 07:31:15 -05:00
Mike Black W9MDB 217a978ab9 Fix split control for K3 and probably other rigs too
https://github.com/Hamlib/Hamlib/issues/728
2021-06-24 23:41:50 -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 b340d594f0 Re-enable rig_flush due to command stacking occurring on K3 (and probably others)
https://github.com/Hamlib/Hamlib/issues/728
2021-06-22 10:53:28 -05:00
Mike Black W9MDB dd2ed945fd Change default multicast to 0.0.0.0 for now until implemented and tested
https://github.com/Hamlib/Hamlib/issues/695
2021-06-21 16:52:27 -05:00
Mike Black W9MDB 72da9f645c Fix ptt settings using rigctld -P
https://github.com/Hamlib/Hamlib/issues/727
2021-06-21 16:48:06 -05:00
Mike Black W9MDB eaff946c26 In prm80 move misc.h include in prm80.c to prm80.h
Should fix compilation problem on Open BSD 6.9
2021-06-20 07:30:24 -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 beede15b7b Change debug a bit in rig.c 2021-06-16 10:35:38 -05:00
Mike Black W9MDB b7e77aa83f Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-06-16 10:14:42 -05:00
Mike Black W9MDB c72517eafa Move loop declaration outside the for statement in rig.c
Also got rigctld working with WSJTX -- but not JTDX yet
https://github.com/Hamlib/Hamlib/issues/721
2021-06-16 10:13:45 -05:00
Mike Black W9MDB 2a8ca81848 Move loop declaration outside the for statement in rig.c 2021-06-16 10:11:45 -05:00