Project

General

Profile

Actions

Bug #6101

open

Zastone X6 not able to be programmed

Added by Ean Wallander over 5 years ago. Updated almost 4 years ago.

Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
09/10/2018
Due date:
% Done:

0%

Estimated time:
Chirp Version:
daily
Model affected:
Zastone ZT-X6, WLN KD-C1, Retevis RT-22
Platform:
Windows
Debug Log:
I read the instructions above:

Description

Hello
I am trying to program 2 brand new Zastone X6's. Both of them give the same error when I am trying to download from radio. The error is "Radio returned unknown identification string". I have programmed a X6 in the past about a month ago with no problems. I have tested the cable from the computer to the radios with other radios to verify it works. Because I was able to program an X6 before and now I can't, I am wondering if the problem was in updating CHIRP. Any help would be appreciated. Thanks


Files

debug.log (38.6 KB) debug.log Ean Wallander, 09/10/2018 02:35 PM
program_defect_KD-C1.py (19.1 KB) program_defect_KD-C1.py J A, 10/15/2018 04:26 AM
Actions #1

Updated by J A over 5 years ago

I just got 2 WLN KD-C1 (same as X6 rt22 etc etc) and one of them returned "Radio returned unknown identification string".
Did some logging and the ID string started with P3xxx3 but the xxx was spaces (or something else).
So I tested a modified retevis_rt22.py in development mode and it worked.

Replaced
ident.startswith("P32073")
with
ident.startswith("P3")

Actions #2

Updated by Ean Wallander over 5 years ago

Thank you for your response. I am new to this and can not seem to figure out how to change the ID string. Would I have to be in development mode to do this?

Actions #3

Updated by J A over 5 years ago

Ean Wallander wrote:

Thank you for your response. I am new to this and can not seem to figure out how to change the ID string. Would I have to be in development mode to do this?

You can edit retevis_rt22.py directly as a quick workaround, but I don't know the consequences (warning :) ). But it worked for me :)

Actions #4

Updated by Ean Wallander over 5 years ago

I have tried to figure out what you are saying to do, but am unable to follow. Could you please give even more simple directions and hopefully I can walk myself through it. Thank you very much for your time and expertise.

Actions #5

Updated by Giuseppe Ravasio over 5 years ago

Same problem here.
Olved with J A patch.

I hope that the change will be merged to the chirp repo

Actions #6

Updated by J A over 5 years ago

Attached file loaded in development mode worked for me. Proceed at your own risk.

Actions #7

Updated by Bernhard Hailer almost 4 years ago

  • Status changed from New to Feedback
  • Model affected changed from (All models) to Zastone ZT-X6, WLN KD-C1, Retevis RT-22

Keeping open until the ID string has been added.
For the developers:

[2018-09-10 16:34:23,605] chirp.drivers.retevis_rt22 - DEBUG: 000: 50 33 00 00 00 33 f8 00   P3...3..

[2018-09-10 16:34:23,607] chirp.ui.common - ERROR: -- Exception: --
[2018-09-10 16:34:23,607] chirp.ui.reporting - DEBUG: Reporting exception
[2018-09-10 16:34:23,608] chirp.ui.common - ERROR: Traceback (most recent call last):
  File "chirp\ui\clone.pyo", line 256, in run
  File "chirp\drivers\retevis_rt22.pyo", line 321, in sync_in
  File "chirp\drivers\retevis_rt22.pyo", line 222, in do_download
  File "chirp\drivers\retevis_rt22.pyo", line 131, in _rt22_enter_programming_mode
RadioError: Radio returned unknown identification string
Actions

Also available in: Atom PDF