Mike Black W9MDB
fd473062d1
astyle kenwood.c
2023-03-18 15:21:30 -05:00
Mike Black W9MDB
57b7cd1860
Fix spelling error in rotctl.c help and add offset settings to rotctl.1
2023-03-16 16:41:35 -05:00
Mike Black W9MDB
24a4a09484
Update NEWS
2023-03-14 17:35:33 -05:00
Michael Black
e05eb7743b
Merge pull request #1248 from matthew-wolf-n4mtt/n4mtt-saebrtrack
...
N4MTT saebrtrack
2023-03-14 17:31:22 -05:00
Matthew J Wolf
dff890a143
Merge branch 'Hamlib:master' into n4mtt-saebrtrack
2023-03-14 18:15:06 -04:00
Michael Black
9823a41f48
Merge pull request #1247 from dforsi/master
...
Fix include not found by cppcheck.sh
2023-03-12 12:44:29 -05:00
Daniele Forsi IU5HKX
8e08385d2d
Fix include not found by cppcheck.sh
...
Fixes:
nofile:0:0: error: Can not open include file 'include/config.h' that is explicitly included. [preprocessorErrorDirective]
2023-03-12 18:39:08 +01:00
Matthew J. Wolf
a64bb4fc7d
Duplicated other changes made to easycom
2023-03-10 14:28:43 -05:00
Matthew J. Wolf
631a7a5faa
change from commit cdb3a60
to master
2023-03-10 13:48:29 -05:00
Matthew J. Wolf
16f03dcdfb
Type casting from easycom
2023-03-10 13:40:37 -05:00
Matthew J. Wolf
f5c26bf235
Inital add of rotator saebrtrack
2023-03-10 13:03:14 -05:00
Michael Black
19b2c33e62
Merge pull request #1246 from akhepcat/master
...
Support 5ghz/60M memory channels
2023-03-09 22:22:04 -06:00
Leif Sawyer
09a6bbf7c7
Support 5ghz/60M memory channels
2023-03-09 13:56:09 -09:00
Mike Black W9MDB
77dd85289c
Update NEWS
2023-03-08 15:54:05 -06:00
Michael Black
94b8e53be9
Merge pull request #1245 from mikaelnousiainen/icom-async-fixes
...
Fix issues with async I/O
2023-03-08 15:50:23 -06:00
Mikael Nousiainen
f17f6f0f42
Disable rig port flushing when async I/O is enabled. Improve validation of Icom frames.
2023-03-08 23:35:08 +02:00
Michael Black
0e6fd996bc
Merge pull request #1244 from mikaelnousiainen/ts2000-fixes
...
Improve Kenwood TS-2000 backend
2023-03-08 15:31:58 -06:00
Mike Black W9MDB
6cf65cc099
Update NEWS
2023-03-07 15:40:19 -06:00
Mike Black W9MDB
2f68033840
Fix set_vfo in jst145.c
2023-03-07 15:38:28 -06:00
Mike Black W9MDB
95196ca96c
Fix set_freq in jst145.c
2023-03-07 15:00:00 -06:00
Mikael Nousiainen
ec0645780c
Fix Kenwood TS-2000 bugs and implement essential commands for remote control
2023-03-07 10:38:20 +02:00
Mike Black W9MDB
0591aee8e6
Remove dead code
2023-03-06 11:32:58 -06:00
Mike Black W9MDB
edc18103f0
Move semicolon removal after complete string is read.
...
xg3 was expecting single ; response and old way was causing timeouts
2023-03-06 11:27:41 -06:00
Mike Black W9MDB
a8aba7c13b
Add tcflush back into flush routine
...
https://github.com/Hamlib/Hamlib/issues/1241
2023-03-06 11:26:35 -06:00
Michael Black
2622113d2f
Merge pull request #1243 from kholia/simulator-fixes
...
Minor fixes for FT-747GX simulator
2023-03-06 09:48:00 -06:00
Dhiru Kholia
3d4fe8fead
Minor fixes for FT-747GX simulator
2023-03-06 21:00:35 +05:30
Mike Black W9MDB
d06244c47f
Re-enable set/get mem for xg3
2023-03-05 17:03:29 -06:00
Mike Black W9MDB
eb5767c0ca
Align xg3 with kenwood_priv and remove set/get mem for xg3 for now
2023-03-05 13:19:43 -06:00
Mike Black W9MDB
e428d824cd
Fix xg3 set_freq
2023-03-05 13:12:33 -06:00
Michael Black
126e7dfefd
Merge pull request #1242 from dforsi/master
...
Fix unterminated comment
2023-03-04 16:29:23 -06:00
Daniele Forsi IU5HKX
9ad9f23fe1
Fix unterminated comment
...
Fixes a cppcheck error:
rigs/mds/serialnum.c:106:1: error: Unmatched '}'. Configuration: ''. [syntaxError]
2023-03-04 23:13:11 +01:00
Mike Black W9MDB
decc056662
Remove caps->get_ptt from DTR/RTS get_ptt -- seems we should not need query via CAT when using DTR/RTS
...
https://github.com/Hamlib/Hamlib/issues/1241
2023-03-04 11:17:14 -06:00
Mike Black W9MDB
fe1eabf531
Win4Yaesu is not recognizing EX commands so we ignore errors on the EX command for some Yaeus rigs
2023-02-28 16:57:47 -06:00
Michael Black
ee7ecc71a1
Merge pull request #1240 from GeoBaltz/kenwood_levels
...
Kenwood levels
2023-02-26 23:40:50 -06:00
George Baltz N3GB
07fc69f3e8
Enable first user of check_level_param
...
Use check_level_param for all RIG_LEVEL_CWPITCH sets for Kenwood rigs.
Note that the placement of the call is temporary; eventually it should
be moved outside the main switch statement, and invoked for all set_levels.
2023-02-26 13:12:52 -05:00
George Baltz N3GB
a9b9154a2d
Round 2.
2023-02-26 13:12:52 -05:00
George Baltz N3GB
14aa095362
Do the check for min=max=0 the right way.
...
Avoids possible compiler/arch/endian weirdness.
2023-02-26 13:12:52 -05:00
George Baltz N3GB
00e2797c6f
First round of level_gran additions.
...
Issue: #1144
2023-02-26 13:12:52 -05:00
George Baltz N3GB
bc476a1c94
ATTenuator level 0 should always be allowed - to turn it off.
2023-02-26 13:12:52 -05:00
George Baltz N3GB
f161ae7b35
Add routine to check input to <brand>_set_level
...
See https://github.com/Hamlib/Hamlib/issues/1144
2023-02-26 13:12:52 -05:00
George Baltz N3GB
f5a1dabd06
Add missing level definitions for TS-590SG
2023-02-26 13:12:52 -05:00
Mike Black W9MDB
a9cb121584
Add stop_morse for some Kenwood rigs
2023-02-25 22:11:11 -06:00
Mike Black W9MDB
717dae5027
Fix potential segfault in cmdstr check in kenwood.c
2023-02-21 11:44:12 -06:00
Mike Black W9MDB
fb12668f06
Allow single semicolon characaters to be skipped
2023-02-20 22:49:27 -06:00
Mike Black W9MDB
514d87dcc9
astyle kenwood.c
2023-02-19 17:01:42 -06:00
Mike Black W9MDB
c0030fa01d
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-02-19 16:57:10 -06:00
Mike Black W9MDB
10ac497c0b
Improve response of ;;;;PS1; command
2023-02-19 16:56:51 -06:00
Michael Black
fef9737a47
Merge pull request #1238 from dforsi/update-gitignore
...
Update .gitignore
2023-02-19 08:23:46 -06:00
Daniele Forsi IU5HKX
dbd9ff45fa
Update .gitignore
...
Add more generated files.
2023-02-19 08:42:15 +01:00
Mike Black W9MDB
3d38f8b214
Add offset_vfoa and offset_vfob configuraiton parameters for adding freq offsets to VFOA/Main and VFOB/Sub
2023-02-17 12:33:14 -06:00