<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">&lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">&gt; HKT511\x00\x00<br>
&gt;<br>
&gt; This can be easily fixed by checking for both ident strings or by<br>
&gt; shorting the string to just 7 characters.<br>
&gt;<br>
&gt; When this is done, CHIRP starts the download process, but then the<br>
&gt; clone process is ended with &#39;Unexpected respose&#39;.<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(&#39;HKT511&#39;):<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>