[chirp_devel] Changing port settings (parity, databits)
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
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
There I go, over-thinking again! And I was just staring right at that, too. Thanks for pointing that out!
/Ben KC9UUM
btw, I just noticed that I have to put the [chirp_devel] in the subject in myself :O
On Thu, May 2, 2013 at 6:11 PM, Tom Hayward esarfl@gmail.com wrote:
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 _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
participants (2)
-
Ben Weiss
-
Tom Hayward