[chirp_devel] Baofeng UV-B5/B6 'Unsupported Model' Problem
Jim Unroe
Fri Jul 26 17:57:22 PDT 2013
On Fri, Jul 26, 2013 at 8:31 PM, Dan Smith <dsmith at danplanet.com> wrote:
> > 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 ...
>
>
Perfect.
Got any thoughts about the second issue?
Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130726/c927bec1/attachment-0001.html
More information about the chirp_devel
mailing list