2 May
2013
2 May
'13
4:11 p.m.
On Thu, May 2, 2013 at 3:58 PM, Ben Weiss kc9uum@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