Phil Taylor
84d24b59cb
Fix for ic7610 wf length and partial sound device selection
2021-02-04 10:27:30 +00:00
Elliott Liggett
431236404f
Merge of local changes, including rejection of brodcast echos.
...
Merge branch 'lan-alpha' of gitlab.com:eliggett/wfview into lan-alpha
2021-02-03 22:04:50 -08:00
Elliott Liggett
e3c1135db7
Fixed situation where broadcast commands from wfview that were echo'd
...
back to wfview were parsed. Minor change to udphandler.cpp to remove
_sleep() calls (they can be later replaced with either qt's threading
library sleep call, or the unix-native usleep/msleep calls, if windows
has those. Also did a minor thing with a type conversion in udphandler.
2021-02-03 22:00:13 -08:00
Phil Taylor
a72500a049
Remove temporary ic9700 testing!
2021-02-04 00:01:05 +00:00
Phil Taylor
50a40d0125
Remove first 12 bytes from LAN spectrum.
2021-02-03 23:36:27 +00:00
Phil Taylor
7932b56d56
First support for LAN connection
...
Auto detection still not working so need to hard-code C-IV address, hope to fix this very soon!
2021-02-03 19:36:35 +00:00
Elliott Liggett
37b7ccb65b
Enhanced code that finds radio serial ports. Added error reporting to
...
the user if serial port isn't opening. Added command-line arguments for
serial port (example: "-p /dev/ttyUSB0" or "--port /dev/ttyUSB0").
Cleaned up some of the debug messages. wfview also will now tell the
user what radio was found in the status bar of the main window.
Added the begininning of code to determine the waveform type (center or
fixed). rigcommander now knows which is which. The next step is to emit
a signal when this changes, which then causes the main window to check
or uncheck the box (without triggering any other code).
Added some TODO remarks on mode (DV, DD).
Added some command line arguments that are not used at this time for --
host and --civ.
2021-02-02 01:05:59 -08:00
Elliott Liggett
45b89c1719
Added automatic rigID and automatic CIV finding. Also fixed frequency
...
data to include more digits. Cleaned up some startup code, made some
worse too probably. Tested with IC-9700 USB connection.
2021-01-29 22:09:09 -08:00
Elliott Liggett
cd4e82378c
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-01-24 16:16:38 -08: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
Elliott Liggett
c279bee5f6
Added preference file capability, additional radio identity functions.
2018-11-24 00:10:05 -08:00
Elliott Liggett
211eaee8d5
Added exit button and rig ID (was not useful)
2018-11-19 23:42:34 -08:00
Elliott Liggett
764787a68e
Fixed AF/RF/SQL level bug
2018-11-18 00:01:20 -08:00
Elliott Liggett
346b77767d
Added some ATU structure
2018-11-16 23:13:59 -08:00
Elliott Liggett
1d12ede884
Added AF and RF (RX) gain and ATU basics
2018-11-16 22:19:44 -08:00
Elliott Liggett
c08fd5925b
Squashed a number of bugs and added the band stacking register
...
functions.
2018-11-16 14:08:21 -08:00
Elliott Liggett
42c09711a0
Numerious modifications
2018-11-07 15:54:03 -08:00
Elliott Liggett
be8f9e2002
Freq knob and beginnings of com port setup.
2018-06-25 00:34:33 -07:00
Elliott Liggett
1fd6ce5310
Finally a good command parsing technique yeilds loads more usable data.
...
Dark mode is in too!
2018-06-22 16:31:52 -07:00
Elliott Liggett
24c8ec5a09
Fixed mode select bug. Added some preliminary hooks for changing the
...
theme to dark.
2018-06-19 23:45:56 -07:00
Elliott Liggett
4d86ab11cc
Initial commit.
2018-06-19 12:58:52 -07:00