<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.hoenzb
        {mso-style-name:hoenzb;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>My UV5RC is 296.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Alan &#8211; W6ARH<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> chirp_devel-bounces@intrepid.danplanet.com [mailto:chirp_devel-bounces@intrepid.danplanet.com] <b>On Behalf Of </b>Jim Unroe<br><b>Sent:</b> Sunday, March 24, 2013 9:51 AM<br><b>To:</b> chirp_devel@intrepid.danplanet.com<br><b>Subject:</b> Re: [chirp_devel] [UV-5R] Support for 144/220 Model and Band Expansion<o:p></o:p></span></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On Sun, Mar 24, 2013 at 10:33 AM, Dan Smith &lt;<a href="mailto:dsmith@danplanet.com" target="_blank">dsmith@danplanet.com</a>&gt; wrote:<o:p></o:p></p><p class=MsoNormal>&gt; What I have done works fine on my old BFB231 144/440 model. I'm ready<br>&gt; to try it out on some other radios but I thought I'd come here and<br>&gt; solicit some feedback before I asked for volunteers to test what I<br>&gt; have done.<br><br>Doesn't the 220 radio use a different ident string during clone? If so,<br>we should be able to key off of that since we stash it in the image at<br>the top, right?<br><span style='color:#888888'><br><span class=hoenzb>--</span><br><span class=hoenzb>Dan Smith</span><br><span class=hoenzb><a href="http://www.danplanet.com" target="_blank">www.danplanet.com</a></span><br><span class=hoenzb>KK7DS</span><br></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>Developer docs: <a href="http://chirp.danplanet.com/projects/chirp/wiki/Developers" target="_blank">http://chirp.danplanet.com/projects/chirp/wiki/Developers</a><o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'><br>Dan,<br>If I understand what you are getting at, that changed with BFB291<br><br>This is my BFB231<br><br>0x0000 to 0x0007<br>AA 42 46 42 32 33 31 DD<br><br>42 = B<br>46 = F<br>42 = B<br>32 = 2<br>33 = 3<br>32 = 1<br><br>I believe the above is what you are referring to.<br><br>This is a BFB291 and newer (it is actually from a UV-5RAX BFB296 144/220 model)<br><br>0x0000-0x0007<br>AA 36 74 02 20 02 60 DD<br><br>36 = 136 MHz VHF lower band limit<br>74 = 174 MHz VHF upper band limit<br>02 20 = 220 UHF lower band limit<br>02 60 = 260 UHF upper band limit<br><br>These values change based on the OEM software band limits set in the Other menu.<br><br>CHIRP should probably change them as well. I've been thinking about it but I haven't been smart enough to figure it out how to do it yet (I had been considering putting out a request for help).<br><br>Jim KC9HI<o:p></o:p></p></div></body></html>