Wykres commitów

9535 Commity (b153bcd1e5604b55fd5c0d1b46389909f074c169)

Autor SHA1 Wiadomość Data
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
Mike Black W9MDB 6ef7009f6c Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-12-09 12:19:19 -06:00
Michael Black 2f7e5ab733
Merge pull request #1180 from dforsi/fix/unused-includes
Remove unused includes
2022-12-09 12:19:06 -06:00
Daniele Forsi IU5HKX f359f32bc4 Remove unused include of stdlib.h 2022-12-09 18:10:24 +01:00
Daniele Forsi IU5HKX 34ef939350 Remove unused include of stdarg.h 2022-12-09 18:05:18 +01:00
Daniele Forsi IU5HKX f17a08fe85 Remove unused include of stdbool.h 2022-12-09 18:03:41 +01:00
Daniele Forsi IU5HKX f4923723fb Remove unused includes of ctype.h 2022-12-09 17:43:48 +01:00
Daniele Forsi IU5HKX 05a8aaebe3 Remove unused include of usb_port.h 2022-12-09 17:39:43 +01:00
Daniele Forsi IU5HKX a5773f6f4e Remove unused includes of cal.h 2022-12-09 17:39:43 +01:00
Daniele Forsi IU5HKX 3f077a5cf5 Remove unused includes of gpio.h 2022-12-09 17:31:23 +01:00
Daniele Forsi IU5HKX 6008979708 Remove unused include of getopt.h 2022-12-09 17:31:20 +01:00
Mike Black W9MDB 93c4c28d06 Update NEWS 2022-12-09 09:55:49 -06:00