Bug #6101
openZastone X6 not able to be programmed
0%
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
Updated by J A about 6 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")
Updated by Ean Wallander about 6 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?
Updated by J A about 6 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 :)
Updated by Ean Wallander about 6 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.
Updated by Giuseppe Ravasio about 6 years ago
Same problem here.
Olved with J A patch.
I hope that the change will be merged to the chirp repo
Updated by J A about 6 years ago
- File program_defect_KD-C1.py program_defect_KD-C1.py added
Attached file loaded in development mode worked for me. Proceed at your own risk.
Updated by Bernhard Hailer over 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