Project

General

Profile

Actions

Bug #10573

closed

TH-D72: wrong mapping of CTCSS Frequencies

Added by Michi M about 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
05/13/2023
Due date:
% Done:

100%

Estimated time:
Chirp Version:
next
Model affected:
Kenwood TH-D72
Platform:
Linux
I read the instructions above:

Description

CTCSS Frequencies > 156,7 Hz which are entered in CHIRP are wrong when uploaded to the TH-D72.

It seems, that CHIRP uses a wrong list for mapping the Frequencies. I will include the CTCSS table from the user Manual, which is correct and matches the frequencies of the Radio.


Files

Kenwood_TH-D72_CTCSS-Frequenzen.png (19.4 KB) Kenwood_TH-D72_CTCSS-Frequenzen.png List of TH-D72 Frequencies Michi M, 05/13/2023 03:16 AM
Actions #1

Updated by Michi M about 1 year ago

The following Changes in the TH-D72 Driver
https://chirp.danplanet.com/projects/chirp/repository/github/revisions/master/entry/chirp/drivers/thd72.py

fixes the bug. Could anyone please merge it into the official sourcecode?

at abt line 345:
mem.rtone = THD72_TONES[_mem.rtone]
mem.ctone = THD72_TONES[_mem.ctone]

at abt line 402:
_mem.rtone = THD72_TONES.index(mem.rtone)
_mem.ctone = THD72_TONES.index(mem.ctone)

add at abt line 149:

THD72_TONES = list(chirp_common.TONES)
THD72_TONES.remove(159.8)
THD72_TONES.remove(165.5)
THD72_TONES.remove(171.3)
THD72_TONES.remove(177.3)
THD72_TONES.remove(183.5)
THD72_TONES.remove(189.9)
THD72_TONES.remove(196.6)
THD72_TONES.remove(199.5)

Actions #2

Updated by Dan Smith about 1 year ago

In chirp_common.py there is a KENWOOD_TONES defined and the thd72 driver should just use that. I can make this change later, but if you want to do it: kk7ds/chirp.

Actions #3

Updated by Michi M about 1 year ago

I looked at chirp_common.py, but could not find KENWOOD_TONES.

Actions #5

Updated by Dan Smith about 1 year ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF