[chirp_devel] Baofeng UV-B5/B6 'Unsupported Model' Problem
Dan Smith
Fri Jul 26 17:31:30 PDT 2013
> HKT511\x00\x00
>
> This can be easily fixed by checking for both ident strings or by
> shorting the string to just 7 characters.
>
> When this is done, CHIRP starts the download process, but then the
> clone process is ended with 'Unexpected respose'.
Well, you need to read all eight bytes, but make sure that the first
seven are right. Maybe even just stick to the first six?
if not ident.startswith('HKT511'):
raise ...
--
Dan Smith
www.danplanet.com
KK7DS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130726/f89b2139/attachment-0001.bin
More information about the chirp_devel
mailing list