[chirp_devel] Changing port settings (parity, databits)

Tom Hayward
Thu May 2 16:11:26 PDT 2013


On Thu, May 2, 2013 at 3:58 PM, Ben Weiss <kc9uum at gmail.com> wrote:
>
> Hi everybody,
>
> In its current state, is there any provision in CHIRP to adjust port
> settings other than baudrate? I've been unable to find a parameter to set
> (like BAUD_RATE), or an example of another radio with a need to do so.
>
> Ben

Each radio driver has access to the serial port pipe via self.pipe.
This is a Serial object with all the standard options available (e.g.,
setBaudrate(), parity, etc.).

http://pyserial.sourceforge.net/pyserial_api.html#serial.Serial

Tom KD7LXL



More information about the chirp_devel mailing list