Mike Black W9MDB
6b6289313c
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-09-28 08:05:07 -05:00
Mike Black W9MDB
85787c8e89
Fix ST command for older FTDX101D/MP firmware -- needed to turn on split light
...
Apparenlty split was still working but light was not coming on.
https://github.com/Hamlib/Hamlib/issues/1388
2023-09-28 08:04:01 -05:00
Michael Black
db6ffaf7da
Merge pull request #1389 from dg1sbg/master
...
RIG ADAT: Adaptation to firmware 1.40fb and transverter board.
2023-09-27 14:00:24 -05:00
Frank Goenninger
3e0420f138
.gitignore: Ignore some macOS housekeeping files.
2023-09-27 20:27:58 +02:00
Mike Black W9MDB
85226e5bc4
Add two more allowances for FT-991 firmware bug where IF command returns 41 bytes instead of 28
2023-09-27 20:27:58 +02:00
Mike Black W9MDB
be8372c72f
FT-991A V2-01 firmware randomly adds 13 bytes to IF command so allow for it
2023-09-27 20:27:58 +02:00
Frank Goenninger
f797178e96
RIG ADAT: Adaption to firmware 1.40fb and transverter board.
2023-09-27 20:11:24 +02:00
Mike Black W9MDB
b731e77841
Add two more allowances for FT-991 firmware bug where IF command returns 41 bytes instead of 28
2023-09-27 10:23:07 -05:00
Mike Black W9MDB
44a6274bbe
FT-991A V2-01 firmware randomly adds 13 bytes to IF command so allow for it
2023-09-27 09:54:50 -05:00
Mike Black W9MDB
6b4cc5b36b
Fix stop_voice_mem for some kenwood rigs
2023-09-26 08:14:50 -05:00
Mike Black W9MDB
6f3a9831c3
Add voice to TS480
2023-09-25 16:44:52 -05:00
Mike Black W9MDB
5e4cb6f1c1
Add voice_mem functions for TS590S/SG and TS-2000
...
Increase max baud for TS-2000 to 115200
Change TS-2000 to hardware handshake default
2023-09-25 15:15:45 -05:00
Mike Black W9MDB
6644afbf8d
Fix segfault with rigctld/rigctl -m 2 -u
...
https://github.com/Hamlib/Hamlib/issues/1386
2023-09-20 17:35:29 -05:00
Mike Black W9MDB
1fbb03fa92
Remove multicast.c from build
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-20 12:17:10 -05:00
Mike Black W9MDB
5f825aa0d4
Add modelist to multicast
...
Add time to multicast
Fix id to show rig+path
Remove sleep to speed up multicast packets to once per seconds
https://github.com/Hamlib/Hamlib/issues/695
2023-09-18 12:48:39 -05:00
Mike Black W9MDB
da9199577e
Add voice_mem commands for TS990S
2023-09-17 16:26:50 -05:00
Mike Black W9MDB
86df4001a1
Remove one more section from multicast to avoid compile warning fornow.
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 11:25:22 -05:00
Mike Black W9MDB
57c8819ce0
Remove multicast rx until we get it working
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 10:00:07 -05:00
Mike Black W9MDB
e9ef4c1a81
Add ModeList to multicast packet
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-16 09:47:30 -05:00
Mike Black W9MDB
5115fa8959
Fix Kenwood PB command to stop last requested voice channel started
...
https://github.com/Hamlib/Hamlib/issues/1385
2023-09-16 09:36:00 -05:00
Mike Black W9MDB
0bee582095
Remove some more debug from multicast.c to get git build working again
2023-09-15 23:50:50 -05:00
Mike Black W9MDB
e972262e80
Remove some debug from multicast as github build was perhaps failing on it
2023-09-15 23:43:09 -05:00
Mike Black W9MDB
3e91601a0f
Fix JSON for multicast
2023-09-15 23:22:10 -05:00
Mike Black W9MDB
d50ff331ee
Add AGC level get/set to Barrett 4050
...
https://github.com/Hamlib/Hamlib/issues/1384
2023-09-15 11:43:48 -05:00
Mike Black W9MDB
9415fc3446
Expand Barret channels to include non-ham bands
2023-09-15 10:49:55 -05:00
Mike Black W9MDB
f05b6604a2
Add github reference to README.developer
2023-09-14 22:11:21 -05:00
Mike Black W9MDB
8a4767db17
Add kenwood_stop_voice and fix TS890S send_voice
2023-09-14 17:29:20 -05:00
Mike Black W9MDB
4df8260cc1
Stop validating TX1; on FT-950 -- seems it didn't like TX; after TX1;
...
https://github.com/Hamlib/Hamlib/issues/1382
2023-09-14 10:11:27 -05:00
Mike Black W9MDB
4f65288c32
Fix multicast_stop DLL export
...
https://github.com/Hamlib/Hamlib/issues/1090
2023-09-14 10:01:06 -05:00
Mike Black W9MDB
3cf5fab21d
Slow down multicast broadcast when no change has occurred
...
https://github.com/Hamlib/Hamlib/issues/1090
2023-09-14 09:44:50 -05:00
Mike Black W9MDB
ee807a7541
Prevent multicast from doing rig queries at all for now -- threading contention needs to be addressed
...
https://github.com/Hamlib/Hamlib/issues/695
2023-09-14 08:55:21 -05:00
Mike Black W9MDB
a00326161c
Phase I of rig multicast
...
https://github.com/Hamlib/Hamlib/issues/1090
2023-09-13 17:25:26 -05:00
Mike Black W9MDB
5b4654024a
Fix MD cmd for Win4Yaesu by not validating it. Was not responding fast enough and timing out during validation efforts
...
https://github.com/Hamlib/Hamlib/issues/1381
2023-09-12 16:04:14 -05:00
Mike Black W9MDB
81e14ae4f1
Remove ST command from newcat.c for FTDX101D/MP set_tx_vfo
...
Seems to fail on latest firmware for FTDX101MP
https://github.com/Hamlib/Hamlib/issues/1379
2023-09-11 22:09:11 -05:00
Mike Black W9MDB
6f229d1c1a
Fix FTDX101D/MP to not validate ST command
...
https://github.com/Hamlib/Hamlib/issues/1379
2023-09-11 16:17:54 -05:00
Mike Black W9MDB
c07e40e18b
Fix memory channgle in FTDX101 and FTDX101MP
...
Add tag data to memsave.c
Fix RVF error for Elecraft K3
2023-09-08 17:05:34 -05:00
Mike Black W9MDB
256766c5b6
Fix Elecraft K3 RVF fail to just warn and not quit
2023-09-08 16:54:15 -05:00
Mike Black W9MDB
8ebadb3b7d
Get more firmware info for Elecraft K3
2023-09-07 12:01:18 -05:00
Mike Black W9MDB
1e93364f7d
Update simic7851
2023-09-07 11:57:03 -05:00
Mike Black W9MDB
3c48de2159
Update FT991 channel list to include PMS and 5MHz channels
2023-09-07 11:27:43 -05:00
Mike Black W9MDB
2e3e0df4d6
Remove debug from serial.c
2023-08-29 07:45:42 -05:00
Mike Black W9MDB
5963e149a9
Fix IC-590 filter byte
...
https://github.com/Hamlib/Hamlib/issues/1375
2023-08-28 23:34:28 -05:00
Mike Black W9MDB
5d12e5f8bd
Fix IC-905 10Ghz+ set/get freq and lower frequencies too
...
https://github.com/Hamlib/Hamlib/issues/1375
2023-08-27 15:43:28 -05:00
Mike Black W9MDB
6e7aec3077
Fix IC905 test for 5.8GHz (not MHz)
...
vi simic905.c
2023-08-27 12:33:11 -05:00
Mike Black W9MDB
875214eb54
Fix IC-905 set_freq -- get_freq should be working
...
https://github.com/Hamlib/Hamlib/issues/1375
2023-08-27 12:08:00 -05:00
Mike Black W9MDB
8ede3518f1
Remove VFO_OP_XCHG from IC-905 as it's not working in firmware V1.11 anymore
...
https://github.com/Hamlib/Hamlib/issues/1374
2023-08-26 16:06:20 -05:00
Mike Black W9MDB
42b6fb13f9
Remove hamlib/config.h from nobase_include_HEADERS
...
https://github.com/Hamlib/Hamlib/issues/1373
2023-08-26 10:13:54 -05:00
Mike Black W9MDB
c1f24b2f7a
Fix TS2000 SA command
2023-08-25 15:36:12 -05:00
Michael Black
897faf00c0
Merge pull request #1349 from torque/spid-logfix
...
spid: handle a control stream containing log packets
2023-08-22 22:25:48 -05:00
torque
d049b90aa9
spid: flush serial input buffer before command send
...
This seems to take care of the log data pretty much entirely and is
possibly a much simpler alternative solution to the previous two
commits. However, for full robustness, I think it makes sense to keep
all three of these changes together. Also, it's entirely possible that
this approach introduces a performance regression: I haven't
particularly looked at how the buffer flushing is implemented, but if
it ends up doing looped reads with a timeout, this could slow down
command processing for the SPID object significantly. Since I've only
tested this through the command line interface, I have not taken a
close look at performance.
2023-08-22 17:25:53 -07:00