Bug #9461
closedKENWOOD TK732G
0%
Description
CHIRP DOESN´T READ THE RADIO IDENTIFIES IT CORRECTLY BUT AT THE END OF THE READING PROCEDURE SENDS AN ID ERROR
Files
Updated by MICHEL ANTOINE DRIVET AMADOR about 3 years ago
Wrong Kenwood radio, ID or unknown variant, see LOG output. THIS ERROR SHOWS ON SCREEN
Updated by MICHEL ANTOINE DRIVET AMADOR about 3 years ago
Updated by MICHEL ANTOINE DRIVET AMADOR about 3 years ago
WITH THE NEW VERSION SAME ERROR
Updated by Bernhard Hailer over 2 years ago
- Priority changed from High to Normal
- Model affected changed from TK372G to Kenwood TK-372G
Updated by Pavel Milanes over 2 years ago
Hi OM, thanks for the debug log. (driver's author here)
The operation fails as the last byte of the ident string are not the same, look it for yourself:
DEBUG: Full ident string is: DEBUG: 000: 50 33 37 32 30 06 fb *f1* P3720... DEBUG: Starting the download from radio DEBUG: Wrong Kenwood radio, ID or unknown variant DEBUG: 000: 50 33 37 32 30 06 fb *00* P3720...
That means that the radio has the TRUNKING addon board installed. Reviewing the drivers identification schema:
"P3720\x06": (32, 450, 470, "K") "P3720\x07": (32, 470, 490, "K1") "P3720\x08": (32, 490, 512, "K2") "P3720\x09": (32, 403, 430, "K3")
You can see it's like a "K" variant and must work from 450 to 470 Mhz, it's supported.
Also, the driver does not support radios with the TRUNKING addon installed (last f1 byte means that) as it changes the memory handling a bit.
If you can access the OEM software please read it, deactivate the TRUNKING option and upload the programing again.
I must work with chirp then.
Cheers, Pavel CO7WT.
Updated by Bernhard Hailer over 2 years ago
Please let us know whether this response helped, so that we can close the ticket.
Updated by Bernhard Hailer almost 2 years ago
- Status changed from Feedback to Closed
No more feedback by submitter