Michael Black W9MDB
33e67bcd49
remove cppcheck items from uthash.h
...
(cherry picked from commit 7c78530da2
)
2020-10-26 14:36:11 -05:00
Michael Black W9MDB
2c25ee32ab
Another attempt to get ft817 PWR_ON working
...
https://github.com/Hamlib/Hamlib/issues/418
(cherry picked from commit 6a65b41698
)
2020-10-26 14:36:04 -05:00
Michael Black W9MDB
9682af9fe8
Add rig_flush to ft817_send_cmd
...
https://github.com/Hamlib/Hamlib/issues/419
(cherry picked from commit 6807fa739a
)
2020-10-26 14:35:58 -05:00
Michael Black W9MDB
57dbecdc4e
2nd attempt to fix ft817 PWR_ON
...
https://github.com/Hamlib/Hamlib/issues/419
(cherry picked from commit 733bd9d280
)
2020-10-26 14:35:49 -05:00
Michael Black W9MDB
497c76b59d
Helps if I commit the fixed version....
...
https://github.com/Hamlib/Hamlib/issues/419
(cherry picked from commit ab51d7ec66
)
2020-10-26 14:35:43 -05:00
Michael Black W9MDB
1c4bc78b5d
An attempt to get FT-817 PWR_ON working
...
https://github.com/Hamlib/Hamlib/issues/419
(cherry picked from commit 18e43245bc
)
2020-10-26 14:35:36 -05:00
Michael Black W9MDB
2474eca661
Fix debug statement in kenwood.c to show correct tvfo
...
(cherry picked from commit 8b541f3e0b
)
2020-10-26 14:35:30 -05:00
Mikael Nousiainen
f87015da96
Fix handling of Icom repeater shift and split command responses. Add tuning step definitions for IC-9700.
...
(cherry picked from commit a77e82be4e
)
2020-10-26 14:35:13 -05:00
Michael Black W9MDB
f44b4c507e
Add 50ms sleep after during set_freq for ft817
...
https://github.com/Hamlib/Hamlib/issues/418
(cherry picked from commit 7d7622face
)
2020-10-26 14:34:59 -05:00
Michael Black W9MDB
dee3c9989f
Add more neverused since cppcheck complains a lot
...
(cherry picked from commit 1351eb6bd7
)
2020-10-26 14:34:51 -05:00
Michael Black W9MDB
dfe4dbcf83
Fix FT101DX FUNC_COMP since it now has a different format than other Yaesu's
...
Presumably this is the future format
https://github.com/Hamlib/Hamlib/issues/417
(cherry picked from commit ef34c699c0
)
2020-10-26 14:34:44 -05:00
Michael Black W9MDB
3fadcb16c7
Change get_ptt RTS/DTR to keep serial port open
...
New option --set-conf=ptt_share=1 to revert to old behavior where serial port is opened/closed every get_ptt
https://github.com/Hamlib/Hamlib/issues/383
(cherry picked from commit 4faad82da7
)
2020-10-26 14:34:38 -05:00
Michael Black W9MDB
73a975c125
Fix FT817 FT817_NATIVE_CAT_GET_RX_STATUS byte count, should be 1 and not 2
...
https://github.com/Hamlib/Hamlib/issues/416
(cherry picked from commit 70a448fe85
)
2020-10-26 14:34:30 -05:00
Daniele Forsi IU5HKX
0ea6ac1013
Fix a [missingInclude] "information" when running cppcheck --check-config
...
This is for consistency with other source fils, but gcc finds the include
file anyway (see https://gcc.gnu.org/onlinedocs/cpp/Search-Path.html )
Fixes:
rotators/amsat/if100.c:38:0: information: Include file: "math.h" not found. [missingInclude]
(cherry picked from commit 8c8eeaf795
)
2020-10-26 14:34:14 -05:00
Michael Black W9MDB
491a7207a1
Add version info to ft817_init
...
(cherry picked from commit 1115314782
)
2020-10-26 14:34:02 -05:00
Michael Black W9MDB
c717c9e38c
Add installation path to py3test.py
...
(cherry picked from commit 2df1e2e199
)
2020-10-26 14:33:56 -05:00
Michael Black W9MDB
a152cbb986
Change settings. set_level/get_level to use RIG_TARGETABLE_LEVEL instead of RIG_TARGEABLE_PURE
...
Deprecating RIG_LEVEL_PURE
https://github.com/Hamlib/Hamlib/issues/414
(cherry picked from commit 1f0c2a2e4f
)
2020-10-26 14:33:37 -05:00
Michael Black W9MDB
0c4e6749af
Change RIG_TARGETABLE_PURE to RIG_TARGETABLE_LEVEL in ft5000.c
...
https://github.com/Hamlib/Hamlib/issues/414
(cherry picked from commit ad5b87c9ae
)
2020-10-26 14:33:26 -05:00
Michael Black W9MDB
3b772d3468
Add RIG_TARGETABLE_LEVEL to rig.h
...
(cherry picked from commit 45edda6a16
)
2020-10-26 14:33:19 -05:00
Michael Black W9MDB
f9302ab96f
Remove RIG_TARGETABLE_PURE from newcat.c and add new RIG_TARGETABLE_LEVEL
...
Looks like RIG_TARGETABLE_PURE is never used by any rigs so should be removed from rig.c too
https://github.com/Hamlib/Hamlib/issues/413
(cherry picked from commit 4690e26aa4
)
2020-10-26 14:33:06 -05:00
Michael Black W9MDB
efe98fac5f
Don't expire cache if we just read the freq
...
(cherry picked from commit 34e9327446
)
2020-10-26 14:33:00 -05:00
Michael Black W9MDB
770a3ae4f0
Fix ability to get Sub VFO in newcat get_func
...
https://github.com/Hamlib/Hamlib/issues/413
(cherry picked from commit 5453a9c036
)
2020-10-26 14:32:54 -05:00
Daniele Forsi
c881225ca9
Fix typos
...
Command line:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor,objext,ans
(cherry picked from commit 1e00e4e8db
)
2020-10-26 14:32:41 -05:00
Michael Black W9MDB
008b24a344
Fix TUNE for FTDX5000 and FTDX101D
...
https://github.com/Hamlib/Hamlib/issues/411
(cherry picked from commit 41be8d65e4
)
2020-10-26 14:32:27 -05:00
Michael Black W9MDB
579338ad64
Fix VFO spelling error in newcat.c
...
(cherry picked from commit e0594e8976
)
2020-10-26 14:32:20 -05:00
Michael Black W9MDB
7705ef01a7
Fix set XIT for newcat.c
...
https://github.com/Hamlib/Hamlib/issues/410
(cherry picked from commit 6981f6e9c0
)
2020-10-26 14:32:13 -05:00
Michael Black W9MDB
945f9aeb8e
Fix some VFO problems in newcat.c with VFO_MAIN/SUB usage
...
https://github.com/Hamlib/Hamlib/issues/408
(cherry picked from commit 0f23261792
)
2020-10-26 14:32:05 -05:00
Michael Black W9MDB
a612dbda16
Issue #409 add sleep when PTT is turned off for all Yaesu rigs. Fixes FT991 Fake It problem with WSJT-X
...
(cherry picked from commit 13174121c2
)
2020-10-26 14:31:56 -05:00
Michael Black W9MDB
f37426adc5
Fix newcat error on VFO/Main/Sub issue#395
...
(cherry picked from commit 985a7b3ded
)
2020-10-26 14:31:48 -05:00
Michael Black W9MDB
d8edf32c8a
Fix FT101DX CWPITCH scale
...
https://github.com/Hamlib/Hamlib/issues/407
(cherry picked from commit 32b7063801
)
2020-10-26 14:31:41 -05:00
Michael Black W9MDB
5f72ad1b29
Add ALC, SWR and change PWR to table lookup for FT817
...
https://github.com/Hamlib/Hamlib/issues/406
(cherry picked from commit 9a2625ebef
)
2020-10-26 14:31:36 -05:00
Michael Black W9MDB
189cb7f350
Change a few Yaesu rigs to use slider-compatible width settings
...
https://github.com/Hamlib/Hamlib/issues/391
(cherry picked from commit c31fb3dcc4
)
2020-10-26 14:31:29 -05:00
Michael Black W9MDB
691e374871
Update FT101DX swr calibration table
...
(cherry picked from commit bd559f14d8
)
2020-10-26 14:31:22 -05:00
Michael Black W9MDB
2bc973a87d
Fix FT101DX BKINDL set_level
...
https://github.com/Hamlib/Hamlib/issues/405
(cherry picked from commit 28da03c7fa
)
2020-10-26 14:31:16 -05:00
Michael Black W9MDB
937b32a14d
astyle files
...
(cherry picked from commit 8c51909595
)
2020-10-26 08:34:55 -05:00
Michael Black W9MDB
7fedd4c864
Fix SH command for FTDX101D and fix parsing of SH for different response lengths in newcat.c
...
https://github.com/Hamlib/Hamlib/issues/402
(cherry picked from commit c479244fc1
)
2020-10-26 08:34:49 -05:00
Michael Black W9MDB
69ba91cd3c
FTDX101D set roofing filter to allow for requested bandwidth in newcat.c
...
(cherry picked from commit 8760d2576b
)
2020-10-26 08:34:42 -05:00
Michael Black W9MDB
4a3769380b
kenwood.c don't ask for power min/max when PTT is on
...
(cherry picked from commit d6cad85cf2
)
2020-10-26 08:34:36 -05:00
Michael Black W9MDB
445481579e
Add RIG_PASSBAND_ROOF to FTDX101D in newcat.c
...
(cherry picked from commit 253ee97a90
)
2020-10-26 08:33:22 -05:00
Michael Black W9MDB
2b168e4613
Add ANTIVOX for FTDX101D in newcat.c
...
(cherry picked from commit 4bad0ff4bb
)
2020-10-26 08:33:14 -05:00
Michael Black W9MDB
ba80f66af9
Fix set_level VOXGAIN for FTDX101D
...
https://github.com/Hamlib/Hamlib/issues/400
https://github.com/Hamlib/Hamlib/issues/400
(cherry picked from commit fc41ca9ca6
)
2020-10-26 08:33:07 -05:00
Michael Black W9MDB
a6304a397c
Fix RIG_PASSBAND
...
Add RIG_PASSBAND_ROOF macro
(cherry picked from commit 50b394098e
)
2020-10-26 08:33:00 -05:00
Michael Black W9MDB
1245b24efc
astyle files
...
(cherry picked from commit 6d51f65528
)
2020-10-26 08:32:49 -05:00
Michael Black W9MDB
7501bcb923
Change PASSBAND_NORMAL back to zero to keep backwards compatiblity
...
This will change in 5.0
(cherry picked from commit 86417420b4
)
2020-10-26 08:32:42 -05:00
Michael Black W9MDB
bcad10f929
Undo last commit
...
https://github.com/Hamlib/Hamlib/issues/401
(cherry picked from commit 82dd82a658
)
2020-10-26 08:32:33 -05:00
Michael Black W9MDB
2b3a463646
Fix FT950 switch to/from narrow modes to set appropriate filter after mode is set
...
https://github.com/Hamlib/Hamlib/issues/401
(cherry picked from commit 4c47bb1687
)
2020-10-26 08:32:24 -05:00
Michael Black W9MDB
496e43623f
Fix logic typo in newcat.c
...
(cherry picked from commit e84c26ff15
)
2020-10-26 08:32:16 -05:00
Michael Black W9MDB
9a494f859b
Fix typo in ft450 newcat.c
...
(cherry picked from commit e4981ff2fb
)
2020-10-26 08:32:07 -05:00
Michael Black W9MDB
025d88330e
Fix FT950 min power to 5 watts
...
Fix FT950 to return default bandwidths for FM, AM, FMN
https://github.com/Hamlib/Hamlib/issues/398
https://github.com/Hamlib/Hamlib/issues/399
(cherry picked from commit c6cc3ba37c
)
2020-10-26 08:32:00 -05:00
Michael Black W9MDB
a5be1c1176
Have TS950 return default bandwidths for FM, AM, FMN
...
SH0; does not work in these modes
https://github.com/Hamlib/Hamlib/issues/398
(cherry picked from commit 81c2385d43
)
2020-10-26 08:31:53 -05:00