Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88604 > unrolled thread
| Started by | MRAB <python@mrabarnett.plus.com> |
|---|---|
| First post | 2015-04-07 17:10 +0100 |
| Last post | 2015-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.
Re: [SerialConnection] Help MRAB <python@mrabarnett.plus.com> - 2015-04-07 17:10 +0100
| From | MRAB <python@mrabarnett.plus.com> |
|---|---|
| Date | 2015-04-07 17:10 +0100 |
| Subject | Re: [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/
Back to top | Article view | comp.lang.python
csiph-web