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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'anyway.': 0.04; 'subject:Python': 0.05; 'things.': 0.05; 'subject:Windows': 0.09; 'booth': 0.09; 'toggle': 0.09; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'wrote:': 0.17; 'board.': 0.17; 'implementing': 0.17; 'windows': 0.19; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; "doesn't": 0.28; 'suggestion': 0.32; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'subject:?': 0.35; 'received:org': 0.36; 'but': 0.36; 'message- id:@gmail.com': 0.36; 'turn': 0.36; 'possible': 0.37; 'far': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'more': 0.63; 'fun': 0.64; 'serial': 0.66; 'cut': 0.71; 'power': 0.74; 'hub': 0.84; 'ports': 0.93 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Sun, 23 Dec 2012 14:14:08 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121115 Thunderbird/10.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python USB control on Windows 7? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356297261 news.xs4all.nl 6965 [2001:888:2000:d::a6]:33038 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35413 On 12/23/2012 11:11 AM, Duncan Booth wrote: > So far as I can tell Windows doesn't let you turn the ports on and off. I > found some suggestion that by connecting it to a powered hub it may be > possible to toggle the hub power on and off but that many hubs don't bother > implementing the functionality. > > Thanks anyway. Or you might have more fun if you cut off the USB plug, and drive the thing directly using an Arduino board. You can use the USB serial port on it to prgrammatically turn the thing on and off from your computer, or a billion other possible things.