Michael Black
520b2b89f9
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-04-15 09:39:35 -05:00
Michael Black
ba8f56dfbb
Change sync_cb to encompass the entire transaction
...
Testing to see if the fixes the problem with Flex rigs
2020-04-15 09:37:22 -05:00
Michael Black
c50f26232b
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-04-14 08:38:45 -05:00
Michael Black
79871210eb
Add kenwood_close where missing
2020-04-14 08:38:11 -05:00
Michael Black
616f20c857
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-04-13 16:04:26 -05:00
Michael Black
930bdf1f79
Add TS140S id value and comment on TS680S
2020-04-13 16:03:45 -05:00
Michael Black
fe531222b8
Update comment in ts140.c
2020-04-13 16:00:13 -05:00
Michael Black
6be656a47b
Update retry and post_write_delay in flex6xxx.c to avoid timeouts being experienced
2020-04-13 15:31:45 -05:00
Michael Black
43bc63d5fb
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-04-13 08:29:36 -05:00
Michael Black
87343fda05
Improve message when allow kenwood rig ID mismatch
2020-04-13 08:29:21 -05:00
Michael Black
be175e9dd9
Fix merge conflict
2020-04-13 08:19:24 -05:00
Michael Black
220308cfdd
Merge branch 'master' of https://github.com/mdblack98/Hamlib
2020-04-13 08:11:38 -05:00
Michael Black
dbca3e15dc
Change kenwood_open to non-fatal when ID does not match
...
Add kenwood_open to all kenwood rigs
Allow kenwood_open to keep searching list for a better match
2020-04-13 08:10:07 -05:00
Michael Black
b94595cac9
Add post_wr-te_delay for Hilberling PT8000A...testing
2020-04-13 07:34:21 -05:00
Michael Black
db6171fa1b
Fix PT8000A entry
2020-04-12 00:15:44 -05:00
Michael Black
66525c81f8
Change kenwood to keep searching for matching id/model
...
Hilberling PT8000A is a 480 emulator but doesn't quite behave like one
So we have to allow for the same ID but a different model
2020-04-11 22:37:10 -05:00
Michael Black
5251326d3c
Add Hilberling PT8000A...emulates a TS-480
2020-04-11 09:26:37 -05:00
Michael Black
b12fa053a1
Add Hilberling PT800A...emulates a TS-480
2020-04-11 08:16:34 -05:00
Michael Black
0267c1b7c9
astyle all files
2020-04-10 09:13:35 -05:00
Michael Black
209ce2c8a1
Change CXXFLAGS for swig compilation to avoid warnings which we can't do anything about
2020-04-10 08:36:51 -05:00
Michael Black
bc33e3ea43
Fix gcc 10 warning
2020-04-10 08:36:01 -05:00
Michael Black
106a68bbc9
Documentation updates
2020-04-09 23:35:22 -05:00
Michael Black
f1f0d7f129
Fix some of the documentation
2020-04-09 17:56:19 -05:00
Michael Black
44b835bde5
Fix buffer overrun in rigmatrix.c
2020-04-09 17:51:52 -05:00
Michael Black
6fc7554443
Update rotctl.1 to add some description of azimuth and elevation
2020-04-09 15:36:07 -05:00
Michael Black
6269bc4dec
Fix sprintf warning in ic10.c
2020-04-07 17:13:01 -05:00
Michael Black
991e4a4f24
Add error check for channel 90-99 split in ic10.c
2020-04-07 17:11:35 -05:00
Michael Black
624db802e4
Fix split detection in ic10.c
2020-04-07 17:04:22 -05:00
Michael Black
f7341d7c6d
Update ts440 to fix ID return value and reduce timeout values
2020-04-07 16:17:24 -05:00
Michael Black
3ac82b5635
Fix divide by zero in kenwood.c set_powerstat
2020-04-06 08:38:58 -05:00
Michael Black
33003d8d57
Add cmd retry to ic10.c
2020-04-06 07:37:02 -05:00
Michael Black
9a49167b69
Update long command for -Y rigctl option and man page
2020-04-05 23:35:20 -05:00
Michael Black
20d5209e3b
Add -Y option to rigctl to ignore rig open error...good for testing rig commands on rigs you don't have
2020-04-05 23:29:47 -05:00
Michael Black
15f56aca22
Update H/h command to implemented...though not in many rigs
2020-04-05 23:23:11 -05:00
Michael Black
05469f8683
Fix timeout on H command for ts440 and add ID; for commands with no response
2020-04-05 23:21:23 -05:00
Michael Black
8194ffefda
Fix MR command in ic10.c
2020-04-05 14:51:25 -05:00
Michael Black
36ce07639b
Fix 32-bit compilation on Raspian
2020-04-05 14:37:19 -05:00
Michael Black
643be3ccbe
Fix rigctl_parse.c compile warning
2020-04-05 07:07:18 -05:00
Michael Black
c6189dcfa7
Fix gcc 10 compiler warning and cleanup code a bit in aor.c
2020-04-04 23:32:56 -05:00
Michael Black
46cb356f11
Fix numerous gcc v10 warnings
2020-04-04 22:49:27 -05:00
Michael Black
066ee398c9
Fix bad strchr logic in newcat.c
2020-04-04 17:38:48 -05:00
Michael Black
ee55fba442
Fix gcc10 compiler warning
2020-04-04 17:31:35 -05:00
Michael Black
93613e55ac
Fix TS950/SDX by increasing write_delay and timeout values...IF command takes over 250ms to respond
2020-04-04 16:03:12 -05:00
Michael Black
c48a28a98d
Add comment to rigctl_parse.c
2020-04-04 15:49:26 -05:00
Michael Black
fa101ae467
Add comment to netrigctl.c
2020-04-04 15:48:53 -05:00
Michael Black
6a2e675216
Added new protocol 1 for dumpcaps with vfo_ops as the first one implemented
...
Protocol 1 is setting=value. Order does not matter. Can be multiline.
And is forward compatible as new values will just generate warnings on older versions
2020-04-04 09:38:50 -05:00
Michael Black
b04d49eca5
reduce some debub verbosity
2020-04-03 15:22:07 -05:00
Michael Black
ae45740da8
Fix rigctl pause command
2020-04-03 13:01:22 -05:00
Michael Black
4f975144e4
Add TS950S/SDX data mode capability
2020-04-03 10:24:01 -05:00
Michael Black
9c338a5c9f
Add RIG_VFO_NONE possible current vfo for kenwood.c
2020-04-03 10:16:20 -05:00