Wykres commitów

7344 Commity (4.2.1)

Autor SHA1 Wiadomość Data
Mike Black W9MDB b9faf48a17 Fix FLRig detection of fast modes
Timing on ANAN 100 at 115200 is 136ms with freq confirm and 4ms in fast mode
2021-04-03 23:16:57 -05:00
Mike Black W9MDB a42142312f Fix FLRig use of fast functions.
Defaults to fast functions if they are available.
param FAST_SET_FREQ 0 to turn on confirmation calls for set_freq
param FAST_SET_PTT 0 to turn on confirmation calls for set_ptt
2021-04-03 16:52:35 -05:00
Mike Black W9MDB fb9c1eac38 Fix FLRig set_VFOA to be default
Add FAST_SET_FREQ and FAST_SET_PTT params to enable new function calls in FLRig for fast VFO/PTT setting
This should better support Doppler speed in SATPC32 and gpredict
2021-04-03 14:28:15 -05:00
Mike Black W9MDB 92e40eca30 In rig.c reduce tx_range from ERR to VERBOSE -- it's not fatal at all
Was causing problems with powershell execution detecting the error condition
2021-04-03 10:32:43 -05:00
Mike Black W9MDB 35d945e002 Add 100ms sleep to kenwood.c after set_ptt OFF
In kenwood.c when ? reply is receive write the transaction again instead of just reading
https://github.com/Hamlib/Hamlib/issues/644
2021-04-02 16:36:46 -05:00
Mike Black W9MDB 02c985ce3d Add FLRig set_vfoA_fast detection and use it by default
Need to add option to use the regular set_vfoA
2021-04-02 12:07:34 -05:00
Mike Black W9MDB ca9667a47e Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-04-02 10:28:47 -05:00
Mike Black W9MDB a3fe52ea6c In FlRig make rig.get_xcvr null answer non-fatal 2021-04-02 10:28:14 -05:00
Michael Black W9MDB 04b4b83f15 Add a ptt check to ensure ptt is off for FTDX3000 and FTDX5000
Will wait up to 300ms for PTT off to occur
Should help prevent trying to set freq while ptt is on
https://github.com/Hamlib/Hamlib/issues/639
2021-04-02 08:19:15 -05:00
Michael Black W9MDB c5b0b97383 Add comment to RIG_TARGETABLE_VFO
https://github.com/Hamlib/Hamlib/issues/643
2021-04-02 08:07:26 -05:00
Michael Black W9MDB 0794e6e1e6 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-04-02 08:04:37 -05:00
Michael Black W9MDB 33f299d16d Change get_vfo_info return VFOA cached mode/width when TARGETABLE_VFO is false
https://github.com/Hamlib/Hamlib/issues/643
2021-04-02 08:03:13 -05:00
Mike Black W9MDB 8e1fae4ea4 Fix rig_set_split_freq in rig.c -- was not setting freq at all for non-targetable rigs
https://github.com/Hamlib/Hamlib/issues/640
2021-04-01 08:02:49 -05:00
Mike Black W9MDB ac5a94a6f1 Fix debug statement in rig.c 2021-04-01 07:57:49 -05:00
Mike Black W9MDB ca090e258c Force rig_set_split_freq_mode to use VFOB
https://github.com/Hamlib/Hamlib/issues/640
2021-03-31 22:55:36 -05:00
Mike Black W9MDB 42c842c1a5 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-31 22:17:09 -05:00
Mike Black W9MDB da46e7cbdf Remove 3.8 python check from configure.ac to enable Mac python bindings work on python 3.8/3.9
https://github.com/Hamlib/Hamlib/issues/642
2021-03-31 22:16:21 -05:00
Michael Black W9MDB bcb3aaf162 Increase flrig timeout to 2 seconds 2021-03-31 16:37:46 -05:00
Mike Black W9MDB 92a4b76c0b Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-31 16:29:03 -05:00
Michael Black W9MDB c6608569fc Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-31 11:41:06 -05:00
Michael Black W9MDB 36fbb26655 Fix parsing of targetable_vfo in netrigctl.c 2021-03-31 11:40:48 -05:00
Mike Black W9MDB ebbf96efac Fix spelling error in rig.c 2021-03-31 07:41:16 -05:00
Mike Black W9MDB 169c0ed2b5 Fix rig_set_split_vfo to use tx_vfo on non-vfo swap check
https://github.com/Hamlib/Hamlib/issues/640
2021-03-30 23:05:04 -05:00
Michael Black W9MDB b696391a66 Try another method of setting Icom default vfo 2021-03-30 15:40:17 -05:00
Michael Black W9MDB b16eb6ac42 Force Icom rigs to MAIN_A on open 2021-03-30 14:48:41 -05:00
Michael Black W9MDB ea269b224c Fix vfo selection for Icom rigs when in split mode
https://github.com/Hamlib/Hamlib/issues/637
2021-03-30 14:43:57 -05:00
Michael Black W9MDB 1bac47ecc1 Add VFO abtstraction info 2021-03-30 12:04:16 -05:00
Michael Black W9MDB dcf7d10b25 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-30 11:49:25 -05:00
Michael Black W9MDB fffaf27f87 Change icom.c to use Main instead of Main_A and Sub instead of Main_B
https://github.com/Hamlib/Hamlib/issues/637
2021-03-30 11:48:25 -05:00
Michael Black W9MDB 91527ccd54 Fix merge error in ft857.c
https://github.com/Hamlib/Hamlib/issues/636
2021-03-30 11:25:13 -05:00
Michael Black W9MDB 3317dd3d7a Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-30 10:54:39 -05:00
Michael Black W9MDB 0063cb7549 In ft857.c add a 200ms delay during set_ptt OFF -- seems to take a while to come out of TX
https://github.com/Hamlib/Hamlib/issues/636
2021-03-30 10:53:47 -05:00
Michael Black W9MDB e70d33f59d Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-29 23:40:20 -05:00
Michael Black W9MDB ff659d9c74 Reverse MD6/MD9 for k3.c
https://github.com/Hamlib/Hamlib/issues/638
2021-03-29 23:39:29 -05:00
Mike Black W9MDB f6dc32778b Reduce verbosity in iofunc.c 2021-03-29 13:01:26 -05:00
Mike Black W9MDB f55fcd9353 Remove checks for VFO_CURR from FT847 FT857 FT897 -- we don't care what VFO is requested 2021-03-29 12:45:45 -05:00
Mike Black W9MDB d18f540b35 Fix FT857 unnecessary vfo check in ft857_set_split_freq_mode
https://github.com/Hamlib/Hamlib/issues/636
2021-03-29 12:40:11 -05:00
Michael Black W9MDB 0f0dad177b Reduce timeout in flrig.c -- timeouts causing problems with Log4OMV2 2021-03-28 14:35:20 -05:00
Michael Black W9MDB 89da1b9341 Revert kenwood RTTY/RTTYR and fix k3.c's DT mode to match it
https://github.com/Hamlib/Hamlib/issues/576
2021-03-28 12:31:33 -05:00
Michael Black W9MDB 6cc8e5a20f Change LIBUSB definitions to cover both conditions
https://github.com/Hamlib/Hamlib/issues/634
2021-03-27 15:35:12 -05:00
Michael Black W9MDB 753cd792d3 Add debug to iofunc.c
https://github.com/Hamlib/Hamlib/issues/635
2021-03-27 15:17:52 -05:00
Michael Black W9MDB 3bcdb1c005 FIx RFPOWER in kenwood.c so read scale matches input scale
https://github.com/Hamlib/Hamlib/issues/630
2021-03-27 14:55:38 -05:00
Michael Black W9MDB c0d11bc8b6 newcat.c VFO_MEM defaults to VFO_A
https://github.com/Hamlib/Hamlib/issues/633
2021-03-27 10:07:33 -05:00
Michael Black W9MDB c831e32db1 Fix icom.c frequency offset when the 0x25 is attempted and fails
https://github.com/Hamlib/Hamlib/issues/629
2021-03-26 23:09:36 -05:00
Michael Black W9MDB 8e89aad2ea During newcat.c AG format check reduce retries to zero to speed it up
https://github.com/Hamlib/Hamlib/issues/630
2021-03-26 22:32:08 -05:00
Michael Black W9MDB 8b82e3f569 Add TARGETABLE_FREQ and TARGETABLE mode to IC705
https://github.com/Hamlib/Hamlib/issues/626
2021-03-26 14:41:38 -05:00
Michael Black W9MDB dd156f74e2 astyle files in preparation for 4.2 release 2021-03-26 14:26:56 -05:00
Michael Black W9MDB 2aec11f5fe Fix Hamlib NET rigctl so it works from WSJT-X/JTDX when rigctld --vfo is used
https://github.com/Hamlib/Hamlib/issues/628
2021-03-26 14:25:32 -05:00
Michael Black W9MDB 4135a65503 Add TARGETABLE_FREQ and TARGETABLE mode to IC7300 IC7610 IC7800 IC785X IC9700
This reduces VFO swapping during get_freq and get_mode operations
Log4OMV2 2.0.12 supports vfo mode using new get_vfo_info call
New debug level RIG_DEBUG_CACHE as it can get very verbose
https://github.com/Hamlib/Hamlib/issues/626
2021-03-26 10:54:11 -05:00
Michael Black W9MDB 7a4190d7ab Add .gdbinit to .gitignore 2021-03-26 10:40:05 -05:00