Mike Black W9MDB
6957c15ec3
Remove the last 2 bytes of an FLRig packet
2023-10-05 16:32:23 -05:00
Mike Black W9MDB
d48c847cf5
Revert "Add CR/LF to the flrig improvement"
...
This reverts commit 4fd9edbc97
.
2023-10-05 09:41:58 -05:00
Mike Black W9MDB
4fd9edbc97
Add CR/LF to the flrig improvement
2023-10-05 08:54:43 -05:00
Mike Black W9MDB
adc339039d
Fix compile warning in testmW2power.c
2023-10-05 08:46:14 -05:00
Mike Black W9MDB
98ab55b805
Remove sleep from flrig.c
...
https://github.com/Hamlib/Hamlib/issues/1394
2023-10-04 17:41:32 -05:00
Mike Black W9MDB
89db4ae757
Fix flrig.c
2023-10-04 17:33:11 -05:00
Mike Black W9MDB
d4cf8a04d7
Change iofunc.c to read FLRig more efficiently
...
https://github.com/Hamlib/Hamlib/issues/1394
2023-10-04 17:30:02 -05:00
Mike Black W9MDB
e0c4988e6a
Fix some more cppcheck items
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-04 15:50:24 -05:00
Mike Black W9MDB
da5de3cb6e
Fix wrong delete in xiegu.c
...
https://github.com/Hamlib/Hamlib/issues/1351
2023-10-03 22:06:05 -05:00
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