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


Groups > comp.lang.python > #46402

The state of pySerial

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <damage3025@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.110
X-Spam-Level *
X-Spam-Evidence '*H*': 0.80; '*S*': 0.02; 'broken': 0.04; '(python': 0.07; 'pypi': 0.07; 'idea?': 0.09; 'python': 0.11; '2.7': 0.14; 'programs.': 0.14; 'modem': 0.16; 'all.': 0.16; 'machine': 0.22; 'second': 0.26; 'received:209.85.217': 0.29; "doesn't": 0.30; 'programming.': 0.30; 'message-id:@mail.gmail.com': 0.30; 'gives': 0.31; 'probably': 0.32; 'stuff': 0.32; 'to:name:python-list': 0.33; '"the': 0.34; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; '2.6': 0.36; 'hi,': 0.36; 'project': 0.37; 'received:209': 0.37; 'outstanding': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'users': 0.40; 'skip:u 10': 0.60; 'subject:The': 0.64; 'interest': 0.64; 'world': 0.66; 'physical': 0.72; 'serial': 0.72; 'life.': 0.83; '2.5.': 0.84; 'homepage': 0.91; 'sensors': 0.91; 'pc.': 0.93; 'state.': 0.95
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=55/OgGpZMkMQfxMhEqymJVZx5t62pKpZ/iy6A1YERb8=; b=vGIm5nxM6OLVVGSPc3gdA94IyXa2WHOE8v7zjrJUN8xELMx+xyGga/9mv7lsyvcnKa /bvvoywf4NQJ2o1f0CN1Q1Qswd5K554by8WzQYg+nsw9mHsLGJi88cN5uf2FqPhWtULF taGDRoQbxW5rytnXDJZ84BXAOKOCXUK8oZlQ6O+YqOUYb1JKZXCYNhp+Oiqa/nucUuHX 2VqsoJ1LRO+Oa5QxCxQVqvqt8XPWGTU4AgiIL/uCYZSjakFHlKAWd+/y2jiVERKwsZKB 964+t6YnrxmQ3tFeMie50mnAO+kRQE8Gw9q0YrhauDqxaOcrJKhnYOnEqBeZM83Wdg1u 8ycg==
X-Received by 10.152.19.65 with SMTP id c1mr1979032lae.24.1369851828594; Wed, 29 May 2013 11:23:48 -0700 (PDT)
MIME-Version 1.0
From Ma Xiaojun <damage3025@gmail.com>
Date Thu, 30 May 2013 02:23:28 +0800
Subject The state of pySerial
To python-list <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2372.1369851830.3114.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369851830 news.xs4all.nl 16003 [2001:888:2000:d::a6]:46191
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:46402

Show key headers only | View raw


Hi, all.

pySerial is probably "the solution" for serial port programming.
Physical serial port is dead on PC but USB-to-Serial give it a second
life. Serial port stuff won't interest end users at all. But it is
still used in the EE world and so on. Arduino uses it to upload
programs. Sensors may use serial port to communicate with PC. GSM
Modem also uses serial port to communicate with PC.

Unforunately, pySerial project doesn't seem to have a good state. I
find pySerial + Python 3.3 broken on my machine (Python 2.7 is OK) .
There are unanswered outstanding bugs, PyPI page has 2.6 while SF
homepage still gives 2.5.

Any idea?

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

The state of pySerial Ma Xiaojun <damage3025@gmail.com> - 2013-05-30 02:23 +0800
  Re: The state of pySerial Grant Edwards <invalid@invalid.invalid> - 2013-05-29 19:47 +0000
    Re: The state of pySerial Terry Jan Reedy <tjreedy@udel.edu> - 2013-05-29 17:46 -0400
      Re: The state of pySerial Grant Edwards <invalid@invalid.invalid> - 2013-05-30 03:59 +0000

csiph-web