<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 26, 2013 at 8:31 PM, Dan Smith <span dir="ltr"><<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> HKT511\x00\x00<br>
><br>
> This can be easily fixed by checking for both ident strings or by<br>
> shorting the string to just 7 characters.<br>
><br>
> When this is done, CHIRP starts the download process, but then the<br>
> clone process is ended with 'Unexpected respose'.<br>
<br>
</div>Well, you need to read all eight bytes, but make sure that the first<br>
seven are right. Maybe even just stick to the first six?<br>
<br>
if not ident.startswith('HKT511'):<br>
raise ...<br>
<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div><br></div><div class="gmail_extra">Perfect.<br><br></div><div class="gmail_extra">Got any thoughts about the second issue?<br><br></div><div class="gmail_extra">
Jim<br><br></div></div>