Project

General

Profile

Actions

Bug #4221

closed

Kenwood TH-D7G driver shows incorrect memory range

Added by Larry Viesse over 7 years ago. Updated 10 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
Start date:
11/14/2016
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
TH-D7G
Platform:
Windows
Debug Log:
I read the instructions above:

Description

The TH-D7G driver shows the memory range as 1-200, it should be 0-199.

Attempting to write to memory 200 returns the error shown in the attached file.

Chirp version is CHIRP daily-20161114, issue was also present in earlier versions.


Files

Chirp TH-D7G error.png (28.9 KB) Chirp TH-D7G error.png Larry Viesse, 11/14/2016 11:42 AM

Related issues

Has duplicate Bug #6861: Memory location number issue Kenwood TH-D7AGClosed06/15/2019

Actions
Actions #1

Updated by Larry Viesse over 7 years ago

This bug also impacts the TH-D7.

In file kenwood_live.py class THD7Radio

    rf.memory_bounds = (1, self._upper)

should probably be changed to

    rf.memory_bounds = (0, self._upper-1) or rf.memory_bounds = (0, 199)

This fixed the issue when tested against a Linux install.

Actions #2

Updated by Stephen Hurd 10 months ago

Should be fixed by commit 4ff976b

Actions #3

Updated by Dan Smith 10 months ago

  • Status changed from New to Closed
  • Target version set to chirp-py3

Thanks!

Actions

Also available in: Atom PDF