Mike Black W9MDB
|
01b7f81119
|
Add a data tag to the caps structure and a test in rig_init to ensure the data tag is where it is expected
Modify testrigcaps.c to test new data tag
This should detect any changes which corrupt rig_caps from additons/subtractions/changes to the structure
|
2021-12-31 23:49:29 -06:00 |
Mike Black W9MDB
|
3fd5198a57
|
Fix FT990 set_vfo to other vfo so the vfo swaps back
|
2021-12-31 23:27:34 -06:00 |
Mike Black W9MDB
|
a1ea9bf0e3
|
Add tx500.c
|
2021-12-29 17:53:40 -06:00 |
Mike Black W9MDB
|
7c7d04dc84
|
Add Lab599 TX-500
|
2021-12-29 17:50:51 -06:00 |
Mike Black W9MDB
|
e9038f7c41
|
Add Xeigu G90 and fix spelling
|
2021-12-29 09:36:54 -06:00 |
Mike Black W9MDB
|
320eb0975d
|
Remove rts/dtr setting from x108g_open
|
2021-12-28 22:50:51 -06:00 |
Mike Black W9MDB
|
32a9903466
|
Remove split functions from XG6100 -- rig was rejecting the 0x0f 0x01 split on command so apparently it is not supported
https://github.com/Hamlib/Hamlib/issues/908
|
2021-12-28 22:44:39 -06:00 |
Mike Black W9MDB
|
6d16f24157
|
CODAN promoted to stable
Re-enable serial flush
|
2021-12-28 12:55:50 -06:00 |
Mike Black W9MDB
|
86a6ffb19e
|
Add Xeigu X6100
|
2021-12-27 23:23:26 -06:00 |
Mike Black W9MDB
|
b0b660ede9
|
Add scan off to codan init
|
2021-12-27 17:54:12 -06:00 |
Mike Black W9MDB
|
7ce460f7d6
|
Add cmd validtion back for Yaesu rigs for FA/FB commands
https://github.com/Hamlib/Hamlib/issues/903
|
2021-12-27 16:46:20 -06:00 |
Mike Black W9MDB
|
fc002ad187
|
Change write_delay in FTDX3000 to 10ms
VS1;VS; was answering VS0 instead of VS1 even though VFO did change to VFOB
https://github.com/Hamlib/Hamlib/issues/906
|
2021-12-27 16:07:52 -06:00 |
Mike Black W9MDB
|
1518b8033c
|
If -RIG_ENTARGET returns from set_freq it will be ignored
This will covers rigs that cannot set freq while transmitting like the FTDX3000 and FTDX5000
https://github.com/Hamlib/Hamlib/issues/906
|
2021-12-27 14:46:56 -06:00 |
Mike Black W9MDB
|
d4d4547321
|
Add Android.mk to codan
|
2021-12-27 12:16:09 -06:00 |
Mike Black W9MDB
|
451aa7be0c
|
Fix codan link error
|
2021-12-27 11:53:42 -06:00 |
Mike Black W9MDB
|
0ccf0b480c
|
Add CODAN Envoy and NGS rigs
|
2021-12-27 11:48:05 -06:00 |
Mike Black W9MDB
|
1048cbb568
|
Add RIG_FUNC_DUAL_WATCH for IC-9700 and IC-9100
|
2021-12-26 22:39:57 -06:00 |
Mike Black W9MDB
|
3da4a9ea74
|
Revert "Revert "Add testgrid and move grid lat/lon functions to rig.h""
This reverts commit 1601375f7a .
|
2021-12-26 10:07:24 -06:00 |
Mike Black W9MDB
|
1601375f7a
|
Revert "Add testgrid and move grid lat/lon functions to rig.h"
This reverts commit d510893f7e .
This may have messed up DLL compatibility
|
2021-12-26 09:53:58 -06:00 |
Mike Black W9MDB
|
665e0de488
|
Fix split mode functions for IC-F8101
|
2021-12-26 09:29:58 -06:00 |
Mike Black W9MDB
|
a9fd2020f6
|
Fix IC-F8101 split command
|
2021-12-26 07:50:17 -06:00 |
Mike Black W9MDB
|
90400c0d9f
|
Add split funcions to IC-F8101
|
2021-12-25 16:03:20 -06:00 |
Mike Black W9MDB
|
5a18808933
|
Turn on VFO mode for ICF8101 during rig_open
|
2021-12-25 11:38:10 -06:00 |
Mike Black W9MDB
|
d510893f7e
|
Add testgrid and move grid lat/lon functions to rig.h
This will support future gps integrations for autogrid during mobile operations
|
2021-12-24 13:13:56 -06:00 |
Mike Black W9MDB
|
52e856dbbe
|
Add IC-F8101 rig
|
2021-12-24 13:04:47 -06:00 |
Mike Black W9MDB
|
55b8f03c74
|
Temporarily adding a bit of debug to help figure out 0xfe logic for icom/frame.c
|
2021-12-22 17:45:15 -06:00 |
Mike Black W9MDB
|
8c5816c53c
|
During icom power on 0xfe may get echoed after power on so ensure we look for it and remove it
https://github.com/Hamlib/Hamlib/issues/900
|
2021-12-22 09:16:17 -06:00 |
Mike Black W9MDB
|
e602e7da54
|
Merge branch 'master' of https://github.com/Hamlib/Hamlib
|
2021-12-22 08:22:48 -06:00 |
Mike Black W9MDB
|
cee10db2cd
|
Ensure power on 0xfe's are flushed for Icom rigs
https://github.com/Hamlib/Hamlib/issues/900
|
2021-12-22 08:22:24 -06:00 |
Michael Black
|
b62d1da671
|
Merge pull request #897 from sq6emm/master
Allow \send_voice_mem to be used over network and tested in dummy rig
|
2021-12-20 17:01:39 -06:00 |
Dawid SQ6EMM
|
dfa6b730d9
|
Allow \send_voice_mem to be used over network and tested in dummy rig
|
2021-12-20 16:50:13 +01:00 |
Mike Black W9MDB
|
f12b4187e4
|
Fix another icom.c compile warning
|
2021-12-20 09:37:41 -06:00 |
Mike Black W9MDB
|
367023db31
|
Fix icom.c compile warning for Windows as %z format not supported in MinGW
|
2021-12-20 09:30:27 -06:00 |
Mike Black W9MDB
|
783ae504a7
|
Fix comipile warning in icom.c
|
2021-12-20 09:23:01 -06:00 |
Mikael Nousiainen
|
baea7e8c9a
|
Merge upstream changes and fix conflicts. Update NEWS.
|
2021-12-20 10:06:42 +02:00 |
Mikael Nousiainen
|
99b9893430
|
Fix compiler warnings
|
2021-12-20 09:41:20 +02:00 |
Dawid SQ6EMM
|
0d8e1355bd
|
Let SEND_MORSE and SEND_VOICE_MEM be announced as capabilities.
|
2021-12-20 00:30:24 +01:00 |
Mikael Nousiainen
|
0fe723d6fa
|
Add some info about disabling cache timeouts
|
2021-12-19 22:56:24 +02:00 |
Mike Black W9MDB
|
b78ec43e2e
|
JST145/245 now works with CAT, Vox, and separate PTT port
|
2021-12-19 10:39:46 -06:00 |
Mikael Nousiainen
|
cd9a24b72e
|
Merge upstream changes and fix conflicts
|
2021-12-18 23:53:42 +02:00 |
Mikael Nousiainen
|
c764336e73
|
Fix build warnings caused by changes to I/O function signatures
|
2021-12-18 23:49:45 +02:00 |
Mike Black W9MDB
|
c901126bf6
|
Ensure FTDX3000/5000 return ENAVAIL if tuner is on and meter is not SWR
|
2021-12-16 15:50:25 -06:00 |
Mike Black W9MDB
|
39d9577c1c
|
Ensure FTDX3000/5000 meter is on SWR when reading SWR and tuner is on
|
2021-12-16 15:40:44 -06:00 |
Mike Black W9MDB
|
dc0c5ddcf6
|
Allow the FTDX3000/5000 to read the meter for SWR when tuner is on
|
2021-12-16 15:21:36 -06:00 |
Mike Black W9MDB
|
4d33abeaae
|
Fix FTDX9000 ALC Meter
|
2021-12-15 17:01:35 -06:00 |
Mike Black W9MDB
|
3cf36a7877
|
Fix SWR meter for FTDX9000
|
2021-12-15 16:56:42 -06:00 |
Mike Black W9MDB
|
c6c18c0903
|
Reduced timeout on Icom startup
Reduce time to start up when powering up Icom
|
2021-12-15 16:36:34 -06:00 |
Mike Black W9MDB
|
1a88ae350b
|
Fix FTDX3000 and FTDX5000 RF_POWER_METER reading
|
2021-12-15 16:26:22 -06:00 |
Mike Black W9MDB
|
db38378412
|
Update FTDX101MP power levels
|
2021-12-14 16:54:46 -06:00 |
Mike Black W9MDB
|
2f95f7a8f4
|
Adjust power conversion for FTDX101MP
|
2021-12-14 14:44:24 -06:00 |