Commit Graph

9184 Commits

Author SHA1 Message Date
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
2b4411c9c3 Update simkenwood.c 2022-08-17 15:33:18 -05:00
Mike Black W9MDB
fb62a2f881 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-08-17 13:08:42 -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
c4a2f64788 Increase write_delay in FT5000 to 1ms -- suspect it has similar problem to FT3000 2022-08-17 13:03:03 -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
7b8aa15b9c Add DCU1/2 YRC1 entry for rotctl -- compatible with df9gr/erc 2022-08-16 16:15:25 -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
57f486bcc2 Reduce verbosity in rigctld.c 2022-07-31 12:15:14 -05:00
Mike Black W9MDB
0ff94e1a7e Reduce verbosity in iofunc.c 2022-07-31 12:12:30 -05:00
Mike Black W9MDB
81f8b03630 Add simft990 2022-07-31 07:10:15 -05:00
Mike Black W9MDB
57dcd19bb3 Add simft897.c 2022-07-31 07:09:48 -05:00
Mike Black W9MDB
8e31b1363b Forgot to commit rig.h changes 2022-07-30 15:51:50 -05:00
Mike Black W9MDB
37830f7442 Add error codes and messages to rigctl and rigctld --help 2022-07-30 15:45:04 -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
36838e2f73 Fix AGC level patch to apply only to Icom rigs and check priv non null
https://github.com/Hamlib/Hamlib/issues/1096
2022-07-30 08:32:03 -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
69c85a13c0 More updates on AGC in man pages 2022-07-29 23:02:07 -05:00
Mike Black W9MDB
362dfe2612 Update man page info on AGC values 2022-07-29 22:26:41 -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
2da9e4903a Revert accidental commit on rigctld.c 2022-07-28 14:20:00 -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
Michael Black
64c8327190
Merge pull request #1095 from mikaelnousiainen/fix-kenwood-tmd710-split
Fix current and split VFO frequency handling for Kenwood TM-D710(G)
2022-07-28 09:40:27 -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