<div dir="ltr">Hi ,<div>I need to update the TG-UV2+ driver to use 2 stop bits on the UART,</div><div>I&#39;ve added the following line in do_ident(radio) function:</div><div><span style="color:rgb(0,0,0);font-family:&quot;JetBrains Mono&quot;,monospace;font-size:9.8pt"><br></span></div><div><span style="color:rgb(0,0,0);font-family:&quot;JetBrains Mono&quot;,monospace;font-size:9.8pt">r</span><span style="color:rgb(0,0,0);font-family:&quot;JetBrains Mono&quot;,monospace;font-size:9.8pt">adio</span><span style="color:rgb(0,0,0);font-family:&quot;JetBrains Mono&quot;,monospace;font-size:9.8pt">.pipe.stopbits = serial.STOPBITS_TWO</span><br></div><div>(After the radio.pipe.timeout setting and before the first write to the radio)<br></div><div><div><br></div><div>The fix works, </div><div>However, </div><div>bBefore submitting the patch, I wanted to know if there is a need to clean this back to &quot;normal&quot; (1 stop bit) somewhere? Or, is the serial port re-initialized every time a new download starts (e.g. if a user would download from one radio type and then from another)?</div><div><br></div><div>(I tested this with the 2 radio types I have (first downloading from the TG-UV2+ with 2 stop bits and then from a UV-5R (which Imagine uses 1 stop bit )  and it worked fine, but that could be just luck....</div><div><br></div><div>Thanks!</div><div>Ran</div><div><br></div><div><br></div><div></div></div></div>