Wykres commitów

1298 Commity (263c16984ad0a15b0b51c4095611fffac47beac6)

Autor SHA1 Wiadomość Data
Mikael Nousiainen 263c16984a Attempt to handle asynchronously pushed Icom CI-V frames (transceive and spectrum data) as these frame will get interleaved with command responses 2021-05-30 01:36:49 +03:00
Mike Black W9MDB 503897c41c Fix debug msg in netrigctl.c 2021-05-27 23:40:33 -05:00
Mike Black W9MDB 92ed52b5f7 Zero out response in flex6xxx.c -- was generating funky error messages 2021-05-27 10:19:49 -05:00
Mikael Nousiainen 12527581b0 Add SPECTRUM_ATT level (also supported by Kenwood rigs). Get VFO frequency for Icom spectrum edge ranges (if not cached). Fix preamp levels based on docs. Add supported AGC levels to recent Icom rigs. 2021-05-27 10:12:01 +03:00
Mikael Nousiainen 26ea916ca7 Implement Icom rig levels: SPECTRUM_EDGE_LOW and SPECTRUM_EDGE_HIGH 2021-05-27 01:09:01 +03:00
Mikael Nousiainen b4ba22d369 Implemented initial abstraction for spectrum scope data and support for Icom spectrum data output. The abstraction is based on common features of both Icom and Kenwood rigs. Added TRANSCEIVE func and enumeration of supported AGC levels. Work in progress. 2021-05-26 23:40:53 +03:00
Mikael Nousiainen ed180e2610 FT-450(D): Add S-meter, RF power meter and fix vox gain scale. The S-meter scale, while not perfect, is at least close to what the rig displays. 2021-05-20 09:13:15 +03:00
Mikael Nousiainen 252a3ead63 Add RIG_TARGETABLE_ROOFING to allow Yaesu roofing filter targeting by VFO only for FTDX5000 and FTDX101. Fix TS-480 VOXDELAY level definition. 2021-05-12 23:51:35 +03:00
Mike Black W9MDB 94410f7a71 Increase FLRig timeout to 5 seconds 2021-05-11 11:59:20 -05:00
Mike Black W9MDB 1bbe783e05 Change freq printout in ft1000mp.c 2021-05-08 12:47:59 -05:00
Mike Black W9MDB 493860dae8 Add ; to k3.c to please the eye 2021-05-07 12:30:14 -05:00
Mike Black W9MDB ce470548b2 Promote IC821H to stable 2021-05-07 11:43:53 -05:00
Mike Black W9MDB e84b8a3c99 Add special check for IC821H in icom_set_vfo
Seems the IC821H reverses Main/Sub logic when in satmode
Remove IC821 from riglist.h and icom.c -- not used
https://github.com/Hamlib/Hamlib/issues/693
2021-05-07 08:25:54 -05:00
Mike Black W9MDB 29013fd021 Add ic821h_set_split_vfo
https://github.com/Hamlib/Hamlib/issues/693
2021-05-06 23:59:00 -05:00
Mike Black W9MDB dd2f0f380e Fix bad variable in ts890.c 2021-05-06 12:21:48 -05:00
Michael Black 0ec349de49
Merge pull request #692 from mikaelnousiainen/fix-kenwood-vox-delay
Fix Kenwood VOX delay unit
2021-05-06 12:15:05 -05:00
Mike Black W9MDB 79a7a915fb Fix TS890 vox delay level 2021-05-06 12:14:17 -05:00
Mikael Nousiainen d0a12e5391 Hamlib VOX delay unit is 1/10th of a second 2021-05-06 18:24:02 +03:00
Mike Black W9MDB 7f60e1fcb0 Fix dummy rig to recognize Main/Sub VFOS -- this fixes "M CW 500"
Fix rig.c set_mode to recognize curr_vfo correctly
https://github.com/Hamlib/Hamlib/issues/689
2021-05-04 14:35:34 -05:00
Mike Black W9MDB 2dd87806cf Remove 3 second sleep from icom.c powerup 2021-04-30 15:59:43 -05:00
Mike Black W9MDB 81e3e2e5d2 astyle files 2021-04-29 17:23:37 -05:00
Mike Black W9MDB 604516ed8f Clean up mingw compiler warning for tones.h
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 17:16:51 -05:00
Mike Black W9MDB 386b08dc4f Add ctcss_list and dcs_list to rigctld so rigcctld caps reflects the connected rig
https://github.com/Hamlib/Hamlib/issues/659
2021-04-29 10:49:29 -05:00
Mike Black W9MDB 5473249e9a Add power2mW and mW2power to netrigctl.c 2021-04-28 17:39:08 -05:00
Mike Black W9MDB 0b203c7e8f Add transceive ability to dummy rig 2021-04-28 17:38:54 -05:00
Mike Black W9MDB bfa7599687 In kenwood.c skip verification for RU/RD commands.
On the TS-2000 at least it caused Resource temporarily unavailable when sending ID right after RU/RD
https://github.com/Hamlib/Hamlib/issues/677
2021-04-27 17:18:51 -05:00
Mike Black W9MDB 9a82ebf652 Make icom.c 0x25 cmd check only try once
https://github.com/Hamlib/Hamlib/issues/685
2021-04-27 10:00:10 -05:00
Mike Black W9MDB a6af56ff53 Fit kenwoods set_rit to move right right direction
https://github.com/Hamlib/Hamlib/issues/677
2021-04-27 07:34:14 -05:00
Mike Black W9MDB a281161fcf Improve kenwood set_rit to use the difference requested instead of restarting at zero
https://github.com/Hamlib/Hamlib/issues/677
2021-04-26 11:32:55 -05:00
Mike Black W9MDB 7ea0a49dcd Re-do get_rit for has_rit2 rigs
If this works should be able to change get_rit in TS480 to the generic kenwood get_rit
https://github.com/Hamlib/Hamlib/issues/677
2021-04-25 23:20:34 -05:00
Mikael Nousiainen 9ca111a5a5 Fix RIT for TS-480 2021-04-25 17:19:16 +03:00
Mikael Nousiainen 95b08de780 Fix RIT for TS-480 2021-04-25 17:14:59 +03:00
Mikael Nousiainen 6fd5371b12 Merge branch 'master' into ts480-fixes 2021-04-25 16:50:48 +03:00
Mikael Nousiainen 38e6cf1cd8 Fix TS-480 narrow filter widths. Add NR2 and CW IF filter support. 2021-04-25 16:50:16 +03:00
Mikael Nousiainen 08a7515e91 Add support for FW filter width command on TS-480 2021-04-24 19:13:12 +03:00
Mike Black W9MDB 60f861bfd5 More changes to bring rigctld dump_caps into line with rigctl dump_caps
https://github.com/Hamlib/Hamlib/issues/659
2021-04-24 09:16:40 -05:00
Mike Black W9MDB 9231c2f7e5 Some more change to bring rigctld dump_caps into line with rigctl dump_caps
https://github.com/Hamlib/Hamlib/issues/659
2021-04-24 08:47:01 -05:00
Mike Black W9MDB e0a3f8deac Fix rigctld caps ptt_type to reflect the connected rig
https://github.com/Hamlib/Hamlib/issues/659
2021-04-23 23:40:40 -05:00
Mike Black W9MDB 0a4e0dbdfb Fix RIT in kenwood.c -- default to 10Hz steps if rig step setting works
https://github.com/Hamlib/Hamlib/issues/677
2021-04-23 23:38:49 -05:00
Mike Black W9MDB 1d79b9e01c Fix icom \get_mode in non-vfo mode to stay on VFOB/Sub
https://github.com/Hamlib/Hamlib/issues/676
2021-04-23 17:43:54 -05:00
Mikael Nousiainen e4657a5d16 TS-480: Add Digital Noise Limiter. Start implementation for filter width command. Fix bugs. 2021-04-23 23:32:42 +03:00
Mikael Nousiainen de5c5a27a1 Add support for TS-480 slope filter settings and some useful custom funcs/levels. Fix TS-480 bugs. 2021-04-23 10:42:43 +03:00
Mike Black W9MDB b0e006ce6c astyle files 2021-04-21 23:48:29 -05:00
Mikael Nousiainen 1f57311fee Read values for all meters at once for TS-480 2021-04-21 13:42:53 +03:00
Mikael Nousiainen 45a1bf5b45 Fix Kenwood VOX gain and RIT set for TS-480 2021-04-20 12:04:28 +03:00
Mikael Nousiainen 6a0df54003 Add S-meter and SWR meter calibration tables for TS-480 2021-04-19 22:53:58 +03:00
Mikael Nousiainen 6e5791c221 Fix typo 2021-04-19 22:26:02 +03:00
Mikael Nousiainen c13fcd8616 Fix typo 2021-04-19 22:14:51 +03:00
Mikael Nousiainen 645941cf9a Add missing break 2021-04-19 22:11:02 +03:00
Mikael Nousiainen 6e1977277e Specify TS-480 extension menu value length 2021-04-19 22:06:41 +03:00