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


Groups > comp.lang.python > #88604

Re: [SerialConnection] Help

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python@mrabarnett.plus.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'subject:: [': 0.04; 'that?': 0.05; 'variables': 0.07; 'subject:Help': 0.11; 'python': 0.11; 'random': 0.14; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'port,': 0.16; 'received:192.168.1.4': 0.16; 'wrote:': 0.18; 'module': 0.19; 'subject:] ': 0.20; 'header:User-Agent:1': 0.23; 'values': 0.27; 'header:In-Reply-To:1': 0.27; 'url:python': 0.33; 'module.': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'here:': 0.62; 'save': 0.62; 'information': 0.63; 'serial': 0.72; 'subject:skip:S 10': 0.84
X-CM-Score 0.00
X-CNFS-Analysis v=2.1 cv=DZWZq5dW c=1 sm=1 tr=0 a=0nF1XD0wxitMEM03M9B4ZQ==:117 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=0Bzu9jTXAAAA:8 a=SY9aFQKHIdAA:10 a=IkcTkHD0fZMA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=HbzeB9StAAAA:8 a=vUyw8I8ZGW3RJ6rJvqkA:9 a=QEXdDO2ut3YA:10 a=pB4J3q83JbIA:10 a=iuk3ROeIVsAA:10 a=HEBu4mT9xDEA:10 a=8qulNG8rzJkA:10
X-AUTH mrabarnett@:2500
Date Tue, 07 Apr 2015 17:10:50 +0100
From MRAB <python@mrabarnett.plus.com>
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0
MIME-Version 1.0
To python-list@python.org
Subject Re: [SerialConnection] Help
References <CAABAm7x4nuNwQ+31TR7qOFS=BhOjPV-weO=wzD1RoBcxVEj-Qg@mail.gmail.com>
In-Reply-To <CAABAm7x4nuNwQ+31TR7qOFS=BhOjPV-weO=wzD1RoBcxVEj-Qg@mail.gmail.com>
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.107.1428423052.12925.python-list@python.org> (permalink)
Lines 17
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1428423052 news.xs4all.nl 2902 [2001:888:2000:d::a6]:52522
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:88604

Show key headers only | View raw


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 comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web