On 2015-04-07 16:42, Hugo Caldas 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?

Use the pyserial module.

The module is on PyPI:

https://pypi.python.org/pypi/pyserial

and the documentation is here:

http://pythonhosted.org//pyserial/

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to