Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88602 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2015-04-07 10:06 -0600 |
| Last post | 2015-04-07 10:06 -0600 |
| 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 Ian Kelly <ian.g.kelly@gmail.com> - 2015-04-07 10:06 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2015-04-07 10:06 -0600 |
| Subject | Re: [SerialConnection] Help |
| Message-ID | <mailman.106.1428422794.12925.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On Apr 7, 2015 9:43 AM, "Hugo Caldas" <hcaldas92@gmail.com> 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? You can use the pyserial third-party module to do the serial port communication and the threading module from the standard library for multithreading. You'll have to elaborate on what you mean by "random variables".
Back to top | Article view | comp.lang.python
csiph-web