Mike Black W9MDB
5db44be3ba
Update NEWS
2022-12-24 14:03:18 -06:00
Mike Black W9MDB
e70465a9c0
Fix grep error on mingw build
2022-12-24 11:31:12 -06:00
Mike Black W9MDB
b61550bf6b
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-12-23 23:40:11 -06:00
Mike Black W9MDB
4689a2ff11
Add client_version for rigctld clients to report their version to rigctld
...
This should allow for rigctld to report deprecation, compatibility, or alternatives
https://github.com/Hamlib/Hamlib/issues/1153
2022-12-23 23:39:20 -06:00
Mike Black W9MDB
bfa4bbd50d
Full version info now available for Windows File/Properties/Details
...
Will show git version until released
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-23 17:44:44 -06:00
Mike Black W9MDB
70f38022b6
Update NEWS
2022-12-23 16:53:18 -06:00
Mike Black W9MDB
33b2456129
Make FTDX5000 return to MIC input on closing
...
https://github.com/Hamlib/Hamlib/issues/1193
2022-12-23 16:49:45 -06:00
Mike Black W9MDB
17f88dccbf
Fix version_dll.c
...
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-22 12:14:29 -06:00
Mike Black W9MDB
267d07f708
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-12-22 11:58:13 -06:00
Mike Black W9MDB
f31e1b7ad9
File/Properties/Details on hamlib-X.dll now shows information except for File version (still to be fixed)
...
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-22 11:50:50 -06:00
Mike Black W9MDB
cafc094788
Add version information for Windows file/Properties/Details
...
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-21 15:44:36 -06:00
Mike Black W9MDB
b153bcd1e5
Change TX-500 to only have 9600 baud available
...
https://github.com/Hamlib/Hamlib/issues/1188
2022-12-20 08:29:12 -06:00
Mike Black W9MDB
f468fa3c1d
Allow POWERSDR to do commands when powered off
2022-12-19 16:58:44 -06:00
Mike Black W9MDB
31e911edb8
Remove powerstat from TX-500 -- was always responding PS0;
...
https://github.com/Hamlib/Hamlib/issues/1188
2022-12-19 14:55:14 -06:00
Mike Black W9MDB
287fb9091b
Update info in hamlib_tuner_control
...
https://github.com/Hamlib/Hamlib/issues/1192
2022-12-19 14:38:58 -06:00
Mike Black W9MDB
04b18c9d5b
Add --set-conf=tuner_control_pathname=hamlib_tuner_control
...
Program will be passed 0 or 1 (Off or On)
Example script in tests/hamlib_tuner_control
https://github.com/Hamlib/Hamlib/issues/1192
2022-12-19 12:55:18 -06:00
Mike Black W9MDB
ea29263f35
Fix unidirectional rig cached frequency (e.g. FT736R)
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-18 09:01:27 -06:00
Mike Black W9MDB
b1828d951a
Ensure get_powerstat return RIG_OK when rig does not have get_powerstat
...
https://github.com/Hamlib/Hamlib/issues/1189
2022-12-17 17:23:52 -06:00
Mike Black W9MDB
9970a2767d
Reset rig->state.cache.split so it can be set again when rigctld reopens the rig
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-17 10:35:56 -06:00
Mike Black W9MDB
04f5195cfd
Do not reset cache for unidirectional rigs
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-17 10:28:31 -06:00
Mike Black W9MDB
9508c45f00
Update NEWS
2022-12-17 10:00:07 -06:00
Mike Black W9MDB
120c580de0
FT-736 did not have get_mode so only call get_mode when available
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-17 09:59:04 -06:00
Mike Black W9MDB
250a5b0211
Update NEWS
2022-12-15 17:14:00 -06:00
Mike Black W9MDB
f554c3a7ff
Fix kenwood_ts890_get_level -- thanks to N3GB George Baltz
2022-12-15 17:11:08 -06:00
Mike Black W9MDB
32b1ce161e
Update NEWS
2022-12-15 12:04:14 -06:00
Michael Black
830bf5a941
Merge pull request #1191 from PianetaRadio/master
...
Rotator Prosistel elevation with azimuth logic
2022-12-15 11:42:53 -06:00
PianetaRadio
9eecfc3b2d
Update rotlist.h
...
Add Elevation rotator with Control box responding to azimuth logic
2022-12-15 18:24:55 +01:00
PianetaRadio
40066a6cfa
Update prosistel.c
...
Add Elevation rotator with Control box responding to azimuth logic
2022-12-15 18:21:23 +01:00
PianetaRadio
b1ac588667
Update prosistel.h
...
Add Elevation rotator with Control box responding to azimuth logic
2022-12-15 18:12:32 +01:00
PianetaRadio
7fc23e59a3
Update prosistel.c
...
Add Elevation rotator with Control box responding to azimuth logic
2022-12-15 18:09:51 +01:00
Mike Black W9MDB
2a84386ae8
Add simft736.c and update others
2022-12-14 22:59:46 -06:00
Mike Black W9MDB
57f2646daa
Update NEWS
2022-12-14 11:17:17 -06:00
Mike Black W9MDB
e9192f5a8b
Add get_freq cached for FT736R to allow working with gpredict
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-14 11:14:54 -06:00
Mike Black W9MDB
a9497b2958
Update NEWS
2022-12-14 11:04:30 -06:00
Mike Black W9MDB
eb03592d00
If get_powerstat fails in any way then always return RIG_POWER_ON
...
https://github.com/Hamlib/Hamlib/issues/1189
2022-12-14 09:05:27 -06:00
Mike Black W9MDB
d1fffb7c84
Update NEWS
2022-12-13 08:02:24 -06:00
Mike Black W9MDB
368a07ad78
Update NEWS
2022-12-12 23:53:41 -06:00
Mike Black W9MDB
f224e71a58
-R option will keep rig open as long as 1 or more clients are connected
...
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-12 23:46:53 -06:00
Mike Black W9MDB
5b704d24fb
Allow rigctld to close the rig with the -R option when client disconnects.
...
This makes it close when any one client disconnects.
Should only close when no clients are connected -- that will be the next patch
This is for the FT736R and gpredict
https://github.com/Hamlib/Hamlib/issues/1187
2022-12-12 23:28:22 -06:00
Mike Black W9MDB
5c4c2f7748
If get_powerstat fails assume rig is powered on -- should fix sdr++ problem
...
https://github.com/Hamlib/Hamlib/issues/1186
2022-12-12 17:38:52 -06:00
Mike Black W9MDB
df8b88072a
Add all the baud rates to serial.c -- virtual serial ports can handle 4,000,000 baud
2022-12-11 23:18:38 -06:00
Mike Black W9MDB
3a91446287
Update simftdx1200.c
2022-12-11 14:50:13 -06:00
Mike Black W9MDB
d977f3fbdb
astyle newcat.c
2022-12-11 13:56:29 -06:00
Mike Black W9MDB
294bdc7d2a
Add FTDX1200 to rigs that need to ensure PTT is off before changing frequency
...
https://github.com/Hamlib/Hamlib/issues/1185
2022-12-11 11:53:22 -06:00
Mike Black W9MDB
d1dccffd6b
Add serialnum parser for MDS rig
2022-12-10 11:58:20 -06:00
Mike Black W9MDB
fd24547386
Add new simulators
2022-12-10 11:57:31 -06:00
Mike Black W9MDB
5339b431e4
Fix rigctld segfault when using -P RTS
...
https://github.com/Hamlib/Hamlib/issues/1182
2022-12-10 11:49:45 -06:00
Mike Black W9MDB
17ad0fcb90
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2022-12-09 23:35:20 -06:00
Mike Black W9MDB
6331709fd6
Add --disable-parallel configure option
...
https://github.com/Hamlib/Hamlib/issues/1181
2022-12-09 23:35:03 -06:00
Mike Black W9MDB
ebdad6d736
Add --disable-parallel configure option
2022-12-09 23:32:51 -06:00