Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #88602
| References | <CAABAm7x4nuNwQ+31TR7qOFS=BhOjPV-weO=wzD1RoBcxVEj-Qg@mail.gmail.com> |
|---|---|
| Date | 2015-04-07 10:06 -0600 |
| Subject | Re: [SerialConnection] Help |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.106.1428422794.12925.python-list@python.org> (permalink) |
[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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [SerialConnection] Help Ian Kelly <ian.g.kelly@gmail.com> - 2015-04-07 10:06 -0600
csiph-web