<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">
<br>
</div></div>It's a typo for sure :)<br>
here's the function Dan had in mind ;)<br>
<div class="im"><br>
def convert_bytes_to_freq(bytes):<br>
real_freq = 0<br>
</div> for byte in bytes:<br>
<div class="im"> real_freq = (real_freq * 10) + byte<br>
return real_freq / 1000.0<br>
<br>
</div>I think "just above the code that needs it" is a good place for it.<br>
<br>
<br></blockquote><div>Thanks Marco. I should have figured that out on my own.<br><br>The driver is now reading and displaying the values from a saved image and the UV-5R. Now I just need some guidance on how to go the other way.<br>
<br>Thanks so much to you and Dan for all your help.<br>Jim <br></div></div><br>