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


Groups > comp.lang.python > #88604 > unrolled thread

Re: [SerialConnection] Help

Started byMRAB <python@mrabarnett.plus.com>
First post2015-04-07 17:10 +0100
Last post2015-04-07 17:10 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#88604 — Re: [SerialConnection] Help

FromMRAB <python@mrabarnett.plus.com>
Date2015-04-07 17:10 +0100
SubjectRe: [SerialConnection] Help
Message-ID<mailman.107.1428423052.12925.python-list@python.org>
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/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web