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


Groups > comp.lang.python > #44170 > unrolled thread

Re: Serial Port Issue

Started byChris “Kwpolska” Warrick <kwpolska@gmail.com>
First post2013-04-22 17:31 +0200
Last post2013-04-22 17:31 +0200
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.


Contents

  Re: Serial Port Issue Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2013-04-22 17:31 +0200

#44170 — Re: Serial Port Issue

FromChris “Kwpolska” Warrick <kwpolska@gmail.com>
Date2013-04-22 17:31 +0200
SubjectRe: Serial Port Issue
Message-ID<mailman.965.1366707799.3114.python-list@python.org>
On Mon, Apr 22, 2013 at 11:34 AM, chandan kumar <chandan_psr@yahoo.co.in> wrote:
> Python Ver: 2.5

Old.  Please upgrade to 2.7.4 ASAP.

> ser=ser=serial.Serial(port=21,baudrate=9600)

That double `ser=` thing is not necessary.  It should only be `ser =
serial.Serial(port=21, baudrate=9600)`.

Look at Phil Birkelbach’s post for a possible solution.

--
Kwpolska <http://kwpolska.tk> | GPG KEY: 5EAAEA16
stop html mail                | always bottom-post
http://asciiribbon.org        | http://caliburn.nl/topposting.html

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web