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
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
Mike Black W9MDB
f6dc32778b
Reduce verbosity in iofunc.c
2021-03-29 13:01:26 -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
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
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
3b84802846
Fix MainB in misc.c
2021-03-22 15:35:12 -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
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
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 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
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 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
Michael Black W9MDB
3bc39aaec1
astyle files is preparation for 4.2 release
2021-03-15 17:51:22 -05:00
Michael Black W9MDB
1ba72fa725
Improve caching
...
https://github.com/Hamlib/Hamlib/issues/280
https://github.com/Hamlib/Hamlib/issues/606
2021-03-15 11:16:11 -05:00
Michael Black W9MDB
d816d27c74
Fix FlRig conditon where 0Hz can be returned on a network error
...
Was returning a bad error code
If any rig returns 0 Hz freq will be returned from cache instead
I don't think there's anytime we want a zero Hz frequency
2021-03-12 09:02:26 -06:00
Michael Black W9MDB
8e20613771
Fix mingw bogus compiler warning
2021-03-11 13:14:42 -06:00
Michael Black W9MDB
2f40735ed7
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2021-03-11 13:12:47 -06:00
Michael Black W9MDB
0f82f0d1a8
Fix for mingw compiler bogus warning message
2021-03-11 13:12:17 -06:00
Michael Black W9MDB
198f1cb43e
Remove some cache debug
2021-03-11 08:51:30 -06:00
Michael Black W9MDB
3f83cb6b6d
Reduce debug in misc.c cache info
2021-03-11 08:44:29 -06:00
Michael Black W9MDB
1d23fb6358
Fix some errors with the HAMLIB_ macro changes
2021-03-11 06:42:21 -06:00
Michael Black W9MDB
7b58661d12
Fix RETURNFUNC -- when RETURNFUNC(function) was used is was calling the function multiple times
...
https://github.com/Hamlib/Hamlib/issues/595
2021-03-10 08:24:33 -06:00
Michael Black W9MDB
74a10af560
Increase msg size
2021-03-09 17:29:29 -06:00
Michael Black W9MDB
59dcb2e9b6
Remove RIG_TARGETABLE_PURE as it was not referenced in any rig
...
https://github.com/Hamlib/Hamlib/issues/414
2021-03-09 00:01:05 -06:00
Michael Black W9MDB
79f58bce6f
Finish rig_get_vfo_list and \get_vfo_list
...
https://github.com/Hamlib/Hamlib/issues/577
2021-03-08 23:42:35 -06:00
Michael Black W9MDB
207f28b256
Add debug to rig.c
...
https://github.com/Hamlib/Hamlib/issues/593
2021-03-08 16:59:22 -06:00
Michael Black W9MDB
0ad32a4f8a
Update logic to suppress bogus set freq error
2021-03-08 16:44:29 -06:00
Michael Black W9MDB
2fa65f11fd
Fix rc return in RETURNFUNC to parenthesize it
2021-03-08 09:56:59 -06:00
Michael Black W9MDB
57ba6800f1
More debug info when frequency cannot be set
2021-03-08 07:31:21 -06:00
Michael Black W9MDB
c1f539b1f6
Add one more level of debug msg history
2021-03-07 12:02:26 -06:00
Michael Black W9MDB
a35f39840c
Fix gai_error to print the status instead of errno
...
https://github.com/Hamlib/Hamlib/issues/589
2021-03-07 11:50:13 -06:00
Michael Black W9MDB
307858f60c
Add RETURNFUNC/ENTERFUNC to network.c
...
https://github.com/Hamlib/Hamlib/issues/514
2021-03-07 11:42:01 -06:00
Michael Black W9MDB
f2586d0acb
Fix macro in usb_port.c
2021-03-06 16:56:22 -06:00
Michael Black W9MDB
2fb96a34b9
astyle sprintflst.c
2021-03-06 14:49:34 -06:00
Michael Black W9MDB
6577c0f564
Common routine for buffer overflow error in sprintflst.c
...
https://github.com/Hamlib/Hamlib/issues/580
2021-03-06 14:49:01 -06:00
Michael Black W9MDB
3d613519d5
Rename macros to avoid collisions with other software
2021-03-06 12:37:53 -06:00
Michael Black W9MDB
3aac60b5df
Add a 50ms sleep between set_ptt and get_ptt -- give the relays a chance
...
https://github.com/Hamlib/Hamlib/issues/587
2021-03-06 09:08:13 -06:00
Michael Black W9MDB
b9afd75110
Expire cache in set_ptt before get_ptt to ensure we read the real ptt status
...
https://github.com/Hamlib/Hamlib/issues/587
2021-03-06 08:47:00 -06:00
Michael Black W9MDB
a33a4ee098
Fix more mingw compilation warnings
2021-03-05 12:10:29 -06:00
Michael Black W9MDB
f88c3f4a4c
Fix mingw compilation errors on new rig_debug macro
2021-03-05 12:03:40 -06:00
Michael Black W9MDB
c3a1b489b7
Add return code to debug statements
...
Remove some RETURNFUNC that don't work with this change
2021-03-05 11:51:56 -06:00
Michael Black W9MDB
3405ac2d11
Add export to sprintflst functions
2021-03-04 14:34:10 -06:00
Michael Black W9MDB
50c00cd115
Add debug error message if buffer overflow occurs in sprintflst functions
...
Needs extensive testing
https://github.com/Hamlib/Hamlib/issues/580
2021-03-03 10:16:08 -06:00