Mike Black W9MDB
3b5f7a6dcf
Add and fix some cppcheck suppress items
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-03 17:11:09 -05:00
Mike Black W9MDB
c93440706f
Fix rigctlsync.c compilation
2023-10-02 23:27:57 -05:00
Mike Black W9MDB
5ac1e50b80
Fix always true conditions found by cppcheck
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-02 23:10:58 -05:00
Mike Black W9MDB
631a2a3aa1
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-10-02 12:33:03 -05:00
Mike Black W9MDB
717a451d9c
Fix possible null pointer warning from cppcheck
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-02 12:32:20 -05:00
Michael Black
1a8ae4b434
Merge pull request #1392 from GeoBaltz/yaesu_level3
...
Yaesu level3
2023-10-02 12:31:49 -05:00
George Baltz N3GB
84ca35f19e
Fix inverted VHF/UHF BANDSELECT labels
2023-10-02 12:55:01 -04:00
George Baltz N3GB
6877d03579
Convert NR to use level_gran
...
Also gets rid of now unused newcat_scale_float() - all its former callers
round to nearest.
Note: the quirk handling was mostly left intact - should be checked out
with the individual rigs.
2023-10-02 12:55:01 -04:00
Mike Black W9MDB
1a4a189dbc
Try to make rigctl(d)/rotctl(d) a little more robust in case of bad data
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-02 10:48:26 -05:00
Mike Black W9MDB
0484dc08c8
Fix prints/scanf argument mismatches idenfitied by cppcheck
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 18:01:27 -05:00
Mike Black W9MDB
18d016a2a2
Fix th.c logic error discovered by cppcheck
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 17:42:45 -05:00
Mike Black W9MDB
18e122196f
Fix shadow variable warnings from cppcheck
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 17:38:13 -05:00
Mike Black W9MDB
71f8b3b8c9
Fix always false cppcheck warnings
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 17:26:51 -05:00
Mike Black W9MDB
93af897753
FIx always true cppcheck warnings
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 16:51:07 -05:00
Mike Black W9MDB
a469823028
Fix cppcheck unused warning
2023-10-01 13:28:29 -05:00
Mike Black W9MDB
f00661a8ae
Fix unused cppcheck warnings
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 12:01:38 -05:00
Mike Black W9MDB
e1e7112cb5
Fix redundant cppcheck warnings
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 11:54:44 -05:00
Mike Black W9MDB
53855c868d
Fix remaining cppcheck redundant warnings
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-01 08:24:06 -05:00
Mike Black W9MDB
027c59d6e9
Hopefully fix newcat.c compile error on older compiler
2023-10-01 07:38:59 -05:00
Mike Black W9MDB
6e8d328fb1
Fix most of the redundant warning from cppcheck
2023-09-30 23:42:22 -05:00
Mike Black W9MDB
4d540b1459
Fix scope reductions from cppcheck
2023-09-30 22:50:16 -05:00
Mike Black W9MDB
f9e9657ad1
Fix cppcheck warning
2023-09-30 22:36:09 -05:00
Mike Black W9MDB
d49543f00c
Fix cppcheck warning in gemini.c
...
https://github.com/Hamlib/Hamlib/issues/604
2023-09-30 16:28:05 -05:00
Mike Black W9MDB
f55d0fc872
Minor update to note in newcat.c
2023-09-30 16:11:55 -05:00
Mike Black W9MDB
2423fb237c
Improve Yaesu send_morse
...
Can now send message 1-5 or up to 50 char msg
e.g. rigctl -m 1035 -r /dev/ttyUSB0 b 1
or
rigctl -m 1035 -r /dev/ttyUSB0 b "CQ CQ DE W9MDB"
2023-09-30 16:07:07 -05:00
Mike Black W9MDB
aeb03fda62
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-09-30 15:44:04 -05:00
Mike Black W9MDB
8bb6a57548
Reduce debug in fifo.c
2023-09-30 15:43:52 -05:00
Michael Black
a82d67234b
Merge pull request #1390 from dg1sbg/master
...
Major code cleanup. Replace dyn. memory by static memory usage.
2023-09-28 14:58:33 -05:00
Frank Goenninger
f9a9de37cf
FIXED: Incorrect usage of snprintf() argument for buffer length.
2023-09-28 19:30:11 +02:00
Frank Goenninger
76a836af5b
FIXED: Source code inconsistency after major code change.
2023-09-28 18:36:30 +02:00
Frank Goenninger
cd9077fbc2
Major code cleanup. Replace dyn. memory by static memory usage.
2023-09-28 18:18:57 +02:00
Mike Black W9MDB
6b6289313c
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-09-28 08:05:07 -05:00
Mike Black W9MDB
85787c8e89
Fix ST command for older FTDX101D/MP firmware -- needed to turn on split light
...
Apparenlty split was still working but light was not coming on.
https://github.com/Hamlib/Hamlib/issues/1388
2023-09-28 08:04:01 -05:00
Michael Black
db6ffaf7da
Merge pull request #1389 from dg1sbg/master
...
RIG ADAT: Adaptation to firmware 1.40fb and transverter board.
2023-09-27 14:00:24 -05:00
Frank Goenninger
3e0420f138
.gitignore: Ignore some macOS housekeeping files.
2023-09-27 20:27:58 +02:00
Mike Black W9MDB
85226e5bc4
Add two more allowances for FT-991 firmware bug where IF command returns 41 bytes instead of 28
2023-09-27 20:27:58 +02:00
Mike Black W9MDB
be8372c72f
FT-991A V2-01 firmware randomly adds 13 bytes to IF command so allow for it
2023-09-27 20:27:58 +02:00
Frank Goenninger
f797178e96
RIG ADAT: Adaption to firmware 1.40fb and transverter board.
2023-09-27 20:11:24 +02:00
Mike Black W9MDB
b731e77841
Add two more allowances for FT-991 firmware bug where IF command returns 41 bytes instead of 28
2023-09-27 10:23:07 -05:00
Mike Black W9MDB
44a6274bbe
FT-991A V2-01 firmware randomly adds 13 bytes to IF command so allow for it
2023-09-27 09:54:50 -05:00
Mike Black W9MDB
6b4cc5b36b
Fix stop_voice_mem for some kenwood rigs
2023-09-26 08:14:50 -05:00
Mike Black W9MDB
6f3a9831c3
Add voice to TS480
2023-09-25 16:44:52 -05:00
Mike Black W9MDB
5e4cb6f1c1
Add voice_mem functions for TS590S/SG and TS-2000
...
Increase max baud for TS-2000 to 115200
Change TS-2000 to hardware handshake default
2023-09-25 15:15:45 -05:00
Mike Black W9MDB
6644afbf8d
Fix segfault with rigctld/rigctl -m 2 -u
...
https://github.com/Hamlib/Hamlib/issues/1386
2023-09-20 17:35:29 -05:00
Mike Black W9MDB
1fbb03fa92
Remove multicast.c from build
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-20 12:17:10 -05:00
Mike Black W9MDB
5f825aa0d4
Add modelist to multicast
...
Add time to multicast
Fix id to show rig+path
Remove sleep to speed up multicast packets to once per seconds
https://github.com/Hamlib/Hamlib/issues/695
2023-09-18 12:48:39 -05:00
Mike Black W9MDB
da9199577e
Add voice_mem commands for TS990S
2023-09-17 16:26:50 -05:00
Mike Black W9MDB
86df4001a1
Remove one more section from multicast to avoid compile warning fornow.
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 11:25:22 -05:00
Mike Black W9MDB
57c8819ce0
Remove multicast rx until we get it working
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 10:00:07 -05:00
Mike Black W9MDB
e9ef4c1a81
Add ModeList to multicast packet
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 09:47:30 -05:00