Mike Black W9MDB
28b1a9bb95
Increase FT747GX cache timeout to 1500ms as get_freq is taking over 1000ms
2022-08-19 08:33:31 -05:00
Mike Black W9MDB
179ee66f0d
Add 600ms wait when newcat.c see rig busy
...
https://github.com/Hamlib/Hamlib/issues/1100
2022-08-19 08:21:29 -05:00
Mike Black W9MDB
6965927fb4
Add IC275 to icom rigs that can't do 0x25
2022-08-19 07:55:20 -05:00
Mike Black W9MDB
ed5a26ac4e
Try to get FT747GX to return freq while transmitting
...
https://github.com/Hamlib/Hamlib/issues/1101
2022-08-19 06:58:03 -05:00
Mike Black W9MDB
deb5ea6d6f
For FT747GX return cached freq when in TX
2022-08-18 17:33:41 -05:00
Mike Black W9MDB
4442f67e7a
Finally got the FT747GX set_freq working correctly
...
https://github.com/Hamlib/Hamlib/issues/1101
2022-08-18 17:03:17 -05:00
Mike Black W9MDB
88f5022079
Still trying to fix FT747GX set_freq
...
https://github.com/Hamlib/Hamlib/issues/1101
2022-08-18 15:59:56 -05:00
Mike Black W9MDB
23fcad6d86
Hopefully fix FT747GX get_freq
...
https://github.com/Hamlib/Hamlib/issues/1101
2022-08-18 09:21:17 -05:00
Mike Black W9MDB
34e651cf62
Attempt to fix ft747gx set_freq
...
https://github.com/Hamlib/Hamlib/issues/1101
2022-08-17 17:40:09 -05:00
Mike Black W9MDB
36e88e705b
Increase write_delay in FT5000 to 1ms -- suspect it has similar problem to FT3000
...
https://github.com/Hamlib/Hamlib/issues/1080
2022-08-17 13:08:23 -05:00
Mike Black W9MDB
fa162231e7
Increase FTDX3000 write delay to 1ms -- when using Fake It in WSJTX was not recognizing VS0; command
2022-08-17 12:45:19 -05:00
Mike Black W9MDB
824a6d11fc
Turn off 60M split for Yaesu rigs (e.g. FTDX-10) that have to use memory mode for 60M band
2022-08-16 09:29:07 -05:00
Mike Black W9MDB
810da5f54c
Fix EK89X set_freq and upgrade to BETA status
...
Add ISBUSB and ISBLSB modes
2022-08-13 08:52:42 -05:00
Mike Black W9MDB
eea51fe7c7
Change EK89X to odd parity
2022-08-08 16:05:14 -05:00
Mike Black W9MDB
3c4a9f1627
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-08-04 08:24:19 -05:00
Mike Black W9MDB
32f9353c03
Increase write_delay for Xiegu 6100 to 3ms -- was locking up rig < 3ms
2022-08-04 08:23:26 -05:00
Michael Black
1830d768d6
Merge pull request #1097 from ncw/fix-qcx-mini
...
Fix sending morse with QRPLabs QCX rigs
2022-08-03 15:43:34 -05:00
Mike Black W9MDB
f32af7496d
Remove powerstat commands from Xiegu rigs
2022-08-03 12:36:35 -05:00
Nick Craig-Wood M5NCW
a81c295b3c
Fix sending morse with QRPLabs QCX rigs
...
The QCX series emulates the Kenwood TS480. However for the sending
morse command it seems to be more in line with the Elecraft K series
rigs.
Before this change, the QCX mini would reply to the KY command with
KY2 which was not understood. The QCX mini defines the KY responses to
be:
- KY0; if message sending is in progress and the transmit text buffer is not more than 75% full
- KY1; if message sending is in progress and the transmit text buffer is more than 75% full
- KY2; if no message is being sent, therefore the transmit text buffer is emtpy
This seems to be an extension of the original Kenwood protocol but it
is exactly as implemented by Elecraft in their K series rigs.
This patch treats the KY2 response the same as the KY0 response
meaning - OK to transmit.
2022-08-03 18:31:03 +01:00
Mike Black W9MDB
8c172af224
Remove split function from Xiegu G90 -- does not support them
2022-08-03 12:06:19 -05:00
Mike Black W9MDB
e8c36b2b4b
Add some more rigs to icom.c that do not use 0x25/0x26 commands
2022-08-01 17:25:10 -05:00
Mike Black W9MDB
0e85260d0f
One more X5105 change
2022-08-01 15:32:11 -05:00
Mike Black W9MDB
5ee3c15c3b
Remove set/get_powerstat from Xeigu X5105
2022-08-01 15:26:28 -05:00
Mike Black W9MDB
3762823255
Trying to make x5105 x108g_set-ptt happy
2022-08-01 15:17:15 -05:00
Mike Black W9MDB
65a2101aff
Another attempt to fix x108g_set_ptt
2022-08-01 15:02:22 -05:00
Mike Black W9MDB
998715f3f4
Allow 0xfb for x108g_set_ptt
2022-08-01 14:40:00 -05:00
Mike Black W9MDB
0b059cdb93
Fix icom.c debug statement
2022-08-01 13:24:10 -05:00
Mike Black W9MDB
e76bbf0e51
Remove split functions from Xiegu X5105 -- it does not do split apparently
2022-08-01 13:22:48 -05:00
Mike Black W9MDB
6bd647f4ed
Fix X5105 detection
2022-08-01 13:06:21 -05:00
Mike Black W9MDB
51650e9425
Remove get_dsp_flt for Xeigu X5105
2022-08-01 12:53:34 -05:00
Mike Black W9MDB
1191ddc602
Remove FA/FB validation for FTDX5000 -- was failing but succeeding on 2nd try
2022-07-30 11:55:36 -05:00
Mike Black W9MDB
2b7c2ab5ce
Fix all Icom rigs AGC values for correct printout with dumpcaps
...
https://github.com/Hamlib/Hamlib/issues/1096
2022-07-29 23:44:17 -05:00
Mike Black W9MDB
2703aa7dab
Fix IC746 AGC values
2022-07-29 23:02:28 -05:00
Mike Black W9MDB
3880128370
Fix FTDX5000 EX0331 command
2022-07-29 17:18:51 -05:00
Mike Black W9MDB
64e226045a
Add powerstat calls to xeigu rigs
2022-07-29 10:23:49 -05:00
Mike Black W9MDB
36c777e8bb
Add Rohde&Schwartz EK895/896
2022-07-28 23:26:35 -05:00
Mike Black W9MDB
be3865693a
astyle tmd710.c
2022-07-28 10:34:01 -05:00
Mike Black W9MDB
15f54ccab5
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-07-28 10:33:28 -05:00
Mike Black W9MDB
4385b50b1f
Add Xiegu X5105 from G90 config
2022-07-28 10:33:07 -05:00
Mikael Nousiainen
1f05801d0f
Fix current and split VFO frequency handling for Kenwood TM-D710(G). Use CTRL VFO in the rig for denoting current VFO and PTT VFO for split VFO.
2022-07-28 17:18:04 +03:00
Mike Black W9MDB
57aa5e8399
Revert "Fix FT897 freq set/get for > 100MHz"
...
This reverts commit 44ad5c6363
.
2022-07-28 07:10:13 -05:00
Mike Black W9MDB
a83eb3bf42
astyle files for 4.5 release
2022-07-27 17:16:17 -05:00
Mike Black W9MDB
44ad5c6363
Fix FT897 freq set/get for > 100MHz
...
https://github.com/Hamlib/Hamlib/issues/1065
2022-07-27 12:45:13 -05:00
Mike Black W9MDB
627ec83652
Change malloc to calloc
2022-07-27 10:26:08 -05:00
Mike Black W9MDB
dd3208ad34
Change malloc to calloc
2022-07-27 10:08:29 -05:00
Mike Black W9MDB
027b3ee0a5
Fix valgrind warning uninitialized value in dummy.c for priv->split
2022-07-27 10:03:20 -05:00
Mike Black W9MDB
0c89bcd89f
Fix possible uninitialized access in dummy.c
2022-07-27 07:24:19 -05:00
Mike Black W9MDB
21e6e9bf2a
Fix X command turning of split mode
...
https://github.com/Hamlib/Hamlib/issues/1083
2022-07-26 10:00:36 -05:00
Mike Black W9MDB
d8b33f3b0e
Add vfo to ft100_set_vfo debug
2022-07-26 09:51:11 -05:00
Michael Black
74b4d7beb6
Merge pull request #1091 from dforsi/fix/unused-includes
...
Fix/unused includes
2022-07-24 11:44:01 -05:00