<div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Anne,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">It rather depends on what you&#39;re looking for, but you&#39;ll find code that opens / closes the serial port in:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">./chirp/ui/mainapp.py</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">As you might imagine, the port is used by code in many places, including the drivers. The drivers, in turn, use the port in different ways, depending on whether, for example, the radio is clone mode or live mode.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">If you&#39;re on Linux or Mac, grep is your friend. For example:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">$ grep -r &quot;import serial&quot; --include=&quot;*py&quot; .</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Hope that helps.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Martin.</div><div class="gmail_default" style="font-size:small">KD6YAM</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 28, 2020 at 1:05 PM Anne Ranch &lt;<a href="mailto:anneranch2442@gmail.com">anneranch2442@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">


        
        <span></span>
        
        


<p style="font-weight:normal;margin-bottom:0.1in;line-height:120%"><font face="NanumBarunGothic, sans-serif"><font style="font-size:14pt" size="4">Could
somebody kindly give me a hint where to find serial communication
code  in  chirp ? Just something general , not rig specific would be
nice.</font></font></p>
<p style="font-weight:normal;margin-bottom:0.1in;line-height:120%"> 
</p>
<p style="font-weight:normal;margin-bottom:0.1in;line-height:120%"><font face="NanumBarunGothic, sans-serif"><font style="font-size:14pt" size="4">I
expected pyserial but cannot find it <br></font></font></p><p style="font-weight:normal;margin-bottom:0.1in;line-height:120%"><font face="NanumBarunGothic, sans-serif"><font style="font-size:14pt" size="4">73 <br></font></font>
</p>
<p style="font-weight:normal;margin-bottom:0.1in;line-height:120%">Thanks <br></p><p style="font-weight:normal;margin-bottom:0.1in;line-height:120%">
<br>

</p>

</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Martin Cooper at <a href="mailto:mfncooper@gmail.com" target="_blank">mfncooper@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div>