Wykres commitów

292 Commity (d7d450df493dd47c913bfc3c5272be4ba32eaf4b)

Autor SHA1 Wiadomość Data
Michael Black W9MDB 4b41c0dbfc Let flrig use 5 second timeout from rig instead of overriding it 2021-01-28 12:24:22 -06:00
Michael Black W9MDB 2be172ac4e Improve robustness of rigctld
Now retries opening indefinitely
Improved client side too
Error message should now show timeout if rig disappears
2021-01-24 10:51:19 -06:00
Michael Black W9MDB e7b6e61ed0 astyle files prepping for 4.1 release 2021-01-22 10:41:30 -06:00
Michael Black W9MDB 81cc189f57 Update trxmanager model name 2021-01-20 07:20:46 -06:00
Michael Black W9MDB 00a48edf5d Increase retries and timeout on flrig.c 2021-01-17 08:08:34 -06:00
Michael Black W9MDB 6e28ec4ec4 Increase retries and timeout on flrig.c 2021-01-17 08:08:14 -06:00
Michael Black W9MDB 8595c244e4 Add retries to flrig.c for set commands
Was getting some timeouts on these set commands
2021-01-16 12:32:18 -06:00
Michael Black W9MDB 598b105e79 astyle files prepping for 4.1 release 2021-01-15 16:48:32 -06:00
Michael Black W9MDB 4e9791d8b9 Update flrig version 2021-01-12 23:03:54 -06:00
Michael Black W9MDB 00a7f2c749 Fix flrig set_micgain to use i4 format 2021-01-12 23:03:20 -06:00
Michael Black W9MDB ca8ed30f8f astyle files 2021-01-09 10:13:17 -06:00
Michael Black W9MDB 0089964af7 Add some dumpcaps values to allow for set/get_freq and set/get_vfo functions
https://github.com/Hamlib/Hamlib/issues/490
2021-01-08 16:37:53 -06:00
John Paul Adrian Glaubitz 5805de6e1e dummy/dummy.c: Fix unaligned access in dummy_get_level()
This fixes an unaligned access in dummy/dummy.c in the function
dummy_get_level() which resulted in crashes (Bus Error) on systems
with stricter alignment requirements such as SPARC.

On x86_64 (and any other architecture with less strict alignment
requirements), the compiler automatically optimizes the memcpy()
out if necessary such that there are no performance issues.
2021-01-08 21:14:35 +01:00
Michael Black W9MDB 44c1645785 Fix PowerSDR STRENGTH 2020-12-31 14:24:22 -06:00
Michael Black W9MDB 29f56de41d Fix flrig STRENGTH call 2020-12-31 09:52:07 -06:00
Michael Black W9MDB 77bd4e2322 Fix RIG_LEVEL_STRENGTH break in flrig.c 2020-12-31 07:43:13 -06:00
Michael Black W9MDB 82958c957c Add RIG_MODE_SPEC for PowerSDR and perhaps others to come 2020-12-27 14:53:39 -06:00
Michael Black W9MDB a714899cb0 Update modes for PowerSDR in flrig.c 2020-12-26 23:55:28 -06:00
Michael Black W9MDB f14054b6fa Add DIGU/DIGL for flrig modes for PowerSDR 2020-12-26 23:38:06 -06:00
Michael Black W9MDB 1e6bce288f Add C4FM mode to flrig.c
https://github.com/Hamlib/Hamlib/issues/478
2020-12-24 23:15:42 -06:00
Michael Black W9MDB b263ea1697 Fix default powermeter_scale in flrig.c 2020-12-17 16:58:21 -06:00
Michael Black W9MDB 29c57bc5a7 Add powermeter_scale to flrig 2020-12-17 16:51:19 -06:00
Michael Black W9MDB 0242df5098 Fix RIG_LEVEL_RFPOWER_METER_WATTS for flrig #2 2020-12-17 16:37:53 -06:00
Michael Black W9MDB cb7f5ca120 Fix RIG_LEVEL_RFPOWER_METER_WATTS for flrig 2020-12-17 16:16:45 -06:00
Michael Black W9MDB 263f1cde72 astyle files 2020-12-17 15:07:04 -06:00
Michael Black W9MDB 2a0deb3415 Add RIG_LEVEL_RFPOWER_METER_WATTS
Old level of 0-1 just doesn't work well with the varying power levels in rigs now
2020-12-16 17:47:49 -06:00
Michael Black W9MDB f54d0508fd Added flrig LEVEL values STRENGTH, RF, AF, RFPOWER_METER, MICGAIN
https://github.com/Hamlib/Hamlib/issues/460
2020-12-13 08:55:50 -06:00
Michael Black W9MDB 09da908bb3 Add ftdx9000 power levels
https://github.com/Hamlib/Hamlib/issues/462Z
2020-12-11 16:12:11 -06:00
Mikael Nousiainen 472293cd57 Comments 2020-12-03 23:21:57 +02:00
Mikael Nousiainen 457211a7e3 Add get_status command for rotator status flags. Add missing rotator caps in dumpcaps output. 2020-12-03 21:40:34 +02:00
Mikael Nousiainen a661bee283 Add rotator funcs/levels/parms to rotator caps dump 2020-12-02 22:35:38 +02:00
Mikael Nousiainen bb315270bf Merge branch 'master' into rotator-speed-control-and-status 2020-12-02 21:46:23 +02:00
Michael Black W9MDB 5fc36df249 astyle files 2020-11-30 14:53:55 -06:00
Michael Black W9MDB c70d841b83 Add NOCHANGE_PASSBAND to icom...cascading effect on adding vfo elsewhere...which is needed anyways
https://github.com/Hamlib/Hamlib/issues/448
2020-11-29 23:32:14 -06:00
Mikael Nousiainen a48f149955 Implement funcs, levels and parms + the ext variants for rotators. Add option to not change rotator speed when using the move command. Add rotator status flags. Work in progress. 2020-11-24 21:51:10 +02:00
Michael Black W9MDB 74356b3a99 Add RIG_TARGETABLE_PTT and RIG_TARGETABLE_RITXIT
For most rigs these are non-vfo specific commands so we can avoid doing VFO switching
Add flags to all Yaesu, Icom, and Kenwood in rig_open
Some rigs do have VFO specific but it's already in the backend
More rigs can use these flags..TBD...
https://github.com/Hamlib/Hamlib/issues/430
2020-10-31 17:19:08 -05:00
Michael Black W9MDB 948e9d5f99 astyle files 2020-10-23 11:36:42 -05:00
Michael Black W9MDB 53c09369ea Add MAIN/SUB vfos to dummy for testing purposes
https://github.com/Hamlib/Hamlib/issues/404
2020-10-23 11:30:18 -05:00
Michael Black W9MDB 6d51f65528 astyle files 2020-10-06 23:14:27 -05:00
Michael Black W9MDB 81c2385d43 Have TS950 return default bandwidths for FM, AM, FMN
SH0; does not work in these modes
https://github.com/Hamlib/Hamlib/issues/398
2020-10-06 16:51:34 -05:00
Michael Black W9MDB fca4cc7903 Lots of changes to get Main/Sub recognized across rigctl/rigctld boundary
Needs lots of testing
https://github.com/Hamlib/Hamlib/issues/395
2020-10-06 21:50:37 +01:00
Michael Black W9MDB 0e44e2f317 Move dummy to rigs directory
Remove unneeded references to dummy
2020-10-05 09:58:20 -05:00