Bug #11285
openError on Kenwood TH-260G(N)
0%
Description
As per the log when I try to read the data from the radio (I have 3) I get the following error:
[2024-04-05 21:25:44,166] chirp.drivers.tk760g - DEBUG: Entering program mode.
[2024-04-05 21:25:44,296] chirp.drivers.tk760g - DEBUG: Received ACK to the PROGRAM command, send ID query.
[2024-04-05 21:25:44,316] chirp.drivers.tk760g - DEBUG: Incorrect model ID:
[2024-04-05 21:25:44,316] chirp.drivers.tk760g - DEBUG: 000: 70 32 36 30 30 54 fb b1 p2600T..
[2024-04-05 21:25:44,316] chirp.wxui.clone - ERROR: Failed to clone: Incorrect model ID, got b'p2600T\xfb\xb1', it not contains b'P2600'
Traceback (most recent call last):
File "chirp\wxui\clone.py", line 77, in run
File "chirp\drivers\tk760g.py", line 847, in sync_in
File "chirp\drivers\tk760g.py", line 505, in do_download
File "chirp\drivers\tk760g.py", line 482, in _open_radio
chirp.errors.RadioError: Incorrect model ID, got b'p2600T\xfb\xb1', it not contains b'P2600'
[2024-04-05 21:25:46,638] chirp.wxui.clone - WARNING: Stopping clone thread
Any suggestions?
Updated by Alexandre J. Raymond 5 months ago
- Related to New Model #5825: Kenwood tk-360g type error added
Updated by Alexandre J. Raymond 5 months ago
- Status changed from New to Feedback
Hi Michele,
I found a similar issue reported in the bug tracker (#5825), for a TK-360. I don't think the fixes tested at the time made it into mainline CHIRP, unfortunately.
In that other issue, the reporter was unable to use Kenwood's programming software (Kenwood KPG-56D) with their radios. Is that also your case?
Updated by Michele Colella 5 months ago
Alexandre J. Raymond wrote in #note-2:
Hi Michele,
I found a similar issue reported in the bug tracker (#5825), for a TK-360. I don't think the fixes tested at the time made it into mainline CHIRP, unfortunately.
In that other issue, the reporter was unable to use Kenwood's programming software (Kenwood KPG-56D) with their radios. Is that also your case?
Yes correct, I have the same problem.