George Baltz N3GB
ed630b28d1
Revert "Fix FTDX101MP RFPOWER to allow 200W"
...
Unnecessary code, breaks other levels.
This reverts commit f255f6f8d8
.
2023-12-01 11:11:21 -05:00
Mike Black W9MDB
f255f6f8d8
Fix FTDX101MP RFPOWER to allow 200W
...
https://github.com/Hamlib/Hamlib/issues/1396
2023-11-30 22:32:42 -06:00
Mike Black W9MDB
88c3d9427b
Fix simftdx101
2023-11-30 22:15:44 -06:00
Mike Black W9MDB
cc49669b49
Change Icom 0x26 behavior to leave filter# alone
...
Rigs should remember filter based on last filter used for the mode
2023-11-30 10:31:56 -06:00
Mike Black W9MDB
8940d91522
Fix CPU usage in simulators when client quits
2023-11-29 17:04:56 -06:00
Mike Black W9MDB
e40981e198
Add simtrusdx.c
2023-11-29 16:02:19 -06:00
Mike Black W9MDB
a5ad218bba
Add simft1000 to Makefile.am
2023-11-29 15:58:15 -06:00
Mike Black W9MDB
7973db52de
Remove debug from network.c
2023-11-29 14:53:39 -06:00
Mike Black W9MDB
001dd01a10
Fix more compile errors for mingw
2023-11-29 12:53:16 -06:00
Mike Black W9MDB
756fad1c72
Fix compile error on mingw with network.c
2023-11-29 12:47:38 -06:00
Mike Black W9MDB
07f57cfc18
Fix error on ctrl-c of rigctld
2023-11-29 12:45:11 -06:00
Mike Black W9MDB
ed94193935
Add #define RIGCAPS_NOT_CONST
...
Allows clients to test for which declarations to use
https://github.com/Hamlib/Hamlib/issues/1436
2023-11-29 11:10:43 -06:00
Mike Black W9MDB
a910b16e8f
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-11-28 07:06:47 -06:00
Michael Black
4f019e622e
Merge pull request #1434 from pdaderko/master
...
Fix for iOptron rotator (tested with AZ Mount Pro), added improvements
2023-11-28 07:06:33 -06:00
pdaderko
c0457a0d7b
Fixed functionality (AZ Mount Pro), added improvements
...
Updated code to work with current AZ Mount Pro firmware.
Current firmware uses serial at 115200.
Original code looked for # delimiter on responses, but not all responses end in #. This caused the software to timeout, which caused slow response time, and in some cases returned a failure (including :MountInfo# used at open). All responses have fixed length replies, so code updated to look at fixed length data rather than delimiter.
Added workarounds for a couple firmware bugs.
Minor cleanup.
2023-11-28 05:07:00 -05:00
Mike Black W9MDB
09ab2819b3
Add better error info to serial error
2023-11-27 11:39:09 -06:00
Mike Black W9MDB
46c16b22a0
Fix compile warning
2023-11-26 12:41:26 -06:00
Mike Black W9MDB
698cb10ff3
Re-enable extra get_freq so see if it fixes timeout problem on IC-7100
2023-11-25 22:33:07 -06:00
Mike Black W9MDB
9c01045356
Fix HOMEPATH for Windows hamlib_settings file
2023-11-25 15:05:42 -06:00
Mike Black W9MDB
30f47cdeba
Update Icom simulators for better behavior at rigctl shutdown
2023-11-25 09:29:01 -06:00
Mike Black W9MDB
50563e2fce
Add simft1000.c
2023-11-24 22:08:56 -06:00
Mike Black W9MDB
6712f32fe3
Add VFOB mode to FT1000
2023-11-24 17:20:01 -06:00
Mike Black W9MDB
8c49a977fa
Change FT1000 to ALPHA
2023-11-24 17:18:06 -06:00
Mike Black W9MDB
5bb669edbd
Add FT-1000 in write-only mode
...
freq,mode,ptt,vfo functions implemented
2023-11-24 17:06:35 -06:00
Mikael Nousiainen
0dea8ed8bb
Print integer level range
2023-11-24 00:17:48 +02:00
Mike Black W9MDB
9841e500b9
Fix ptt_share segmentation fault
...
https://github.com/Hamlib/Hamlib/issues/1433
Fix ID5100 0x25 and simplex VFO actions
https://github.com/Hamlib/Hamlib/issues/1429
2023-11-23 15:00:05 -06:00
Mike Black W9MDB
f28d674211
Remove unnecessary rig_get_freq
2023-11-22 23:44:15 -06:00
Michael Black
50c4646c1d
Merge pull request #1432 from dgbalharrie/master
...
added RIG_MTYPE_VOICE and RIG_MTYPE_MORSE to chan_type_t and IC 7300,…
2023-11-22 17:10:35 -06:00
davidg
f88399ed3a
fix the missing comma in chan_list for IC7300, IC9700, IC705
2023-11-22 18:14:33 +00:00
davidg
d0fd27afd6
added RIG_MTYPE_VOICE and RIG_MTYPE_MORSE to chan_type_t and IC 7300, 9700 and 703 radios.
2023-11-22 17:46:21 +00:00
Mikael Nousiainen
8185a3562b
Merge branch 'master' into streamline-vfo-targeting-and-split-functionality
2023-11-22 18:52:37 +02:00
Mikael Nousiainen
00cb0eccdc
Fix multicast publisher write commands to use a mutex lock to prevent corruption in (spectrum) data written with multiple write() calls. Remove unnecessary hl_usleep() calls in Icom backend, as the frame parser will correctly detect transceive messages.
2023-11-22 18:41:55 +02:00
Mike Black W9MDB
5d51e29d44
Fix conf.c to detect const structure
2023-11-22 07:28:05 -06:00
Mike Black W9MDB
15729dfafd
Fix segfault in conf.c on TOK_PTT_TYPE
2023-11-22 07:18:55 -06:00
Mikael Nousiainen
7b341a2ad6
Merge branch 'master' into streamline-vfo-targeting-and-split-functionality
2023-11-20 10:16:15 +02:00
Mikael Nousiainen
7d5f540b9c
Fix bugs in dummy rig. Report errors (incl. timeouts) from icom_get_powerstat(), because the timeout reason is often something else than rig being powered off. Check for power status changes in rigctld/rigctl command loops.
2023-11-20 10:15:45 +02:00
Mike Black W9MDB
bb87d92f43
Update simts950 and simts990
2023-11-18 10:39:58 -06:00
Mike Black W9MDB
eff7d97c64
Update rigctl.1
2023-11-17 00:07:04 -06:00
Mike Black W9MDB
58fdb4423f
Add callback.c test
2023-11-16 16:37:03 -06:00
Mike Black W9MDB
85f828b19f
Add sim.h
2023-11-16 16:33:32 -06:00
Mike Black W9MDB
41a1da795c
Fix build for Apple
...
https://github.com/Hamlib/Hamlib/issues/1430
2023-11-16 15:42:52 -06:00
Mike Black W9MDB
deebca4eaf
Remove voice functions from IC275 -- rig does not have them
2023-11-16 15:12:01 -06:00
Mike Black W9MDB
7d9ef323d7
Add some needed enums
2023-11-16 14:40:54 -06:00
Mike Black W9MDB
43545e171a
Fix debug statement for mingw
2023-11-16 14:40:25 -06:00
Mike Black W9MDB
16488d3267
Add -liphlpapi to configure.ac for mingw build
...
https://github.com/Hamlib/Hamlib/issues/1409
2023-11-16 09:16:26 -06:00
Mike Black W9MDB
c1780b19f4
Add wireless detection for multicast address -- possible fix for UDP error messages by using 127.0.0.1 instead of IN_ADDR_ANY
...
https://github.com/Hamlib/Hamlib/issues/1409
2023-11-16 09:05:29 -06:00
Mike Black W9MDB
cb34dc3b20
Add stop_voice_mem to some icom rigs
...
Also add send_voice_mem to IC275
2023-11-16 09:02:32 -06:00
Mike Black W9MDB
4f0393d6ad
Add simic275.c
2023-11-15 07:38:13 -06:00
Mike Black W9MDB
e8d387d51c
Update actions in c-cpp.yml
2023-11-14 23:54:56 -06:00
Mike Black W9MDB
1fce7ced5b
Really fix modeMapGetHamblib in Flrig to find mode in multiple mode list
...
https://github.com/Hamlib/Hamlib/issues/1428
2023-11-14 23:44:47 -06:00