Wykres commitów

9174 Commity (3c4a9f162714e9ad8686692df3ec15c34dfa2602)

Autor SHA1 Wiadomość Data
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
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 9715babfaf Balance RETURNFUNC in rig.c 2022-07-26 23:13:21 -05:00
Mike Black W9MDB f8039c9d91 Update simkenwood.c 2022-07-26 22:53: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 aa130e5474
Merge pull request #1092 from dforsi/fix/unused-includes
Revert unwanted changes
2022-07-24 16:32:36 -05:00
Daniele Forsi IU5HKX 8af92926bb Revert unwanted changes 2022-07-24 23:19:47 +02:00