Feature #9941
closedYaesu FT-60 doesn't support DCS/PL Split
100%
Description
The Yaesu FT60 Supports a number of non listed (in chirp) formats - the formats ARE in chirp, but not available.
Tone->DTCS
A cross mode of "Tone->DTCS" means that the radio will use a sub-audible tone for transmit, according to Memory.rtone, and a DCS code for receiver squelch. If the radio's feature set includes "has_rx_dtcs" then the value used in this case is Memory.rx_dtcs. Otherwise, use Memory.dtcs
DTCS->Tone
A cross mode of "DTCS->Tone" means that the radio will use a DCS code for transmit, according to Memory.dtcs, and a sub-audible tone for receiver squelch. If the radio's feature set includes "has_ctone" then the value used in this case is Memory.ctone. Otherwise, use Memory.rtone.
->Tone
->DTCS
A cross mode of "->DTCS" means that the radio will not transmit a sub-audible tone, but will enable DCS squelch on the receiver. If the radio's feature set includes "has_rx_dtcs" then the value used in this case is Memory.rx_dtcs. Otherwise, use Memory.dtcs.
DTCS->
A cross mode of "DTCS->" means that the radio will use a DCS code for transmit, according to Memory.dtcs. In this mode, the receiver is carrier squelch.
DTCS->DTCS
Attached file, Channel 1 is set up as D-TSQL: Receive CTCSS 173.8, Transmit DCS 371. Channel 2 is set up as T-DCS. Transmit CTCSS 173.8/ receive DCS 371. However when imported they show ERROR
Files
Updated by Bernhard Hailer almost 2 years ago
- Tracker changed from Bug to Feature
- Model affected changed from Yeasu FT-60 to Yaesu FT-60
- Platform deleted (
Windows)
Updated by Dan Smith almost 2 years ago
- Assignee set to Dan Smith
- Target version set to chirp-py3
Updated by Dan Smith almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|a49d5823ad3debe628704c4999e2e48049b36d49.
Updated by Dan Smith almost 2 years ago
I think the FT-60 supports DTCS->, DTCS->Tone, and Tone->DTCS but not others like DTCS->DTCS and ->DTCS/->Tone. I've pushed fixes for the former. If the latter are really supported, please re-open and add another image showing those. The radio itself doesn't have room to store two DTCS codes in the memory structure, nor enumerations for the receive-only modes that I know of.