1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
<html><head><title>
Command Line Options
</title></head><body><h3>
Command Line Options
</h3><hr>
<p>Following is a list of recognized command line options. Note that, in
the case of multiple options, they should be in the order <code>-r, -c,
-m, -o, -g, -d, -k, -a</code> and <code>-f</code>.
<dl>
<p><dt><code>-r</code> <i>name</i>
<dd>Select the radio with identifier <i>name</i>. See above for a list
of radio names and modes currently supported.
<p><dt><code>-c</code> <i>channel</i>
<dd>Select the memory channel <i>channel</i> and set the radio
frequency, mode and offset to its contents.
<p><dt><code>-m</code> <i>mode</i>
<dd>Set the radio mode to <i>mode</i>. See above for a list of mode
names valid for various radios. The mode names are specific to each
radio type; not all radios support the same modes.
<p><dt><code>-o</code> <i>offset</i>
<dd>Set the frequency offset for the following <code>-g</code> option to
<i>offset</i> kHz.
<p><dt><code>-g</code> <i>frequency</i>
<dd>Set the radio frequency to <i>frequency</i> in MHz if less than 1000
and in kHz otherwise.
<p><dt><code>-d</code>
<dd>Display the current radio frequency, mode and offset. This is
designed for use in shell scripts to confirm or log the results.
<p><dt><code>-k</code>
<dd>Begin program operation in keypad mode.
<p><dt><code>-f</code> <i>filename</i>
<dd>Read commands from the file <i>filename</i>.
<p><dt><code>-a</code>
<dd>Enable the audio codec (Sun workstations only).
</dl>
<hr><address>David L. Mills (mills@udel.edu)</address></body></html>
|