Add hamlib support for push to talk
authorshenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 27 May 2013 10:17:32 +0000 (10:17 +0000)
committershenki <shenki@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 27 May 2013 10:17:32 +0000 (10:17 +0000)
commit711c8948685846606db4ab32686a1c6a086e7516
tree4fc7a3c2e6f4dd315f1e156d06f6ce5ec3d332ee
parent73992d74b854f7628dd993054a4b598fa3a8c607
Add hamlib support for push to talk

This removes libctb in favour of hamlib. It has been tested with 1.2.15.3 of
hamlib with a IC-7200.

The rig is configured using it's own dialog Tools -> PTT Config.  The only
options available are the rig model and serial port, the rest of the options
are obtained from the rig definition in hamlib.

FreeDV will open the configured serial port on startup. When it cannot find
the radio, an error dialog will be displayed. Spacebar can be used to toggle
TX/RX.

git-svn-id: https://svn.code.sf.net/p/freetel/code@1283 01035d8c-6547-0410-b346-abe4f91aad63
fdmdv2/CMakeLists.txt
fdmdv2/src/CMakeLists.txt
fdmdv2/src/Makefile.linux
fdmdv2/src/Makefile.win32
fdmdv2/src/dlg_comports.cpp
fdmdv2/src/dlg_comports.h
fdmdv2/src/fdmdv2_main.cpp
fdmdv2/src/fdmdv2_main.h
fdmdv2/src/fdmdv2_plot_waterfall_linux.cpp
fdmdv2/src/topFrame.cpp