Wykres commitów

7102 Commity (753cd792d34ae966fc2b0507540c739ccdd25cf2)

Autor SHA1 Wiadomość Data
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
Michael Black W9MDB db4f164427 Move hamlibdatetime.h .gitignore location 2021-03-26 10:38:48 -05:00
Michael Black W9MDB 33e9839080 Add vfo list printout to testrig.c 2021-03-26 10:31:59 -05:00
Michael Black W9MDB 377bea198c Change BACKEND_IMPEXP to HAMLIB_CPP_IMPEXP in C++ includes to avoid potential collisions 2021-03-24 08:36:19 -05:00
Michael Black W9MDB f84b704c13 build-w32.sh with --python-binding does not work yet -- deferring to Hamlib 4.3 2021-03-24 07:03:37 -05:00
Michael Black W9MDB eb952ad75f In icom.c have set_vfo return RIG_OK immediately when VFO_CURR is requested
https://github.com/Hamlib/Hamlib/issues/625
2021-03-23 12:08:58 -05:00
Michael Black W9MDB 86ca6de85f Change rig_get_freq call to use VFO_CURR instead of vfo to avoid looping
https://github.com/Hamlib/Hamlib/issues/625
2021-03-23 11:03:57 -05:00
Michael Black W9MDB cb9d2e064c Comment out loop logic in rig_set_split_freq_mode -- seems to causing a permanent loop -- why?
https://github.com/Hamlib/Hamlib/issues/625
2021-03-23 08:57:45 -05:00
Michael Black W9MDB b90cd8b8c7 Fix MainB caching
Satmode ops now maps Sub vfo to Sub_A
https://github.com/Hamlib/Hamlib/issues/620
2021-03-23 08:08:21 -05:00
Michael Black W9MDB 09474b17fb Reset x25cmdfails when satmode is changed 2021-03-22 16:04:55 -05:00
Michael Black W9MDB 3b84802846 Fix MainB in misc.c 2021-03-22 15:35:12 -05:00
Michael Black W9MDB f0a82fa2bf Fix icom.c vfo detection
https://github.com/Hamlib/Hamlib/issues/624
2021-03-22 07:54:46 -05:00
Michael Black W9MDB 79b5142c44 Fix tests/Makefile.am to build all tests items correctly 2021-03-21 22:56:43 -05:00
Michael Black W9MDB 21426c1eef Fix tests/Makefile.am to refer to correct hamlibdatetime.h 2021-03-21 22:29:20 -05:00
Michael Black W9MDB 0ba0b55b87 Remove debug from rigctl_parse.c 2021-03-20 23:19:01 -05:00
Michael Black W9MDB 8c11f888a3 Fix rigctld return blank mode for rig_get_vfo_info 2021-03-20 16:58:38 -05:00
Michael Black W9MDB ae3fef1e0c Disable set_ptt confirmation logic. Seems many rigs can't deal with it.
https://github.com/Hamlib/Hamlib/issues/623
2021-03-20 16:57:46 -05:00
Michael Black W9MDB 1fdbebd7b2 Fix rigctlcom VFOB set_freq
https://github.com/Hamlib/Hamlib/issues/620
2021-03-20 11:51:41 -05:00
Michael Black W9MDB bb43078b25 More work on SATMODE for rigctlcom.c
https://github.com/Hamlib/Hamlib/issues/620
2021-03-20 11:21:11 -05:00
Michael Black W9MDB 80e199b302 Add satmode detection for Icom rigs like IC9700
In satmode VFOB/Sub now maps to SubA (2nd VFO)
https://github.com/Hamlib/Hamlib/issues/621
2021-03-20 08:07:16 -05:00
Michael Black W9MDB 950163f1a4 Rigs like IC9700 with MainA/B will have VFOA/Main mapped to MainA and VFOB/Sub mapped to MainB
No known use for SubA/SubB yet
https://github.com/Hamlib/Hamlib/issues/621
2021-03-19 23:36:33 -05:00
Michael Black W9MDB 1224e9f6ba Move hamlibdatetime.h generation to src directory
https://github.com/Hamlib/Hamlib/issues/617
2021-03-19 23:14:13 -05:00
Michael Black W9MDB 5817096b00 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-03-19 22:57:08 -05:00
Michael Black W9MDB 6eee309b56 Improve rig_get_version and hamlib_version2 information to include commit information
https://github.com/Hamlib/Hamlib/issues/617
2021-03-19 22:56:18 -05:00
Michael Black 7662a6235a
Merge pull request #619 from fillods/prm80_FW_V5
Prm80 fw v5
2021-03-19 15:02:36 -05:00
Michael Black W9MDB dee6bd6524 Add SA command handling to rigctlcom.c
https://github.com/Hamlib/Hamlib/issues/620
2021-03-19 14:59:42 -05:00
Stephane Fillod 8cd4a2e3c4 prm80: remove the "A" command that won't make it into FW V5 2021-03-19 20:51:54 +01:00
Michael Black W9MDB ab0ae7d6b1 https://github.com/Hamlib/Hamlib/issues/618 2021-03-19 11:19:15 -05:00
Michael Black W9MDB c1277b170e Fix Icom icom_get_usb_echo_off to read the freq response when echo is on
This takes into account whatever the response time of the rig is
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 22:46:45 -05:00
Michael Black W9MDB 5b74438b76 DDon't do band select on FDX3000 -- seems to have a problem putting split on all the time 2021-03-18 17:11:19 -05:00
Michael Black W9MDB b9cc75c4a0 Remove all frequency verification as it seems to create problems on some rigs
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 15:40:32 -05:00
Michael Black W9MDB b958e42a0c Fix 10Hz resolution problem with FT1000MP rigs
https://github.com/Hamlib/Hamlib/issues/616
2021-03-18 09:26:17 -05:00
Michael Black W9MDB 30eaa78034 astyle rig.c 2021-03-18 08:16:06 -05:00
Michael Black W9MDB c7c5cd81bc In rig.c change RETURNFUNC calls with functions into separate lines
https://github.com/Hamlib/Hamlib/issues/615
2021-03-18 07:09:58 -05:00
Michael Black W9MDB ab59951e97 astyle files 2021-03-17 07:56:27 -05:00
Michael Black 4201beafcd
Merge pull request #614 from mikaelnousiainen/fix-unnecessary-rig-reopen
Fix unnecessary rig re-open cycles by refactoring rigctl_parse return values
2021-03-17 07:43:37 -05:00
Mikael Nousiainen 90112b5769 First attempt at fixing rigctl_parse return values and unnecessary rig re-open cycles 2021-03-16 23:39:35 +02:00
Michael Black W9MDB 27192d0c81 Fix potential seg faults in icom.c
https://github.com/Hamlib/Hamlib/issues/612
2021-03-16 12:45:30 -05:00
Michael Black W9MDB 0942553687 Fix icom_get_raw_buf
https://github.com/Hamlib/Hamlib/issues/612#issuecomment-800404923
2021-03-16 12:29:01 -05:00
Michael Black W9MDB 5dfb3b8567 Experiment to see if build-w32.sh will build python bindings on nightly build
https://github.com/Hamlib/Hamlib/issues/201
2021-03-15 23:46:36 -05:00
Michael Black W9MDB 8817f12180 Fix rig_set_freq and set_cache_freq so if freq=0 cache is expired
https://github.com/Hamlib/Hamlib/issues/610
2021-03-15 22:55:45 -05:00