Hi Anne, It rather depends on what you're looking for, but you'll find code that opens / closes the serial port in:
./chirp/ui/mainapp.py 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. If you're on Linux or Mac, grep is your friend. For example: $ grep -r "import serial" --include="*py" . Hope that helps. Martin. KD6YAM On Tue, Jul 28, 2020 at 1:05 PM Anne Ranch <[email protected]> wrote: > Could somebody kindly give me a hint where to find serial communication > code in chirp ? Just something general , not rig specific would be nice. > > I expected pyserial but cannot find it > > 73 > > Thanks > > > _______________________________________________ > chirp_users mailing list > [email protected] > http://intrepid.danplanet.com/mailman/listinfo/chirp_users > This message was sent to Martin Cooper at [email protected] > To unsubscribe, send an email to > [email protected]
_______________________________________________ chirp_users mailing list [email protected] http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to [email protected] at [email protected] To unsubscribe, send an email to [email protected]
