Mikael Nousiainen
8bb5bcefb9
Merge upstream and fix conflicts
2024-01-21 20:59:54 +02:00
Mike Black W9MDB
77aa5ddb55
Revert FT991 change
2024-01-20 22:29:41 -06:00
Mike Black W9MDB
eff0c7b636
Add SY command validation
...
remove FT991 from vfo adjustment
2024-01-20 10:15:18 -06:00
Mikael Nousiainen
4b3a7514ca
Merge upstream and fix conflicts
2024-01-20 13:08:29 +02:00
Mike Black W9MDB
48d3f3f750
Add RIG_FUNC_SYNC -- only for FTDX101D/MP right now.
2024-01-18 07:56:30 -06:00
Mikael Nousiainen
eb7634abfb
Merge upstream changes and fix conflicts
2024-01-15 09:24:17 +02:00
George Baltz N3GB
e178a984ca
Add cache to the MACRO/porting list
...
Update comments
And port my favorite PoC target, rigs/kenwood/kenwood.c
2024-01-14 18:13:05 -05:00
Mike Black W9MDB
0b67958751
Add x25cmdfails and x26cmdfails to ic7700.c
2024-01-14 14:35:55 -06:00
Mike Black W9MDB
11b5da8782
Fix RIG_MODEL in tmd710.c
2024-01-13 17:38:23 -06:00
Mike Black W9MDB
190747430f
Add 4100.c
2024-01-13 11:49:57 -06:00
Mike Black W9MDB
f8fd79442d
Add Barrett 4100
2024-01-13 11:47:13 -06:00
Michael Black
2646f0fd3a
Merge pull request #1455 from GeoBaltz/rp
...
Basic definitions and first steps for making port tables addressed by pointers
2024-01-13 08:09:34 -06:00
Mike Black W9MDB
8280748ace
Fix KY message length
...
Add "AC" recognition with "AC;" validation
2024-01-13 06:36:59 -06:00
Mike Black W9MDB
47062cf812
Fix mingw compile warning on ts590.c
2024-01-10 09:45:40 -06:00
Mike Black W9MDB
5e59a555d8
Fix TS590 get/set_mode for bandwiths for all and FM mode which doesn't map well for this
...
https://github.com/Hamlib/Hamlib/issues/1472
2024-01-09 12:49:44 -06:00
Mike Black W9MDB
df78960ff1
Revert "Change FTDX10 handshake to None instead of Hardware"
...
This reverts commit aeb2692b42
.
Testing another DX10 shows hardware handshake is needed.
Perhaps when using only a 3-wire serial port it still works with no handshake
2024-01-08 12:06:20 -06:00
Mike Black W9MDB
21c14da270
Add DL2MAN (tr)uSDX rig
...
Copy of TS480 for starters and needs refinement
2024-01-07 22:38:52 -06:00
Mike Black W9MDB
e9e43e23da
Remove readonly references to caps structure since it is R/W now
2024-01-07 11:55:20 -06:00
Mike Black W9MDB
2eefb14137
Fix LVL granulatiry in ts590.c again
2024-01-05 16:34:03 -06:00
Mike Black W9MDB
890d1a69aa
Fix granularity in ts590.c
2024-01-05 16:26:45 -06:00
Mike Black W9MDB
47f92eb5f7
Improved Kenwood USB_AF and USB_AF_INPUT level to make it more symmetrical
...
Values can now be enter in signal digits .1 .2 .3 .4 .5 .6 .7 .8, .9 and higher is max value
2024-01-04 12:25:38 -06:00
Mikael Nousiainen
051e671bfa
Merge upstream changes and fix conflicts. Use snprintf() in most sprintflst.c functions to avoid buffer overflows.
2024-01-04 10:43:15 +02:00
Mikael Nousiainen
2358cba6a4
Fix issues with Dummy rig VFOs. Fix Yaesu ST split command.
2024-01-04 10:13:43 +02:00
George Baltz N3GB
bb1590ed9c
More typos/copy/paste errors in rigs/icom
2024-01-03 21:13:42 -05:00
George Baltz N3GB
64d606c1c4
Fix copy/paste errors in xiegu.c
2024-01-03 21:00:36 -05:00
Mike Black W9MDB
921def7c5f
Show Xeigu Radio ID during g90_open
...
https://github.com/Hamlib/Hamlib/issues/909
2024-01-03 16:56:10 -06:00
Mike Black W9MDB
9877387c55
Force split off for Yaesu rigs with 60m_exception since split cannot operate in memory mode
2023-12-30 08:18:44 -06:00
Mike Black W9MDB
bd746387f9
Fix set_ant and get_ant for rigctl -m 2 dump_caps
...
https://github.com/Hamlib/Hamlib/issues/1466
2023-12-29 15:59:34 -06:00
Mike Black W9MDB
c019467987
Ignore set_split for Yaesu 60M exception rigs
...
Cannot do split in memory modey
2023-12-28 12:11:31 -06:00
Mike Black W9MDB
5492572176
Add FTDX10 to 860M exception
2023-12-28 11:51:56 -06:00
Mike Black W9MDB
a4fa021848
Update kenwood.c for THETIS
2023-12-27 11:58:40 -06:00
Mike Black W9MDB
bc2f2ce5c7
Enable set_ptt for IC703
2023-12-27 10:25:48 -06:00
Mike Black W9MDB
da478d6e74
Add THETIS to flex.c
2023-12-26 22:46:38 -06:00
Mike Black W9MDB
02a6c80800
Fix RIG_IS_THETIS in kenwood.c to match RIG_IS_POWERSDR
2023-12-26 22:36:55 -06:00
Mike Black W9MDB
bca0a6ee47
Make FLRig name simpler for rig list
2023-12-22 16:00:40 -06:00
Mike Black W9MDB
c3d489cca3
Update Thetis entry for correct display in WSJT-X
2023-12-22 09:15:22 -06:00
Mike Black W9MDB
70c35791ce
Add rig entry for Thetis
2023-12-22 07:51:48 -06:00
Michael Black
cc81d7ecca
Merge pull request #1458 from DJ3CE/power_ic705905
...
Patch power reading of IC-705/-905
2023-12-21 08:39:12 -06:00
Michael Black
25596f4c79
Merge pull request #1459 from dgbalharrie/master
...
Add number of CW and Voice memories to supporting Icom, Yaesu, Kenwoo…
2023-12-21 08:14:44 -06:00
Mike Black W9MDB
9ac55a9baa
Add notes on voice memory for rigs
2023-12-21 08:13:41 -06:00
Michael Black
74062c6aba
Merge branch 'master' into master
2023-12-21 07:53:27 -06:00
DJ3CE
a5c273efe9
Patch power reading of IC-705/-905
2023-12-21 01:18:18 +01:00
davidg
3061d5e208
Add number of CW and Voice memories to supporting Icom, Yaesu, Kenwood and Elecraft Radios. Added added .chanlist to TS890S
2023-12-20 21:26:57 +00:00
Mike Black W9MDB
ea7ce78c65
Balance RETURNFUNC in id5100.c
2023-12-19 22:42:08 -06:00
George Baltz N3GB
9af715d244
Convert the remaining files in rigs/kenwood/
2023-12-19 18:58:37 -05:00
George Baltz N3GB
b38014832f
More Kenwood rigs ported to new access macros.
2023-12-19 18:58:37 -05:00
George Baltz N3GB
9c7a21282c
Add basic support for transparent access to port structures.
...
Define macros for internal access to port data.
Port rigs/kenwood/kenwood.c to use new access as PoC
Part 1 of issue #1445
2023-12-19 18:58:37 -05:00
Mikael Nousiainen
1cc08d2f00
Merge upstream and fix conflicts
2023-12-19 18:03:12 +02:00
Mikael Nousiainen
3a414c3221
Allow split passband width changes without changing the mode
2023-12-19 10:16:27 +02:00
Mikael Nousiainen
93b61d2c5e
Fix dummy rig bugs. Improve FTDX101/FTDX10 ST split command logic.
2023-12-19 00:08:35 +02:00