On Apr 7, 2015 9:43 AM, "Hugo Caldas" <hcalda...@gmail.com> wrote:
>
> Hi.
>
> 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.
> Where can I found information to do that?

You can use the pyserial third-party module to do the serial port
communication and the threading module from the standard library for
multithreading.

You'll have to elaborate on what you mean by "random variables".
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to