Mike Black W9MDB
e8d387d51c
Update actions in c-cpp.yml
2023-11-14 23:54:56 -06:00
Mike Black W9MDB
1fce7ced5b
Really fix modeMapGetHamblib in Flrig to find mode in multiple mode list
...
https://github.com/Hamlib/Hamlib/issues/1428
2023-11-14 23:44:47 -06:00
Mike Black W9MDB
512c82649e
Fix modeMapGetHamblib in Flrig to find mode in multiple mode list
...
https://github.com/Hamlib/Hamlib/issues/1428
2023-11-14 22:55:25 -06:00
Mike Black W9MDB
c348632b26
Add ptt_type to rig->caps when set so it can be queried correctly
2023-11-14 17:03:40 -06:00
Mikael Nousiainen
b78fa43b56
Fix issues in VFO targeting. Allow IC-9700 to target Sub receiver (requires VFO swapping).
2023-11-14 23:00:37 +02:00
Mike Black W9MDB
8478367223
Improve rigctld printout when TCP session is aborted
2023-11-14 10:23:14 -06:00
Mike Black W9MDB
f57b7cba71
Revert commit 1c379e793a
...
Removing LF from here caused "l ?" to not have CR where "L ?" does.
I don't see the problem with a CR to end the printout.
Not sure why this was removed before...bad documentation on my part.
2023-11-14 07:42:38 -06:00
Mike Black W9MDB
723b835fdd
Remove bogus set_level in ts590.c for ALC,SWR,COMP
2023-11-14 06:48:41 -06:00
Mikael Nousiainen
dd974a2536
Merge branch 'master' into streamline-vfo-targeting-and-split-functionality
2023-11-14 10:05:52 +02:00
Mikael Nousiainen
e2e723ec60
Simplify/streamline split VFO handling, especially in the Icom backend. Detect reverse split automatically at startup for Icom rigs.
2023-11-14 10:05:17 +02:00
Mike Black W9MDB
d868f1a545
Fix FLRig get_bwA/B for rigs that do not have it
...
https://github.com/Hamlib/Hamlib/issues/1427
2023-11-13 23:07:57 -06:00
Michael Black
394cb4cbcf
Merge pull request #1426 from GeoBaltz/990_meter
...
990 meter
2023-11-13 17:48:52 -06:00
Mike Black W9MDB
b1b567d64a
Fix FLRig get_bwA/B for rigs that do not have get_bwA/b
...
https://github.com/Hamlib/Hamlib/issues/1427
2023-11-13 13:58:06 -06:00
George Baltz N3GB
176c49240d
Use general meter reader to get SWR value for TS-990.
2023-11-13 13:24:52 -05:00
George Baltz N3GB
e05b79acd3
Move meter reader to kenwood.c, so it can be used by ts990.c
2023-11-13 12:47:18 -05:00
Mike Black W9MDB
e19bdc3d56
Update vfo_fixup for ID5100 dual watch mode
...
https://github.com/Hamlib/Hamlib/issues/1425
2023-11-13 10:26:00 -06:00
Mike Black W9MDB
e7786cee4c
Fix TS990S SWR read -- strange behavior of RM command reading first RM turned on for read
...
New SWR table too for TS990S
https://github.com/Hamlib/Hamlib/issues/1423
2023-11-12 13:22:02 -06:00
Mike Black W9MDB
43159e55a1
Default configure builds shared libraries
...
Adding --enable-static now turnes off shared as it never build both at the same time
2023-11-12 08:47:28 -06:00
Mike Black W9MDB
9832fba797
Add null check in rig_get_function_ptr
2023-11-11 22:21:38 -06:00
Mike Black W9MDB
6351d5deac
Get scaling correct (i.e.none) for FLRig get_SWR
...
https://github.com/Hamlib/Hamlib/issues/1423
2023-11-10 17:38:57 -06:00
Mike Black W9MDB
1374ee554c
Add new get_SWR function for FLRig
...
https://github.com/Hamlib/Hamlib/issues/1423
2023-11-10 15:43:20 -06:00
Mikael Nousiainen
4a926ec503
Fix issues found during testing
2023-11-10 20:32:59 +02:00
Mike Black W9MDB
774e60895c
Use new FLRig get_SWR method if available -- otherwise use old method
2023-11-10 11:55:30 -06:00
Mike Black W9MDB
5059ec8cd6
Add SWR for TS990
...
https://github.com/Hamlib/Hamlib/issues/1423
2023-11-10 10:55:31 -06:00
Mike Black W9MDB
1f9d3a63d4
Fix PTT status for multicast
2023-11-09 11:26:56 -06:00
Michael Black
7cb10edf20
Merge pull request #1421 from mikaelnousiainen/hamlib-multicast-4
...
Improve rig poll routine (multicast)
2023-11-09 09:33:13 -06:00
Mikael Nousiainen
82f2b10275
Merge branch 'hamlib-multicast-4' into streamline-vfo-targeting-and-split-functionality
2023-11-09 09:59:48 +02:00
Mikael Nousiainen
59285750ef
Fix conflict
2023-11-09 09:59:35 +02:00
Mikael Nousiainen
c90c675add
Unify and streamline Icom backend logic for freq/mode and split commands. Allow use of targeted freq/mode whenever possible. Move certain Icom-specific caps to the icom_priv_caps struct to remove rig-specific conditions in generic backend code.
2023-11-09 09:57:23 +02:00
Mikael Nousiainen
0ece468b49
Merge branch 'hamlib-multicast-4' into streamline-vfo-targeting-and-split-functionality
2023-11-09 09:54:16 +02:00
Mikael Nousiainen
3a08bbe3d8
Detect also VFO changes in poll routine and allow detection of multiple changes at once. Remove old unused code.
2023-11-09 09:53:48 +02:00
Mike Black W9MDB
5d7db6b516
Fix FLRig SWR value
...
Change float level print to %g format for better appearance
https://github.com/Hamlib/Hamlib/issues/1417
2023-11-08 17:14:10 -06:00
Mike Black W9MDB
f1a9823bdd
Move swr from rig_cache to priv value until we get rig_cache fixed to be expandable
...
https://github.com/Hamlib/Hamlib/issues/1419
2023-11-08 08:05:56 -06:00
Mike Black W9MDB
62341a657e
Only allow SWR read when ptt is on for PowerSDR
...
https://github.com/Hamlib/Hamlib/issues/1417
2023-11-07 16:05:27 -06:00
Mike Black W9MDB
02b4da83c3
Fix PowerSDR swr reading -- then we can fix FLRig's read too
...
https://github.com/Hamlib/Hamlib/issues/1417
2023-11-07 16:00:31 -06:00
Mike Black W9MDB
a5bac08190
Add SWR to flrig
2023-11-07 12:32:47 -06:00
Mikael Nousiainen
4fa61a9a32
Merge branch 'master' into streamline-vfo-targeting-and-split-functionality
2023-11-07 15:59:49 +02:00
Mike Black W9MDB
7c3e71a487
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-11-07 07:55:10 -06:00
Michael Black
162a685887
Merge pull request #1416 from mikaelnousiainen/hamlib-multicast-3
...
List all available VFOs in multicast state snapshot packets
2023-11-07 07:54:55 -06:00
Mikael Nousiainen
afdb26093e
List all available VFOs in multicast state snapshot packets
2023-11-07 09:55:30 +02:00
Mikael Nousiainen
89abbfeb3a
Merge master and fix conflicts
2023-11-07 09:41:29 +02:00
Mike Black W9MDB
4aa8e010a1
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-11-05 22:38:55 -06:00
Mike Black W9MDB
45dca3be59
Add dumpcap include files to test/Makefile.am
2023-11-05 17:34:49 -06:00
Mike Black W9MDB
49e93f3090
Comment out lines on compile warning
2023-11-05 17:16:09 -06:00
Mike Black W9MDB
02ffc6d6dc
More set_conf/get_conf work
...
https://github.com/Hamlib/Hamlib/issues/971
2023-11-05 17:03:21 -06:00
Michael Black
2d2d5009e0
Merge pull request #1415 from mikaelnousiainen/hamlib-multicast-2
...
Add rig communication status to rig_state and multicast packets
2023-11-05 16:55:13 -06:00
Mike Black W9MDB
1e3e1a9499
Only do swr and power for PowerSDR then ptt is active
2023-11-05 16:53:53 -06:00
Mike Black W9MDB
337fb0f3e5
Add SWR reading for PowerSDR/Thetis
2023-11-05 16:45:15 -06:00
Mikael Nousiainen
43d1fbb323
Add more detailed rig communication status to rig_state and multicast state data packets. Handle SIGINT and SIGTERM in a consistent way in both rigctl and rigctld.
2023-11-06 00:42:02 +02:00
Mike Black W9MDB
31298bb917
Reduce debug in icom.c
2023-11-05 16:39:49 -06:00