Bug #6139
closedQYT KT-8900D failed to identify radio
100%
Description
I am running the most current version of CHIRP: CHIRP daily-20180906
Verified that the cable and radio are working and able to communicate using the mfg supplied software.
After looking at my debug.log (see attached) and searching the current issues it appears to be the same as Bug #6037.
Radio ID appears to be: VC8632
Just bought this radio from Amazon last week.
Can this ID be added to a new daily build soon?
Files
Updated by Si Smith about 6 years ago
Andie Miller wrote:
After looking at my debug.log (see attached) and searching the current issues it appears to be the same as Bug #6037.
Radio ID appears to be: VC8632 Just bought this radio from Amazon last week. > Can this ID be added to a new daily build soon?
I have had the same issue.
I downloaded the source tarball and in file:
./chirp/drivers/btech.py
Changed lines around 273 to:
# KT8900D (dual band)
#KT8900D_fp = "VC2002" - older code - see next line reported on my new radio
KT8900D_fp = "VC8632"
Then it is a case of setup.py build and install.
Have uploaded/downloaded blocks of memory to this device now.
Si
Updated by Pavel Milanes about 6 years ago
Can you please test this attached driver that includes the new fingerprint?
Instructions to do it follows:
- Download the file to your desktop.
- Fire Chirp and go to "Help" menu, once there tick the option "Enable Developer Functions".
- Go to "File" and a new option "Load Module" will show, click it.
- It will bring a open dialog in which you must find and load the file you downloaded to your desktop.
Now Chirp has this custom dev driver loaded (just until you close it, the change is not permanent), try to read the radio now and please comment the results to validate it and definitive patch to the dev queue.
Cheer, PAVEL, CO7WT.
Updated by Si Smith about 6 years ago
- File sessionlog.txt sessionlog.txt added
Pavel Milanes wrote:
Now Chirp has this custom dev driver loaded (just until you close it, the change is not permanent), try to read the radio now and please comment the results to validate it and definitive patch to the dev queue.
Hi Pavel,
Tested (with the new type radio) - log attached.
This works as expected (can't test backward compatibility as I don't have one of the older firmware radios).
Best regards,
Si G0FOZ
Updated by Pavel Milanes about 6 years ago
- Status changed from Feedback to Resolved
- % Done changed from 0 to 100
Ok Si.
Thanks for your testing, it's backwards compatible already ;) log looks ok.
I'm building the patch, will send it ASAP.
73 Pavel CO7WT.
Updated by Pavel Milanes about 6 years ago
- Status changed from Resolved to Closed