Project

General

Profile

Actions

Bug #8059

closed

Yaesu FTM-7250D Frequency Range Error

Added by Dwayne Collingwood almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
07/12/2020
Due date:
% Done:

100%

Estimated time:
Chirp Version:
daily
Model affected:
Yaesu FTM-7250D
Platform:
All
Debug Log:
I read the instructions above:

Description

This model of radio actually supports a receive range of 108.000 through 579.995 MHz. The new released model of Yaesu FTM-7250D for CHIRP in the daily build doesn't allow the addition of frequencies in the ranges of 108.000 through 135.995 and 174.000 through 579.995.


Related issues

Related to Bug #8119: FTM-7250 BUG - AM MODENew07/22/2020

Actions
Actions #1

Updated by Dwayne Collingwood almost 4 years ago

Correction, CHIRP does currently allow 136.000 through 173.995 and 420.000 through 449.995. The allowed range for this radio should be one contiguous range of 108.000 through 579.995 MHz. Thanks for adding this radio! It is much appreciated.

Actions #2

Updated by Iain White almost 4 years ago

I will code a patch to change the allowed frequencies to a range of 108MHz to 580 MHz

Actions #3

Updated by Dwayne Collingwood almost 4 years ago

Excellent! Changing this line in the ftm7250d.py file using the daily build for Linux resolves the issue 100% for me.

Original Code
rf.valid_bands = [(136000000, 174000000),(420000000, 450000000)]

Corrected Code
rf.valid_bands = [(108000000, 580000000)]

Thanks

Actions #4

Updated by Iain White almost 4 years ago

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

Applied in changeset commit:7e8fde02da74.

Actions

Also available in: Atom PDF