<p dir="ltr">On Apr 7, 2015 9:43 AM, "Hugo Caldas" <<a href="mailto:hcaldas92@gmail.com">hcaldas92@gmail.com</a>> wrote:<br>
><br>
> Hi.<br>
><br>
> I want to connect to a serial port, read and write the port values with multi threading and save them in random variables in python 3.4.<br>
> Where can I found information to do that?</p>
<p dir="ltr">You can use the pyserial third-party module to do the serial port communication and the threading module from the standard library for multithreading.</p>
<p dir="ltr">You'll have to elaborate on what you mean by "random variables".</p>