- add the current frequency / mode / audio track point to the list
- select the current list entry
- delete the highlighted entry from the list
- delete all entries from the list (a warning prompt will appear)
- show active frequencies based on either the entry field to the right or the stations locator, see pskreporter/spotter.
- entry field for active frequencies search, for example "EM."
The browser list contains frequency, sideband, modem
type and audio frequency. The list is saved when fldigi is shut
down.
The combo box on the left will allow the selection and control of the operating mode of the transceiver.
The combo box on the right will allow the selection and control of the transceiver bandwidth.
The frequency display is in fact a set of special buttons. Each
digit may be left-clicked to increment in frequency by that digit
value, or right clicked to decrement by that digit value. The
leading
digits will follow suit if a decade
rollover occurs. You can also place the mouse cursor on a digit
and then use the mouse wheel to roll the frequency up and down.
Manual
entry of frequency can be accomplished by clicking on any digit and
then entering the numeric value in KHz. Don't forget the decimal
point if you are entering a fractional KHz value.
The mode combobox, the bandwidth combobox and the frequency display
also annunciate the current transceiver status. If you change
operating mode on the transceiver, that will be annunciated in the
respective combobox and fldigi will adjust any internal parameters
accordingly. Fldigi queries the transceiver 10 times per second
to maintain a lock step with the transceiver.
Rig Configuration
Hardware PTT control
Right Channel VOX SignalFldigi
can generate a 1000 Hz tone for the duration of the PTT keydown period.
A simple tone detector/filter and transistor switch can be used
to generate a PTT signal from this sound card output. The circuit
will be similar to that used for
QSK control.
This might be a convenient way to create a PTT signal for a small
notebook or netbook computer that does not have a serial or a parallel
port.
Serial Port using DTR or RTS
The
simplest rig control is just being able to control the push to talk via
an external transistor switch. You set this type of control on
the first configuration tab for rig control.
You
select this operation by checking the "Use serial port PTT".
Select the serial port from the list (fldigi will have searched
for available ports). Then specify whether the h/w uses RTS or
DTR and whether a + or - voltage is required to toggle PTT on.
You can use a serial port for control with the RTS and DTR pins
configured for you particular interface.
The program allows you to use RTS, DTR or BOTH for the PTT
signal. Press the Initialize button to start the serial port.
Parallel Port (Linux and Free BSD only)
Fldidi
sets and clears the parallel port pin, PARPORT_CONTROL_INIT, pin 16 on
the 25 pin parallel port connector. Keydown sets Pin 16 to +5
volts and keyup sets the voltage to zero.
RigCAT control
RigCAT
is a rig control system similar to hamlib that was developed
specifically for fldigi. It uses command / response definitions that
are found in various
rig.xml
files. You can use a rig.xml file specific for your transceiver or
write and test one yourself. The easiest way is to adapt an existing
rig xml file for a rig that is similar to your own. ICOM almost
identical command/response strings for all of its transceiver line.
Yaesu rigs have nearly all used unique command/response structures
until just recently. The TS-450, TS-950 and others share a similar set
of commands and responses.
RigCAT commands
and responses are defined in a rig specific xml file which contains all of the
required queries and responses in extended markup language format.
Please read the specification document
rigxml
to learn more about this new way of building generic rig interface
definitions and how they are used with fldigi. fldigi will look
for a file in the $HOME/.fldigi/rigs directory for all files with
extension ".xml". These contain definitions for the
transceiver indicated by the file name, ie: FT-450.xml, IC-756PRO.xml,
etc.
You can download the appropriate xml files from the resource
directory
tree
http://www.w1hkj.com/xmls or from the archives
web page. Place the file in your rigs directory and fldigi will find it.
You will need to specify how your PTT will be triggered. This can be
using a CAT command, the RTS or DTR pins or none. None would be
appropriate if you are
using the rig's VOX or an outboard sound card interface such as the
SignalLink SL-1+ which produces its own VOX type of PTT. In that case
simply leave all of the PTT options unselected.
If
you are using a transceiver or a rig interface such as CI-V that echos
all serial data you check off the "Commands are echoed" box. That
will suppress fldigi trying to respond to a command it just sent to the
transceiver.
You may need to try various values of retries, retry interval, and command interval to achieve consistent rigcat control.
Press
the Initialize button after setting all of the parameters. If the
settings are all correct fldigi should start receiving frequency
information from the rig and annunciating them on the rig control
frequency display.
Hamlib CAT control
Hamlib
is a set of standard libraries for interfacing to a large number of
transceivers. The hamlib library system consists of a front end
which acts on behalf of all rigs and backends which are specific to
each rig. The fldigi implementation of hamlib differs on the
various OS for which it is targeted. On the Unix/Linux based
systems the hamlib is a shared library which the user must have
installed on his or her system. This is the standard way of
handling hamlib on Unix/Linux systems. On Windows the entire
hamlib library has been compiled and statically linked into the
application executable. No additional dynamic link libraries are
necessary. This approach simplifies the installation of fldigi on
Windows platforms.

Select
your transceiver from the list of supported units. Then select
the serial port and baud rate. If you are familiar with the
hamlib library you can send various startup sequences to the rig using
the advanced configuration. PTT control can be achieved using CAT
commands or via DTR / RTS on the same port as the control comms.
You might also need to specifiy whether RTS/CTS flow control is
uses (Kenwood rigs use this quite often) or if Xon/Xoff flow control is
used.
You may need to try various values of retries, retry interval, and command interval to achieve consistent hamlib control.
Press
the Initialize button after setting all of the parameters. If the
settings are all correct fldigi should start receiving frequency
information from the rig and annunciating them on the rig control
frequency display.
Memory Mapped CAT & Xml-Rpc CAT
Memory mapped control is selected if you are operating a Kachina 505DSP using the W1HKJ control software for that rig.
Xml-Rpc
allows third party software to control various aspects of fldigi
operation including but not limited to rig control. This is the data interface that is also used by the program
flrig, a fldigi companion transceiver control program.
If you are
using a third party interface such as DxKeeper Bridge you might be instructed to
select this method of CAT.