Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #88604

Re: [SerialConnection] Help

Date 2015-04-07 17:10 +0100
From MRAB <python@mrabarnett.plus.com>
Subject Re: [SerialConnection] Help
References <CAABAm7x4nuNwQ+31TR7qOFS=BhOjPV-weO=wzD1RoBcxVEj-Qg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.107.1428423052.12925.python-list@python.org> (permalink)

Show all headers | View raw


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/

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: [SerialConnection] Help MRAB <python@mrabarnett.plus.com> - 2015-04-07 17:10 +0100

csiph-web