Phil Taylor
26a4b541d0
Fix small Windows compile warnings
2021-02-22 11:11:08 +00:00
Elliott Liggett
97b60cb68f
Removed more unneeded debug and three unused functions. Just cleaning
...
house.
2021-02-21 22:13:21 -08:00
Elliott Liggett
f571a68c4c
Cleaned out some qDebug() that wasn't needed anymore. Output is now very
...
quiet on "release" type builds.
2021-02-21 21:54:25 -08:00
Phil Taylor
b3499c57c2
Fix txaudio and move udphandler into its own thread
2021-02-21 14:53:42 +00:00
Elliott Liggett
ac8ed26f63
S-Meter working! Power meter working!
...
Needs more testing, but it's here! 100ms polling time.
2021-02-20 20:41:19 -08:00
Elliott Liggett
1bc3ecb590
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-02-20 00:23:58 -08:00
Elliott Liggett
a02dbe60ae
Audio input gain slider now adjusts whatever the active MOD source is.
...
Text follows drop-down menu selection.
2021-02-20 00:05:23 -08:00
Phil Taylor
e30f05536c
Another fix for the server crash.
2021-02-19 09:32:30 +00:00
Elliott Liggett
78a5bebb82
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
117e6daf1b
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-02-18 21:48:09 -08:00
Elliott Liggett
0f1bed2913
Duplex controls now function. NB: "Auto" mode works as follows: User
...
selects "auto", rig does nothing, user changes frequency or band, and
then, the rig will automatically select the correct duplex mode. This is
the same way the rig works from the front panel.
2021-02-18 21:47:19 -08:00
Phil Taylor
a622ea3227
Fix error when deleting server connections
...
I still think that maybe this should be done better?
2021-02-18 13:49:19 +00:00
Phil Taylor
f601d6ff17
Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha
2021-02-18 09:15:01 +00:00
Phil Taylor
d9f8729fa4
Connect Civ to/from server
2021-02-18 09:14:41 +00:00
Elliott Liggett
3279a07bb4
Added code to get and set split and duplex mode. Untested.
2021-02-17 23:41:01 -08:00
Elliott Liggett
8404ac9741
Completed code to set and get modulation levels for ACC, USB, and LAN
...
sources, as well as source selection/verification.
2021-02-17 23:26:10 -08:00
Elliott Liggett
2abd12230c
Contains code to set modulation input (mic, acc, usb, lan), and to set
...
the gain of each type. Is not tested.
2021-02-17 00:00:28 -08:00
Elliott Liggett
feb4aa0517
Preliminary changes to UI for repeater duplex. Staged change in
...
rigcommander.
2021-02-15 23:52:14 -08:00
Elliott Liggett
51bc7db97f
Added code to check the scope reference level. Will add a on-startup
...
check next.
2021-02-15 22:33:21 -08:00
Elliott Liggett
5b628dc5ee
Added scope reference setting. Write-only for now. UI slider works.
2021-02-15 21:40:31 -08:00
Elliott Liggett
b82d883989
Full support for set and read mic gain and tx power. Code also exists to
...
set and read microphone compressor level, vox gain, anti vox, and self
audio monitor.
2021-02-15 20:32:14 -08:00
Elliott Liggett
2162da0d6e
Added more support for levels (TX power and Mic Gain). Does not change
...
levels, just displays on debug button.
2021-02-15 17:15:28 -08:00
Elliott Liggett
07ca4d2e1f
Added request and parse functions for most level and metering data.
2021-02-15 15:17:48 -08:00
Elliott Liggett
2a113d67fe
Fixed issue decoding reference adjust values.
2021-02-14 22:59:44 -08:00
Elliott Liggett
f1b70746cc
Filters are now read correctly from mode messages. Filter setup menu is
...
still a placeholder.
2021-02-13 23:42:51 -08:00
Elliott Liggett
0290fe924d
Added filter selection support.
...
TODO: Read current filter from rig.
2021-02-13 10:02:45 -08:00
Elliott Liggett
d44106caae
Fixed issue with DV and LSB modes.
2021-02-12 23:35:17 -08:00
Elliott Liggett
8e949ccc43
Fixed DD and DV mode selection.
2021-02-12 23:18:01 -08:00
Elliott Liggett
aa92e2dadc
Added per-rig customization to UI: Modes and ATU status.
2021-02-12 22:42:34 -08:00
Elliott Liggett
501d4c3a47
Added preliminary support for IC-R8600. Untested.
2021-02-12 11:52:16 -08:00
Elliott Liggett
fd8962a8f4
Added DD and DV modes for IC-705 and IC-9700. Untested.
2021-02-11 09:09:45 -08:00
Elliott Liggett
fe7a502861
Calibration UI has basic functions. Reference set/get methods are good.
...
Still need to connect sliders to spinboxes so that the user can sense
the value change.
2021-02-11 00:33:25 -08:00
Elliott Liggett
cbce0be94a
Added UI elements with some supporting code: squelch and calibration
...
window.
2021-02-10 21:22:38 -08:00
roeland jansen
0e0480b0ed
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
99fc054571
Fixed minor bug in command 05. It is now parsed as a frequency instead
...
of a mode.
2020-04-20 20:45:25 -07:00
Elliott Liggett
7bd109adb7
Added suport for for different rig baud rates via the [Radio] preference
...
SerialPortBaud. Left unset, it defaults to 115200. Added support for
status bar text with memory presets.
2020-03-30 14:09:52 -07:00
Elliott Liggett
65943e5f57
Minor updates, copyright, comments.
2020-03-11 20:58:31 -07:00
Elliott Liggett
176e217371
Removed extra debug calls and status text updates.
2019-12-26 00:27:14 -08:00
Elliott Liggett
14ec5034ff
Added control key shortcuts and function key F12 to cause the 7300 to
...
speak current status.
2019-02-01 12:21:54 -08:00
Elliott Liggett
97aa4b59ba
Added more freq and mode parsing.
2019-01-10 16:10:17 -08:00
Elliott Liggett
cb98ab7a2e
pseudo-terminal speed increase. Added E1 and E0 return procesing to
...
rigcommander. Added gitignore file.
2019-01-10 12:31:04 -08:00
Elliott Liggett
fb98190e18
Additional ATU status fix, now queries on start.
2018-12-20 11:22:52 -08:00
Elliott Liggett
ffe397aee5
Fixed ATU status return.
2018-12-20 10:56:54 -08:00
Elliott Liggett
b9796500e8
More ATU modifications
2018-12-19 12:31:44 -08:00
Elliott Liggett
a520a7a6ff
Squashed CIV bug. Added preliminary scope mode functions (not working
...
yet).
2018-12-18 14:34:04 -08:00
Elliott Liggett
8532ae244a
Added additional mode command return support because we seem to
...
sometimes get the other formats.
2018-12-02 23:16:08 -08:00
Elliott Liggett
3837191f75
Cleanup
2018-11-29 14:32:59 -08:00
Elliott Liggett
75197746bf
Cleaned up some debug output
2018-11-29 13:57:15 -08:00
Elliott Liggett
4e650ea1bd
Added automatic IC-7300 serial port search
2018-11-29 13:41:42 -08:00
Elliott Liggett
d875af3327
Fixed annoying data mode bug.
2018-11-26 23:10:23 -08:00