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 anneranch2442@gmail.com 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 chirp_users@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_users This message was sent to Martin Cooper at mfncooper@gmail.com To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com