<div dir="ltr"><div>How do you open the serial port from python?</div><div>If you use pyserial, try both with hardware flow control on and off like this.</div><div><br></div><div>ser = serial.Serial(device, baudrate, rtscts=1)</div><div>and...<br></div><div>ser = serial.Serial(device, baudrate, rtscts=0)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 20 Sep 2019 at 10:31, Henrik Morsing via GLLUG <<a href="mailto:gllug@mailman.lug.org.uk">gllug@mailman.lug.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, Sep 20, 2019 at 10:04:23AM +0100, Dimitrios Siganos wrote:<br>
>Have you checked that it is not a baud rate, flow control or other serial<br>
>setting issue? You can strace tail to see what it does.<br>
><br>
<br>
Hi,<br>
<br>
I have checked what my limited skills allow me to, but running a tail on the device wouldn't really change those settings.<br>
<br>
I have tried setting this:<br>
<br>
stty -F /dev/ttyUSB0 cs8 115200 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts <br>
<br>
that I found here:<br>
<br>
<a href="https://playground.arduino.cc/Interfacing/LinuxTTY/" rel="noreferrer" target="_blank">https://playground.arduino.cc/Interfacing/LinuxTTY/</a><br>
<br>
It's like the Python module connecting to the device doesn't set it high or whatever it is it normally does when connecting. <br>
<br>
Thanks<br>
<br>
-- <br>
GLLUG mailing list<br>
<a href="mailto:GLLUG@mailman.lug.org.uk" target="_blank">GLLUG@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/gllug" rel="noreferrer" target="_blank">https://mailman.lug.org.uk/mailman/listinfo/gllug</a></blockquote></div>