<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:8pt"><div><span>Dan,</span></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><span>If you haven't applied this patch already (didn't see it committed to trunk yet), I'll supercede this patch with another (attached) that adds 0x29 for issue #1263, and factors this out to a package "constant" list.</span></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;">If you have already committed, I'll update and
resubmit patch...</div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;">[uv-b5] more acks for radio (0x48, 0x29) #1263<br></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 10.6667px; font-family: Courier New,courier,monaco,monospace,sans-serif; background-color: transparent; font-style: normal;">-Jens</div><div><br></div> <div style="font-family: Courier New, courier, monaco, monospace, sans-serif; font-size: 8pt;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica,
Arial, Lucida Grande, sans-serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1"> <font face="Arial" size="2"> <b><span style="font-weight:bold;">From:</span></b> Jim Unroe <rock.unroe@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> chirp_devel@intrepid.danplanet.com <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, November 23, 2013 9:51 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> [chirp_devel] [PATCH] [uv-b5] add additional ACK value<br> </font> </div> <div class="y_msg_container"><br># HG changeset patch<br># User Jim Unroe <<a ymailto="mailto:rock.unroe@gmail.com" href="mailto:rock.unroe@gmail.com">rock.unroe@gmail.com</a>><br># Date 1385220952 18000<br># Node ID 409ecf4c129224a4850880f763f2bfaee5e08052<br># Parent fc6b4cd40403f4bb3f2b9bc3578366fdf20a85c6<br>[uv-b5] add additional ACK value<br>'unexpected response' caused by '0x48' not in list of expected ACK
values<br>related to bug #1111<br><br>diff -r fc6b4cd40403 -r 409ecf4c1292 chirp/uvb5.py<br>--- a/chirp/uvb5.py Sun Nov 17 11:15:47 2013 -0800<br>+++ b/chirp/uvb5.py Sat Nov 23 10:35:52 2013 -0500<br>@@ -194,7 +194,7 @@<br> raise errors.RadioError("Invalid response for address 0x%04x" % i)<br> radio.pipe.write("\x06")<br> ack = radio.pipe.read(1)<br>- if ack not in ('\x74', '\x78', '\x1f'):<br>+ if ack not in ('\x48', '\x74', '\x78', '\x1f'):<br> print util.hexprint(ack)<br> raise errors.RadioError("Unexpected response")<br> data += result[4:]<br>_______________________________________________<br>chirp_devel mailing list<br><a
ymailto="mailto:chirp_devel@intrepid.danplanet.com" 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>Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><br><br><br></div> </div> </div> </div></body></html>