Wykres commitów

11306 Commity (eeca01c08088f70f1ce52ff7c0d8b72055f01124)

Autor SHA1 Wiadomość Data
Mike Black W9MDB eeca01c080 Give a little time for Flex to turn off ptt 2024-08-06 17:01:07 -05:00
Mike Black W9MDB 7b71bc09ab Change timeout on IC7100 to 700ms instead of 1000ms
Hopefully allow for timeout when async packets are coming in every 1000ms
https://github.com/Hamlib/Hamlib/issues/1587
2024-08-04 17:11:19 -05:00
Mike Black W9MDB df48595add Put rig_flush back in frame.c for the IC-7100 -- hopefully fixed async packets on the CI-V port coming from amplifiers
The 7100 cannot unlink the CI-V port and these async packets are not being handled well.
https://github.com/Hamlib/Hamlib/issues/1587
2024-08-04 11:51:18 -05:00
Mike Black W9MDB fe43a6425e In icom frame.c move the frm building inside the collision_retry block
https://github.com/Hamlib/Hamlib/issues/1587
2024-08-02 16:31:49 -05:00
Mike Black W9MDB 4d07c2abad Remove some bad declarations in ctx10.c 2024-08-02 08:41:23 -05:00
Mike Black W9MDB 9d8cc7d260 Move the async detection for Icom to after the echo detection
https://github.com/Hamlib/Hamlib/issues/1587
2024-08-01 17:30:03 -05:00
Mike Black W9MDB 48862ece54 Add comment for Barrett 4100 -- not ready for prime time 2024-08-01 16:49:38 -05:00
Mike Black W9MDB ff71f202c9 Another attempt to fix IC7100 behavior when amplifier is sending requests
Seems the IC7100 cannot separate the CI-V port from the USB CI-V like other Icom rigs
2024-08-01 11:59:15 -05:00
Mike Black W9MDB 725542775b Hopefully fix IC-7100 0xe1 packet async problem 2024-07-31 11:49:59 -05:00
Mike Black W9MDB 47d1dbb030 Remove 0xe1 check for async -- not that simple and now ignored when wrong response in frame.c 2024-07-31 11:48:21 -05:00
Mike Black W9MDB 0fdfacafa3 Fix PT8000A ptt and bandwidth 2024-07-30 11:11:54 -05:00
Mike Black W9MDB 9ace7dbe5c Don't do any ID checks on Hilberling PT8000A 2024-07-30 10:03:16 -05:00
Mike Black W9MDB 6679746c62 Remove KEYSPD from Hilberling PT8000A 2024-07-30 09:46:37 -05:00
Michael Black fd153e26f4
Merge pull request #1590 from chrbayer84/upstream-817
FT-817 power/SWR levels
2024-07-29 11:20:21 -05:00
chrbayer84 1a37c569fa
Merge branch 'master' into upstream-817 2024-07-29 11:57:27 -04:00
Christian Bayer 748be3707f FT-817 power and SWR levels 2024-07-29 17:54:50 +02:00
Mike Black W9MDB 2b10a3078e Allow FT817 to return prior SWR value when not in transmit 2024-07-28 17:30:37 -05:00
Mike Black W9MDB 2668605fbd Fix boo-boo on ft817.c 2024-07-28 16:58:48 -05:00
Mike Black W9MDB ae39040fb1 Adjust PWR table for FT817 2024-07-28 16:56:15 -05:00
Christian Bayer 6db44d6d49
upstream 817 2024-07-28 20:00:35 +02:00
Mike Black W9MDB 5ec0b84645 Update SWR values for FT817 thanks to Christian WA4YA, DL4YA 2024-07-28 06:57:54 -05:00
Mike Black W9MDB 647b477dc9 Fix x26cmdfails in icom.c 2024-07-26 15:48:44 -05:00
Mike Black W9MDB 3f59e962e1 Update simic7100 2024-07-26 07:35:19 -05:00
Mike Black W9MDB b718788c9a Echo detection is now dynamic so can be changed while running
Async packet is now handled correctly...may be tied to the ANT CI-V port
https://github.com/Hamlib/Hamlib/issues/1575
https://github.com/Hamlib/Hamlib/issues/1587
https://github.com/Hamlib/Hamlib/issues/1588
2024-07-25 12:08:23 -05:00
Mike Black W9MDB 75783cb125 Revert "Try to fix IC-7100 remote operation echo oddity"
Seems to break things severely
This reverts commit ed33a235f4.
2024-07-23 09:34:09 -05:00
Mike Black W9MDB ed33a235f4 Try to fix IC-7100 remote operation echo oddity
https://github.com/Hamlib/Hamlib/issues/1575
2024-07-22 16:57:14 -05:00
Mike Black W9MDB db74acc725 Try to fix Hilberling PTT again 2024-07-21 22:22:12 -05:00
Mike Black W9MDB 673d031d5e Fix Hilbering TQ and AI commands 2024-07-21 17:38:40 -05:00
Mike Black W9MDB 979d2adccf On EBUSY write we'll do 2 retries with 200ms wait 2024-07-19 23:10:10 -05:00
Mike Black W9MDB abd6d4f388 Avoid possible segfault 2024-07-19 22:39:12 -05:00
Mike Black W9MDB 2e96b91b04 Add Xiegu X6200 2024-07-17 22:43:35 -05:00
Mike Black W9MDB 56d55f59b3 Fix echo bug
https://github.com/Hamlib/Hamlib/issues/1581
2024-07-17 11:38:59 -05:00
Mike Black W9MDB 3e2922fe69 Fix Icom echo detection
https://github.com/Hamlib/Hamlib/issues/1581
2024-07-17 09:34:28 -05:00
Mike Black W9MDB 8b9c768063 Update info in riglist.h
Make check for mfg_name or model_name of Misc, Other, or Dummy for GM3ZZA's application
Just to avoid ever using these accidentally
2024-07-14 22:57:40 -05:00
Michael Black c0be98aea9
Merge pull request #1584 from GeoBaltz/rp13
Still more rig->state pointer conversion
2024-07-14 10:24:25 -05:00
George Baltz N3GB 1e8ba0dff9 Catch up with latest code
Fix compiler warning
2024-07-14 11:09:05 -04:00
George Baltz N3GB 16707507c6 Yet another batch of state pointers 2024-07-14 01:17:28 -04:00
George Baltz N3GB 7bf63ecbf0 More amplifier and rotator state changes 2024-07-14 01:17:28 -04:00
George Baltz N3GB c28caa7a9c Use macros/pointers for rot->state references 2024-07-14 01:17:28 -04:00
George Baltz N3GB 105a411c74 Use pointers for amp->state references 2024-07-14 01:17:28 -04:00
Mike Black W9MDB fc8642fbf8 Fix elecraft TQ command processing.
Had put in an exception for Hilberling which affected Elecraft TQ command too
So have made Hilberling exception very specific
https://github.com/Hamlib/Hamlib/issues/1583
2024-07-13 16:31:26 -05:00
Mike Black W9MDB 21897517b6 Remove TQX command as not compatible with older K4 firmware.
Need to do firmware check before reimplementing
Give 250ms extra time after TQ command to allow K4 TCP response
https://github.com/Hamlib/Hamlib/issues/1583
2024-07-13 12:45:13 -05:00
Mike Black W9MDB 8cc51f5ad7 Fix Flex 127.0.0.1 error 2024-07-11 22:26:11 -05:00
Mike Black W9MDB f5ad3c64bf Fix compile problem with __TIMESIZE on some OS's
https://github.com/Hamlib/Hamlib/issues/1582
2024-07-11 22:17:29 -05:00
Mike Black W9MDB a3f930b061 Improve K4 firmware detection 2024-07-11 13:19:52 -05:00
Mike Black W9MDB 47cb5fdc1a Change Elecraft K4 to use TQX instead of TQ to speed up ptt checking time
TQ waits for s-meter hold off time so can time out
2024-07-11 10:00:09 -05:00
Mike Black W9MDB 74d780f19f Change Elecraft K4 to use TQX instead of TQ to speed up ptt checking time
TQ waits for s-meter hold off time so can time out
2024-07-11 09:36:33 -05:00
Mike Black W9MDB 2f1e6b636e Restore hardware flow control for TS590S/SG -- manual does say it is required
Use that had problems with RTS keying must find another solution.
https://github.com/Hamlib/Hamlib/issues/1579
2024-07-10 08:37:40 -05:00
Mike Black W9MDB 52f91b3ced Add simpstrotator 2024-07-10 07:26:42 -05:00
Mike Black W9MDB 27838026f5 Update simft991.c and simic7300.c 2024-07-09 11:26:05 -05:00