Elliott Liggett
156f45d42f
Added quicksplit checkbox
2023-02-01 09:21:17 -08:00
Elliott Liggett
d503df03bd
Continued repeater status work...
2023-01-31 18:00:12 -08:00
Elliott Liggett
6976120d48
Working manual repeater offset, split, tones, tones on sub vfo, etc!
2023-01-27 21:42:57 -08:00
Elliott Liggett
f660681c53
Added MS and AB VFO operations.
2023-01-27 12:44:23 -08:00
Phil Taylor
d9e839b6f2
Merge branch 'master' into shuttle
2022-12-28 10:07:02 +00:00
Phil Taylor
7138ef69ea
Merge branch 'master' into various-fixes
2022-11-26 19:02:11 +00:00
Elliott Liggett
a5ac42fe57
Fixed broken RTS preference. Added preliminary (and untested) support
...
for the IC-703, 737, 738, and 756.
2022-11-23 16:59:10 -08:00
Phil Taylor
f7c532007e
Make bandType a struct containing frequency and default SSB mode
2022-10-29 15:12:30 +01:00
Phil Taylor
5d0f6e82c5
Merge branch 'cluster' into shuttle
2022-10-11 16:42:34 +01:00
Phil Taylor
dbc13a0533
Initial work on cluster spots.
2022-09-29 17:17:51 +01:00
Phil Taylor
546330e829
Merge master into shuttle
2022-09-18 16:36:52 +01:00
roeland jansen
5dcb0819a8
Merge branch 'master' into 'master'
...
Added IC-746
See merge request eliggett/wfview!9
Thanks to Philip Kubat
2022-05-26 15:16:40 +00:00
Phil Taylor
8ee8d23fb9
'Almost' working shuttle support
2022-04-22 11:11:21 +01:00
Philip Kubat
38274cc3c8
Added IC-746
2022-02-07 20:31:29 -05:00
Phil Taylor
9ae8bc660c
Lots more fixes and tweaks
2022-01-29 22:50:58 +00:00
Phil Taylor
4a1be30c40
Non-working standalone server
2022-01-26 09:49:52 +00:00
Elliott Liggett
77509aead6
Added RTS PTT support commHandler and rigCommander. RTS is only sent
...
from rigCommander at this time, the pty is not parsed.
2021-11-05 23:21:36 -07:00
Elliott Liggett
cecaee397d
Added support for IF Shift and Twin Pass-Band Filters. Currently
...
accessable only via the debug button.
2021-11-05 10:09:31 -07:00
Elliott Liggett
c3bdcf2287
Merge remote-tracking branch 'origin/master' into rigs
2021-11-04 20:39:14 -07:00
Phil Taylor
67c80c2510
Add better detection of ci-v transceive disable
2021-08-29 00:16:31 +01:00
Elliott Liggett
f44dd4bda2
Added IC-736
2021-08-17 14:00:37 -07:00
Elliott Liggett
390f9500dc
Added more support for the IC-9100
2021-08-17 09:35:40 -07:00
Phil Taylor
3a2db789a2
Add ritctl model to rigCaps
2021-08-07 18:34:34 +01:00
Phil Taylor
e40545cf77
Add RX antenna selection for rigs that support it
2021-07-16 17:08:55 +01:00
Elliott Liggett
761dbd18a0
New unified outgoing command queue. Tested on IC-9700 and IC-718 (to
...
remote wfview server). CPU usage seems higher but please check your
system.
Timing seems to be acceptable but could probably use some tweaks. S-
meter polling is 25ms for fast radios, and slower rates for slower
radios. Half-duplex serial radios receive 3x slower polling to make room
for replies.
For Freq, Mode, etc "regular" constant polling (new feature):
IC-9700 polling is 5 per second, IC-718 is 1-2 per second.
Just helps keep the UI in sync with changes taking place at the rig. The
polling is slow enough that it doesn't impact anything. But quick enough
that it catches discrepencies pretty quickly.
2021-06-20 13:34:32 -07:00
Elliott Liggett
2508b4d71c
Additional support for the IC-R8600, including wider scope spans.
2021-06-18 22:45:12 -07:00
Elliott Liggett
cc92aa1b5c
Added full duplex comms parameter to rigCaps. We assume half-duplex
...
until we receive a reply to rigID.
2021-06-18 12:41:56 -07:00
Elliott Liggett
9664238917
Preliminary IC-718 support. Very basic.
2021-06-08 14:42:19 -07:00
Elliott Liggett
d4f46e60f1
Changed method for adding modes to rigs and populating the rig menu.
...
This should be easier to maintain and better in the long run.
2021-05-21 23:46:15 -07:00
Elliott Liggett
d776fb4331
Added IC-756 Pro. Tested UI and back-end response with 7300 and fake
...
RigID reply.
2021-05-20 16:15:25 -07:00
Elliott Liggett
8e85d0365f
Added additional support for the IC-756 Pro III. Essentially untested.
2021-05-20 15:57:30 -07:00
Elliott Liggett
e148bc94f4
Added basic IC-7410 rigcaps. Have not gone further than this with the
...
rig.
2021-05-14 23:58:22 -07:00
Elliott Liggett
497b4c8743
Preliminary IC-7000 support. TODO: Input selection, modes, filters,
...
reported bug with frequency input and s-meter.
2021-05-14 19:04:47 -07:00
Elliott Liggett
51fcf4f583
Preliminary (and untested) support for the IC-910H.
2021-05-08 13:45:52 -07:00
Phil Taylor
9c04d66b27
make bandType start at 0 so it doesn't overflow rigCaps.bsr
2021-05-01 19:42:32 +01:00
Elliott Liggett
7109c2b396
Added dynamic band buttons. Fixed multiple bugs related to various
...
differences in band stacking register addresses (for example, the GEN
band on the 705 has a different address from the 7100 and the 7300).
This code was only tested with the 9700.
2021-04-26 18:24:28 -07:00
Elliott Liggett
6b967a52b9
Antenna selection might work, untested.
2021-04-09 15:57:16 -07:00
Elliott Liggett
2cbbb26f00
Preamp data is now tracked (but not used yet)
2021-04-08 00:05:40 -07:00
Elliott Liggett
92f019b787
Attenuators are in! Please try them out!
2021-04-07 23:35:24 -07:00
Elliott Liggett
e7f2d1eba8
Working read/write of Tone, TSQL, and DTCS tones/code. Some code is also
...
present now to change the mode being used (tone, tsql, DTCS, or some
combo of the two).
2021-04-04 23:33:56 -07:00
Elliott Liggett
3538e545d9
We can now set the modulation input and read the modulation input for
...
both data on and data off.
Next step is to change the "Mic" slider to adjust whatever input is
selected.
2021-02-19 00:14:40 -08:00
Elliott Liggett
5d3c386c87
Added filter selection support.
...
TODO: Read current filter from rig.
2021-02-13 10:02:45 -08:00
Elliott Liggett
9f2d64d943
Added per-rig customization to UI: Modes and ATU status.
2021-02-12 22:42:34 -08:00
Elliott Liggett
50c638ed4b
Added preliminary support for IC-R8600. Untested.
2021-02-12 11:52:16 -08:00
Elliott Liggett
37f242ea39
Added DD and DV modes for IC-705 and IC-9700. Untested.
2021-02-11 09:09:45 -08:00
roeland jansen
53fd008f3a
Added support for various spectrum sizes and rig capability support.
...
wfview has been tested with the following Icom radios over USB port:
IC-7300, IC-7610, IC-7851 (and IC-7850), and IC-9700. It likely works
fine with the IC-705 as well. At this time, the rig's CIV address must
be changed in the preference file to indicate the rig you are using, and
this must be in integer, not hex.
2021-02-10 17:32:56 +00:00
Elliott Liggett
59c5113f43
Added preference file capability, additional radio identity functions.
2018-11-24 00:10:05 -08:00