latest user manual PDF
parent
46b9f1b0fe
commit
5253a1255b
|
@ -29,7 +29,7 @@
|
|||
<p>Simply select the option that matches your radio setup and the required fields will appear. For Hamlib, these are typically the type of radio you’re using as well as the serial port it’s connected to (or TCP/IP hostname:port). Serial port PTT control requires the serial port your radio is using as well as whether your radio’s PTT is triggered via the RTS or DTR pin (and the required polarity for either).</p>
|
||||
<p>If required, the “Advanced” button in this section will allow you to configure PTT input (e.g. for a footswitch) and additional VOX related options. The “Test” button will emit a constant carrier on the selected radio sound device as well as enable PTT to allow you to adjust your radio sound levels (see “Sound Card Levels” below).</p>
|
||||
<h3 data-number="2.1.3" id="reporting"><span class="header-section-number">2.1.3</span> Reporting</h3>
|
||||
<p>While not required, it is recommended to enable reporting so that others can see who is currently receiving them. Both sides of a contact must have this enabled in order for this feature to work. To configure reporting, simply enable the feature here and enter your callsign and current grid square.</p>
|
||||
<p>While not required, it is recommended to enable reporting so that others can see who is currently receiving them. This also allows the FreeDV applicaton to control the radio’s frequency and mode. Both sides of a contact must have this enabled in order for contacts to be reported. To configure reporting, simply enable the feature here and enter your callsign and current grid square/locator.</p>
|
||||
<p>For more information about the reporting feature, see the “FreeDV Reporting” section below.</p>
|
||||
<h2 data-number="2.2" id="advanced-setup"><span class="header-section-number">2.2</span> Advanced Setup</h2>
|
||||
<h3 data-number="2.2.1" id="sound-card-configuration-1"><span class="header-section-number">2.2.1</span> Sound Card Configuration</h3>
|
||||
|
@ -238,9 +238,9 @@
|
|||
<p>The following services are currently supported and can be individually enabled or disabled along with the reporting feature as a whole:</p>
|
||||
<ul>
|
||||
<li><a href="https://pskreporter.info/">PSK Reporter</a> (using the “FREEDV” mode)</li>
|
||||
<li><a href="https://freedv-reporter.k6aq.net/">FreeDV Reporter</a></li>
|
||||
<li><a href="https://qso.freedv.org/">FreeDV Reporter</a> – also accessible via the Tools->FreeDV Reporter menu option.</li>
|
||||
</ul>
|
||||
<p>The frequency that FreeDV reports is set by changing the “Report Frequency” drop down box in the main window. This is in kilohertz (kHz) and will turn red if the entered value is invalid. If Hamlib support is also enabled, this frequency will automatically remain in sync with the current VFO on the radio (i.e. if the frequency is changed in the application, the radio will also change its frequency).</p>
|
||||
<p>The frequency that FreeDV reports is set by changing the “Report Frequency” drop down box in the main window. This is in kilohertz (kHz) and will turn red if the entered value is invalid. If Hamlib support is also enabled, this frequency will automatically remain in sync with the current VFO on the radio (i.e. if the frequency is changed in the application, the radio will also change its frequency). Double-clicking on users in the Tools->FreeDV Reporter window will also cause this frequency to change to match the other user.</p>
|
||||
<p><em>Note: in some setups (such as when using ALE), it is not preferred to have the reporting frequency automatically be in sync with the radio. For example, in the case of ALE, the radio’s frequency changes multiple times per second while waiting for a contact, which is faster than FreeDV can pull the latest from the radio (every five seconds). This can be disabled by enabling “Manual Frequency Reporting” in Tools->Options.</em></p>
|
||||
<p>FreeDV will also show the callsigns of previously received signals. To view those, click on the arrow next to the last received callsign at the bottom of the window. These are in descending order by time of receipt (i.e. the most recently received callsign will appear at the top of the list).</p>
|
||||
<h1 data-number="8" id="multiple-mode-support"><span class="header-section-number">8</span> Multiple Mode Support</h1>
|
||||
|
@ -658,6 +658,10 @@ FMA - Supports FMA extensions using YMM state</code></pre>
|
|||
<li>Fix bug preventing frequency updates from being properly suppressed when frequency control is in focus. (PR #585)</li>
|
||||
<li>Fix bug preventing 60 meter frequencies from using USB with DIGU/DIGL disabled. (PR #589)</li>
|
||||
</ul></li>
|
||||
<li>Enhancements:
|
||||
<ul>
|
||||
<li>Add ability to double-click FreeDV Reporter entries to change the radio’s frequency. (PR #592)</li>
|
||||
</ul></li>
|
||||
</ol>
|
||||
<h2 data-number="18.2" id="v1.9.4-october-2023"><span class="header-section-number">18.2</span> V1.9.4 October 2023</h2>
|
||||
<ol type="1">
|
||||
|
|
BIN
USER_MANUAL.pdf
BIN
USER_MANUAL.pdf
Binary file not shown.
Loading…
Reference in New Issue