updated readme, again

merge-requests/1/merge
Elliott Liggett 2018-06-20 19:33:27 -07:00 zatwierdzone przez GitHub
rodzic cba80df0c5
commit 8b47458013
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -2,18 +2,22 @@
Open Source IC-7300 Visualizer and Controller, including waterfall view
### Requirements:
1. gcc
1. gcc / g++ / make
2. qmake
3. qt5 (proably the package named "qt5-default")
4. libqt5serialport5-dev
5. libqcustomplot-dev
### Recommended:
* Debian-based Linux system
* QT Creator for building, designing, and debugging
### Rig setting:
1. Use default CI-V address (0x94)
2. Baud rate 115200
3. Turn on the bandscope on the rig screen
* The program currently assumes the device is on /dev/ttyUSB0. Make sure the port is writable by your username.
* Note: The program currently assumes the device is on /dev/ttyUSB0. Make sure the port is writable by your username.
### Features:
1. Plot bandscope and bandscope waterfall. Optionally, also plot a "peak hold".
@ -29,4 +33,5 @@ Open Source IC-7300 Visualizer and Controller, including waterfall view
5. Save settings to text file
6. Automatically poll transceiver and bandscope state on startup.
7. Change the delayedCommand so that it can accept a vector of queued commands. Or change the signal/slot paradigm to automatically queue requests.
8. Automatically poll the Data Mode when noting the Mode. Also allow data mode setting.