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


Groups > comp.lang.python > #19993

Re: convert perl-script for voltcraft voltmeter to python [newbie]

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
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; 'lines.': 0.05; 'think,': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:script': 0.09; 'subject:python': 0.10; '(shared': 0.16; '>it': 0.16; 'bieber': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'emulation': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'handshake': 0.16; 'message- id:@4ax.com': 0.16; 'received:wlfraed': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'wrote:': 0.18; 'lines,': 0.18; 'received:166': 0.18; 'url:home': 0.21; 'feb': 0.22; 'interface': 0.23; '>the': 0.23; 'url:wiki': 0.29; 'jean': 0.30; 'tue,': 0.32; 'header:X-Complaints-To:1': 0.34; 'lee': 0.34; 'to:addr:python-list': 0.35; 'subject:]': 0.36; 'received:org': 0.36; 'charset:us-ascii': 0.37; 'enough': 0.38; 'could': 0.38; 'url:org': 0.39; 'url:en': 0.39; 'being': 0.40; 'might': 0.40; 'to:addr:python.org': 0.40; 'supply': 0.61; 'power': 0.63; 'ports': 0.67; 'dennis': 0.73; 'usb': 0.73; '-0800': 0.84; 'problem...': 0.84; 'supplies': 0.84; 'hub': 0.91; 'device.': 0.93
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: convert perl-script for voltcraft voltmeter to python [newbie]
Date Tue, 07 Feb 2012 17:57:37 -0500
References <d953c169-0656-46c1-a3ba-5387c9c06df8@t30g2000vbx.googlegroups.com> <mailman.5487.1328588509.27778.python-list@python.org> <f6626e9a-ec89-4081-adea-07703e2ad6ee@t30g2000vbx.googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host mobile-166-147-103-041.mycingular.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.5524.1328655912.27778.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1328655912 news.xs4all.nl 6951 [2001:888:2000:d::a6]:47667
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:19993

Show key headers only | View raw


On Tue, 7 Feb 2012 11:44:40 -0800 (PST), Jean Dupont
<jeandupont115@gmail.com> wrote:


>It is not so obvious as you might think, one reason being the
>handshake line(s?) are used in an unconvential way to supply power to
>the rs232-optical interface

	That could be a problem... 1) USB<>Serial converters may not supply
emulation of ALL the handshake lines. 2) USB ports don't supply much
power -- what is it, each powered hub provides 500mA? (shared by all
ports on the hub?)
http://en.wikipedia.org/wiki/Universal_Serial_Bus#Power

	So even if the converter supplies both the RS-232 voltages and the
control lines, it may not have enough power to activate a device.
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

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


Thread

convert perl-script for voltcraft voltmeter to python [newbie] Jean Dupont <jeandupont115@gmail.com> - 2012-02-02 12:57 -0800
  Re: convert perl-script for voltcraft voltmeter to python [newbie] Jean Dupont <jeandupont115@gmail.com> - 2012-02-03 05:11 -0800
    Re: convert perl-script for voltcraft voltmeter to python [newbie] Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-07 12:44 -0500
      Re: convert perl-script for voltcraft voltmeter to python [newbie] Rick Johnson <rantingrickjohnson@gmail.com> - 2012-02-07 11:47 -0800
    Re: convert perl-script for voltcraft voltmeter to python [newbie] Dietmar Schwertberger <news@schwertberger.de> - 2012-02-08 01:26 +0100
      Re: convert perl-script for voltcraft voltmeter to python [newbie] Jean Dupont <jeandupont115@gmail.com> - 2012-02-08 04:24 -0800
  Re: convert perl-script for voltcraft voltmeter to python [newbie] Terry Reedy <tjreedy@udel.edu> - 2012-02-06 23:21 -0500
    Re: convert perl-script for voltcraft voltmeter to python [newbie] Jean Dupont <jeandupont115@gmail.com> - 2012-02-07 11:44 -0800
      Re: convert perl-script for voltcraft voltmeter to python [newbie] Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-07 17:57 -0500

csiph-web