Dan,<br> Yes. I ran it at 9600 baud. The interface is the serial port on an old desktop PC.<br>I'll try changing the timing. That's a good idea even when I'm using the serial emulator I can't send a duplicate message very fast.<br>
Thanks,<br>Alan<br><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 2, 2012 at 3:35 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">> Clone thread started<br>
> SENT:<br>
> 000: 02 50 6e 4f 47 64 41 4d .PnOGdAM<br>
><br>
> Got:<br>
> 000: 00 fc fe 00 00 00 00 00 ........<br>
<br>
What kind of serial port/device are you using? And, I assume the subject<br>
means that your trace of the OEM software indicates 9600 baud?<br>
<br>
You are getting back a NUL byte, which is what the OEM shows (although<br>
granted it doesn't show the \xfc\xfe).<br>
<br>
The trace shows that it tries the ident string several times in quick<br>
succession, and indeed the radio doesn't reply on the first. You're<br>
trying every 1.25 seconds. Perhaps update the timeout to be very short<br>
and nuke the sleep(1)?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Dan Smith<br>
<a href="http://www.danplanet.com" target="_blank">www.danplanet.com</a><br>
KK7DS<br>
<br>
</font></span><br>_______________________________________________<br>
chirp_devel mailing list<br>
<a href="mailto:chirp_devel@intrepid.danplanet.com">chirp_devel@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_devel" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_devel</a><br>
<br></blockquote></div><br></div>