Michael Black
8f87c22995
Add ANT_UNKNOWN to antenna print
2020-02-17 23:02:25 -06:00
Michael Black
c40ff7fce6
Re-enable -u modes and vfo lists using *_range_list1 entries for the moment
...
This logic needs to be overhauled as Icom (and probably others) are putting out
rigs with no way to tell what model you have from CAT control.
So we may end up having to explicitly list all rig models which is more user friendly anyways
and will work with WSJT-X and other user-space programs.
So, e.g., IC-9700 would be listed as 5 models: IC-9700-USA, IC_9700-EUR, IC_9700-ITR, IC-9700-TPE, IC-9700-KOR
2020-02-17 08:46:01 -06:00
Michael Black
d634f84ed0
Remove verbose debug
2020-02-17 08:44:50 -06:00
Michael Black
5883dbc29e
Fix memory channels for ic9700
2020-02-17 08:05:19 -06:00
Michael Black
01f83804d0
Add new 5-range frequency logic
2020-02-17 06:46:03 -06:00
Michael Black
b443794897
Add new 5-range frequency definitions
2020-02-17 06:45:10 -06:00
Michael Black
164c2d3798
Add range labels to dummy
2020-02-17 06:44:24 -06:00
Michael Black
8089e2c9d2
Remove region logic from rig.c
2020-02-17 06:43:41 -06:00
Michael Black
6d3dd3f014
Add dumpcaps for new 5-antenna range settings
2020-02-17 06:43:02 -06:00
Michael Black
5f311c1b3f
Fix debug statement
2020-02-16 23:32:44 -06:00
Michael Black
3c1f0a870c
Update frequency ranges for ic9100 and ft991 using new tagged ranges
...
ic9100 now has 5 ranges and ft991 just 1
We will need to update all rigs to this new format
All rigs should be converted to hardware-based freq ranges allowing for non-region based radios
This will probably mean getting rid of REGION macros and such
2020-02-16 23:21:39 -06:00
Michael Black
1371e200e1
Add RIG_VFO_CURR to icom_set_split_vfo
2020-02-16 23:11:22 -06:00
Michael Black
8c11893a21
Fix icom_set_split_freq to allow for RIG_VFO_CURR request
2020-02-15 23:20:31 -06:00
Michael Black
28e4311d7f
Add error condition in set_split_vfo in icom.c
2020-02-13 23:25:11 -06:00
Michael Black
2d6b5fabd0
Update icom version number
2020-02-13 23:20:28 -06:00
Michael Black
4d3cd7b0ab
Add VFO_MAIN capability to set_split_vfo
2020-02-13 23:19:07 -06:00
Michael Black
1bfa68feea
Merge pull request #199 from malcolmh/master
...
additional error checking for extended operations
2020-02-13 12:14:04 -06:00
Malcolm Herring
18153de3b4
additional error checking for extended operations
2020-02-13 16:08:16 +00:00
Michael Black
e76fe9f722
Update version in kenwood/th.h
2020-02-12 17:26:43 -06:00
Michael Black
4bd10c0d69
Remove region info as it is info is being removed
2020-02-12 16:56:46 -06:00
Michael Black
2161667428
Fix range_list in ft991
...
Add explanation of RIG_ANT_CURR for channel.ant entry. It's to be used when rigs have multiple antenna ports for dedicated band ranges and the rig does not have a set_ant command
2020-02-12 15:00:10 -06:00
Michael Black
a85160b1b9
Fix icom get_ant return value
2020-02-12 12:23:55 -06:00
Michael Black
9d4e1c502a
Fix rx_range and tx_range lists for ic9700
2020-02-12 08:11:52 -06:00
Michael Black
fcf2e3094e
Change 2m_REGION2 bandplan to 144-148
2020-02-12 08:01:33 -06:00
Michael Black
49aa7d00a7
Fix get_ant RIG_ANT_CURR logic
2020-02-12 07:20:34 -06:00
Michael Black
48a89e72a7
Change Low Power and High Power in dumpcaps to show resolution of value
2020-02-11 23:39:08 -06:00
Michael Black
35eb5bfa5c
Change sprintf_ant to print ant names instead of numbers
2020-02-11 23:32:19 -06:00
Michael Black
7358cd02f8
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-02-11 17:05:51 -06:00
Michael Black
3afdd14b36
Fix spelling error
2020-02-11 17:04:06 -06:00
Michael Black
cdb359d7d6
Merge pull request #196 from malcolmh/master
...
Add g/set_ext_func() to API
2020-02-11 17:00:44 -06:00
Malcolm Herring
e3cef196f7
add g/set_ext_func to API
2020-02-11 09:48:13 +00:00
Michael Black
1463762ff0
Update rigctl.1 man page for new set_ant and get_ant
2020-02-10 15:48:00 -06:00
Michael Black
553c2309c0
Fix STRENGTH for FT-991 one more time
2020-02-10 15:26:38 -06:00
Michael Black
863fd96ca3
Fix STRENGTH for FT-991
2020-02-10 15:23:43 -06:00
Michael Black
feba5ac89a
Change rigctl Y and y commands to be 1-based
...
Added simulation of 4 antennas to dummy device
Examples testing 4 antennas with option value=ant#
Rig command: y 0
Antenna: 1
Option: 0
Rig command: Y 1 1
Rig command: Y 2 2
Rig command: Y 3 3
Rig command: Y 4 4
Rig command: Y 5 5
set_ant: error = Invalid parameter
Rig command: y 0
Antenna: 4
Option: 4
Rig command: Y 1 1
Rig command: y 0
Antenna: 1
Option: 1
Rig command: y 1
Antenna: 1
Option: 1
Rig command: y 2
Antenna: 2
Option: 2
2020-02-10 12:17:30 -06:00
Michael Black
b90d6daca8
Fix rigctl y command argument label
2020-02-10 08:03:19 -06:00
Michael Black
f9a7e5a0bf
Add STRENGTH info for FT991
2020-02-08 22:59:12 -06:00
Michael Black
5a5f71291b
Fix STRENGTH for FT-991
2020-02-08 22:54:36 -06:00
Malcolm Herring
373d063d98
Merge remote-tracking branch 'Hamlib/master'
2020-02-08 07:51:44 +00:00
Michael Black
2af893c70f
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2020-02-07 23:38:44 -06:00
Michael Black
da3059fb07
Add get_dcd to swg bindings
2020-02-07 23:03:29 -06:00
Michael Black
d6f06db7b9
Add custom get_ant for IC-785x
2020-02-07 17:17:08 -06:00
Michael Black
04ff3dee97
Fix get_ant for bindings
2020-02-07 12:29:47 -06:00
Malcolm Herring
b675362740
Merge remote-tracking branch 'Hamlib/master'
2020-02-07 04:32:42 +00:00
Michael Black
f565eac0a8
Make icom set_ant do a 2-step process to set rx option first, then set antenna
2020-02-06 06:48:32 -06:00
Michael Black
fdef21f068
Merge pull request #193 from mdblack98/master
...
2020-02-05 Patches
2020-02-05 23:24:48 -06:00
Michael Black
edf99e29a7
Merge pull request #191 from sq6emm/master
...
ICOM Voice Keyer implemented.
2020-02-05 23:19:34 -06:00
Dawid Szymanski
7bff9f4a91
typo fix
2020-02-06 01:15:35 +01:00
Dawid Szymanski
c6e06bfb01
ICOM Voice Keyer implemented.
2020-02-06 01:00:34 +01:00
Michael Black
8958e1419b
Fix Icom get_ant to use 0x12 without option to ask for specific antenna
2020-02-05 15:57:56 -06:00