[SerialConnection] Help

MRAB python at mrabarnett.plus.com
Tue Apr 7 12:10:50 EDT 2015


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/




More information about the Python-list mailing list