[SerialConnection] Help
Ian Kelly
ian.g.kelly at gmail.com
Tue Apr 7 12:06:25 EDT 2015
On Apr 7, 2015 9:43 AM, "Hugo Caldas" <hcaldas92 at 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".
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20150407/2f6c683e/attachment.html>
More information about the Python-list
mailing list