Wykres commitów

8258 Commity (a6e25219ca15aa97abb651cb437490ea9f7081f7)

Autor SHA1 Wiadomość Data
Mike Black W9MDB a6e25219ca Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-01-07 06:55:30 -06:00
Mike Black W9MDB f3e0178f6b Add Barrett 4050 2022-01-07 06:55:13 -06:00
Michael Black 1cc0b2fb59
Merge pull request #922 from mikaelnousiainen/fix-typo-1
Fix typo in conf parameters documentation
2022-01-06 10:05:52 -06:00
Mikael Nousiainen e486f10c52 Fix typo in conf parameters documentation 2022-01-06 10:38:39 +02:00
Mike Black W9MDB 5735441205 Fix set_mode_with_data for IC-7200
https://github.com/Hamlib/Hamlib/issues/921
2022-01-05 22:58:30 -06:00
Mike Black W9MDB 2f0b12fbb3 Fix WIN32 build 2022-01-05 13:13:12 -06:00
Mike Black W9MDB 0b6d423633 Revert "Fix win32 build"
This reverts commit 3f431314d8.
2022-01-05 13:11:34 -06:00
Mike Black W9MDB 3f431314d8 Fix win32 build 2022-01-05 13:08:38 -06:00
Michael Black bf013a9bb3
Merge pull request #918 from mikaelnousiainen/async-io-on-windows
Implement async I/O on Windows
2022-01-05 11:52:26 -06:00
Mikael Nousiainen 2857a54ea6 Allow enabling of async data mode via conf option. Ignore multicast data publishing if the publisher routine is not enabled. 2022-01-05 19:12:43 +02:00
Michael Black f634cd3050
Merge pull request #913 from arodland/rt21-stop
Enable "stop" command for RT-21 rotator.
2022-01-04 16:54:35 -06:00
Andrew Rodland f5a83df14c
Update RT-21 version 2022-01-04 17:47:48 -05:00
Mike Black W9MDB 4eb0719f1d Fix IC-7610 send_voice_mem looping
https://github.com/Hamlib/Hamlib/issues/917
2022-01-04 07:11:44 -06:00
Mike Black W9MDB 5a5902c7ed Add GET_TX_METER to FT897 2022-01-03 11:38:19 -06:00
Mike Black W9MDB 5b942259ac Added TM-V71(A)
https://github.com/Hamlib/Hamlib/issues/915
2022-01-03 08:24:49 -06:00
Mikael Nousiainen 8ee0383464 Merge branch 'master' into async-io-on-windows 2022-01-03 14:40:09 +02:00
Mikael Nousiainen a00d78c860 Implement pipes using asynchronous/overlapped I/O on Windows 2022-01-03 14:18:49 +02:00
Mike Black W9MDB 60c1be9d0d Improve debug in rig_token_lookup to show parameter 2022-01-02 08:27:28 -06:00
Mike Black W9MDB 66819cd133 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-01-02 08:27:22 -06:00
Mike Black W9MDB fb04893918 Improve debug in rig_confparam to show parameter 2022-01-02 08:27:02 -06:00
Mike Black W9MDB a38447ece6 Add debug to rig_confparam to show parameter 2022-01-02 08:23:49 -06:00
Andrew Rodland be53d99d9f Enable "stop" command for RT-21 rotator. 2022-01-02 01:33:21 -05:00
Mike Black W9MDB 18548ef298 Reduce debug in register.c -- not needed 2022-01-01 17:05:51 -06:00
Mike Black W9MDB 01b7f81119 Add a data tag to the caps structure and a test in rig_init to ensure the data tag is where it is expected
Modify testrigcaps.c to test new data tag
This should detect any changes which corrupt rig_caps from additons/subtractions/changes to the structure
2021-12-31 23:49:29 -06:00
Mike Black W9MDB 3fd5198a57 Fix FT990 set_vfo to other vfo so the vfo swaps back 2021-12-31 23:27:34 -06:00
Mike Black W9MDB 0080044fb1 Remove redundnat testrigcaps in tests/Makefile check 2021-12-30 09:09:42 -06:00
Mike Black W9MDB 954d70c143 Fix testrigcaps for WIN32 build 2021-12-30 07:04:38 -06:00
Mike Black W9MDB 8a78069975 Make write_block fail when device is not open
https://github.com/Hamlib/Hamlib/issues/912
2021-12-30 06:59:26 -06:00
Mike Black W9MDB 80188965a1 Comment out more async code 2021-12-29 22:28:32 -06:00
Mike Black W9MDB a1ea9bf0e3 Add tx500.c 2021-12-29 17:53:40 -06:00
Mike Black W9MDB 7c7d04dc84 Add Lab599 TX-500 2021-12-29 17:50:51 -06:00
Mike Black W9MDB a54b74f3c5 Update testcookie.c 2021-12-29 14:16:16 -06:00
Michael Black e6be62c4af
Merge pull request #910 from arodland/rt21-azel-spurious
Fix spurious writes when no RT-21 second port
2021-12-29 14:06:19 -06:00
Andrew Rodland 8bf26f1fa0 Fix spurious writes when no RT-21 second port
The if condition for whether there actually is a second port is only
covering the sprintf for the elevation command, and not the write
attempt. So we call rotorez_send_priv_cmd2 whether rotport2 is valid or
not. When it's not, we try to write the command to fd 0 (stdin). When
running on the console, this results in trash on the console. When
runnning under something else (e.g. systemd) this results in errors or
other wierd behavior (e.g. EBADF because stdin isn't connected, causing
the command to fail with RIG_EIO).
2021-12-29 13:54:20 -05:00
Mike Black W9MDB 76b3ec72fd Update testrigcaps.c 2021-12-29 12:25:03 -06:00
Mike Black W9MDB f547ef0f13 update NEWS 2021-12-29 09:37:56 -06:00
Mike Black W9MDB e9038f7c41 Add Xeigu G90 and fix spelling 2021-12-29 09:36:54 -06:00
Mike Black W9MDB 05bed8f52e Add vfo_fixup to rig_get_mode 2021-12-28 23:50:32 -06:00
Mike Black W9MDB 99f964ed72 Add vfo_fixup to rig_set_mode 2021-12-28 23:20:57 -06:00
Mike Black W9MDB e223cf8ac9 Remove debug statements from iofunc.c 2021-12-28 23:02:03 -06:00
Mike Black W9MDB 320eb0975d Remove rts/dtr setting from x108g_open 2021-12-28 22:50:51 -06:00
Mike Black W9MDB 739e0633f7 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2021-12-28 22:45:16 -06:00
Mike Black W9MDB 32a9903466 Remove split functions from XG6100 -- rig was rejecting the 0x0f 0x01 split on command so apparently it is not supported
https://github.com/Hamlib/Hamlib/issues/908
2021-12-28 22:44:39 -06:00
Mike Black W9MDB 502409aa17 Remove split functions from XG6100 -- rig was rejecting the 0x0f 0x01 split on command so apparently it is not supported 2021-12-28 22:42:55 -06:00
Mike Black W9MDB cab6ae80b5 Update vfo_fixup to fix VFO_SUB too 2021-12-28 22:30:53 -06:00
Mike Black W9MDB c8cf296711 https://github.com/Hamlib/Hamlib/issues/907 2021-12-28 18:14:35 -06:00
Mike Black W9MDB 882471bf19 Disable test#1d in testcookie -- this may get deprecated 2021-12-28 14:34:02 -06:00
Mike Black W9MDB 664ca38715 Update testrigcaps for 32-bit build 2021-12-28 14:31:31 -06:00
Mike Black W9MDB 6d16f24157 CODAN promoted to stable
Re-enable serial flush
2021-12-28 12:55:50 -06:00
Mike Black W9MDB f5b229f9dc Re-enable serial_flush 2021-12-28 11:26:02 -06:00