Mike Black W9MDB
e0f468d2c6
Move FT1 command to K4 rig only
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
06327322ef
For Elecraft add a set split after DT$ command in set_split_mode
...
On the K4 the setting of VFOA was turning split off
https://github.com/Hamlib/Hamlib/issues/748
2021-09-04 22:13:31 +02:00
Mike Black W9MDB
e7e5cc063d
Fix K4 split problems
...
https://github.com/Hamlib/Hamlib/issues/748
2021-08-04 22:45:54 -05:00
Mike Black W9MDB
ca7ca873bc
Add TARGETABLE_MODE to k3.c
...
https://github.com/Hamlib/Hamlib/issues/728
2021-06-24 17:48:30 -05:00
Mike Black W9MDB
c8439de131
Reverse K3 PKTLSB/PKTUSB sensing
...
Was causing WSJTX to get a PKTLSB response after sending PKTUSB
These rigs now only set MD when MD needs changing which speeds up the polling cycle
https://github.com/Hamlib/Hamlib/issues/726
2021-06-18 22:58:49 -05:00
Mike Black W9MDB
b80ff9330c
Add debug to k3.c to chase down mode setting problem
...
https://github.com/Hamlib/Hamlib/issues/726
2021-06-18 10:35:27 -05:00
Mike Black W9MDB
c7b10e0e8f
Change K3 rigs to query MD and not set if not a change
...
K3S was taking 400ms to do MD6; when already in MD6; so query is a lot faster
Will also avoid trying to set mode when PTT is on
https://github.com/Hamlib/Hamlib/issues/722
2021-06-12 10:25:02 -05:00
Mike Black W9MDB
493860dae8
Add ; to k3.c to please the eye
2021-05-07 12:30:14 -05:00
Michael Black W9MDB
ff659d9c74
Reverse MD6/MD9 for k3.c
...
https://github.com/Hamlib/Hamlib/issues/638
2021-03-29 23:39:29 -05:00
Michael Black W9MDB
89da1b9341
Revert kenwood RTTY/RTTYR and fix k3.c's DT mode to match it
...
https://github.com/Hamlib/Hamlib/issues/576
2021-03-28 12:31:33 -05:00
Michael Black W9MDB
3bc39aaec1
astyle files is preparation for 4.2 release
2021-03-15 17:51:22 -05:00
Michael Black W9MDB
a42e13351b
Update comments in k3.c
2021-03-12 22:51:17 -06:00
Michael Black W9MDB
3d613519d5
Rename macros to avoid collisions with other software
2021-03-06 12:37:53 -06:00
Michael Black W9MDB
3413b3ab4e
Reverse k3 RTTY/RTTYR for get_mode
...
https://github.com/Hamlib/Hamlib/issues/565
2021-03-05 09:36:54 -06:00
Kayne
d33884750a
Updated k3_set_modes to work on KX3
2021-03-04 05:24:18 -06:00
Michael Black W9MDB
0acbc83a85
Add detection of K4HD for Elecraft
...
https://github.com/Hamlib/Hamlib/issues/563
2021-03-03 12:36:09 -06:00
Michael Black W9MDB
b1101a564a
Fix k3.c rounding
...
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:12:30 -06:00
Michael Black W9MDB
28f565a8ef
k3.c round bandwidth to 10Hz for K4 and 50Hz for other Elecraft rigs
...
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:06:22 -06:00
Michael Black W9MDB
260c74653e
k3.c fix get_mode for VFOB
...
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 17:02:02 -06:00
Michael Black W9MDB
2e56014426
k3.c clip bandwidth to 99999
...
k3.c fix set_mode for VFOB
k3.c remove passband limit checks and just let the rig do it's thing
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 16:47:47 -06:00
Michael Black W9MDB
a5b12a1222
Fix k3.c set_mode to set VFOB correctly
...
https://github.com/Hamlib/Hamlib/issues/563
2021-03-01 14:55:43 -06:00
Michael Black W9MDB
a568374a7e
Fix error in k3.c and make k3_get_vfo work with VFOB
2021-02-28 17:31:57 -06:00
Michael Black W9MDB
1f23798efe
Elecraft K rigs now only emulate VFO selection for rigctl compatibility
...
set_mode on VFOB should work now too
2021-02-28 17:24:37 -06:00
Michael Black W9MDB
a5db433628
Elecraft K4 emulate get_vfo
2021-02-28 16:24:17 -06:00
Michael Black W9MDB
f12b15b5ca
Emulate vfo selection for Elecraft K4
2021-02-28 14:26:37 -06:00
Michael Black W9MDB
ee60a68bec
astyle files
2021-02-28 09:46:01 -06:00
Michael Black W9MDB
6da1513122
KX3 SWT24 does not change VFO and IC command VFO B light bit does not change
...
So we are emulating VFOs now
https://github.com/Hamlib/Hamlib/issues/563
2021-02-27 16:22:26 -06:00
Michael Black W9MDB
30a8258f4e
Another attempt to fix elecraft K3 rigs to recognize VFOB being selected
...
https://github.com/Hamlib/Hamlib/issues/563
2021-02-27 14:27:07 -06:00
Michael Black W9MDB
b2a1955467
Fix KX3 set_vfo
...
KX4 set_vfo may not work
https://github.com/Hamlib/Hamlib/issues/563
2021-02-26 23:28:38 -06:00
Michael Black W9MDB
db776b2d79
Fix k3.c "IC" command since it returns binary data and not ascii
...
https://github.com/Hamlib/Hamlib/issues/563
2021-02-26 12:28:37 -06:00
Michael Black W9MDB
246886dde7
Change all k3.c models to k3_get_vfo
...
https://github.com/Hamlib/Hamlib/issues/563
2021-02-25 22:58:38 -06:00
Michael Black W9MDB
2a60fd748b
Fix K3X get_vfo set_vfo to recognize toggle of vfo
...
https://github.com/Hamlib/Hamlib/issues
2021-02-25 14:05:06 -06:00
Michael Black W9MDB
e38c69602b
astyle k3.c
2021-01-25 11:20:28 -06:00
Michael Black W9MDB
9322479117
Fix kx3/kx2 RFPOWER_METER_WATTS and buffer size
2021-01-25 11:19:32 -06:00
Michael Black W9MDB
263f1cde72
astyle files
2020-12-17 15:07:04 -06:00
Michael Black W9MDB
c11e592a7a
Add RFLEVEL_POWER_METER_WATTS to flex6xxx and k3
2020-12-17 07:53:16 -06:00
Michael Black W9MDB
1a823ae44a
Add wait_morse to kenwood rigs
...
https://github.com/Hamlib/Hamlib/issues/422
2020-10-18 15:58:44 -05:00
Michael Black W9MDB
0576a01ec2
astyle files
2020-10-01 22:51:31 -05:00
Michael Black W9MDB
3f94e66c9f
Fix K3/K3S/KX2/KX3 RFPOWER set/get for band specific power levels
2020-10-01 16:08:53 -07:00
Michael Black W9MDB
614627d8ba
Change KX3 MICGAIN level to 0-80
2020-10-01 09:46:01 -07:00
Michael Black W9MDB
5fdf98ec57
Remove unneeded k3 code from kenwood.c
...
Implement RFPOWER for kx3
https://github.com/Hamlib/Hamlib/issues/388
2020-09-30 21:35:06 -07:00
Michael Black W9MDB
8020450559
Fix KX3 MICGAIN set/get
...
https://github.com/Hamlib/Hamlib/issues/388
2020-09-30 21:17:11 -07:00
Michael Black W9MDB
bbde85064a
Fix KX3 LEVEL_AF
...
https://github.com/Hamlib/Hamlib/issues/388
2020-09-30 20:49:37 -07:00
root
b6ed9b53e6
Fix K3X LEVEL_RF
...
https://github.com/Hamlib/Hamlib/issues/388
2020-09-30 16:07:10 -07:00
Michael Black W9MDB
7bee01f785
Add suppress for AST broken bug in cppcheck
2020-09-19 16:09:44 -05:00
Michael Black W9MDB
daa3d91ceb
Add RIG_LEVEL_AF to k3.c
2020-09-10 15:32:17 -05:00
Michael Black W9MDB
ba72dc74b2
Upgrade some rigs to STABLE
2020-07-16 11:06:39 -05:00
Michael Black W9MDB
a3428370f8
Promote K3 to STABLE
2020-07-16 07:39:50 -05:00
Michael Black W9MDB
3d4d2dfe83
Add alpha version of Elecraft K4
2020-05-23 10:39:01 -05:00
Michael Black
b040803765
Standard all version numbers to YYYYMMDD.N where n is intended for multiple versions in one day.
...
So typically .N will be .0
2020-03-29 23:03:21 -05:00