Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.babsi.de!open-news-network.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.053 X-Spam-Evidence: '*H*': 0.89; '*S*': 0.00; '"),': 0.16; 'end).': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'tried:': 0.16; 'string': 0.17; 'wrote:': 0.17; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'chris': 0.28; 'returned': 0.30; 'asking': 0.32; 'to:addr:python-list': 0.33; 'does': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'space': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'end': 0.40; 'header:Reply-To:1': 0.68; 'reply- to:no real name:2**0': 0.72; 'reply-to:addr:python.org': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=XeZXOvF5 c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=_vX2mLoUpDQA:10 a=6OfO6lV-XOQA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=t4ZJgjsAmVQA:10 a=RA8aDV4eV7tUtP9znCsA:9 a=wPNLvfGTeEIA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117 X-AUTH: mrabarnett:2500 Date: Mon, 25 Feb 2013 21:15:54 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: python-list@python.org Subject: Re: telnet to Cognex In-Sight 4001 camera References: <9qya2949lwvwn69b2oqy5xya.1361820262242@email.android.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361826958 news.xs4all.nl 6879 [2001:888:2000:d::a6]:44158 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39912 On 2013-02-25 20:27, Chris Annin wrote: > Ive tried: read_until("Login: "), read_until("User: ") and read_all() > all 3 ways return the same thing: "Welcome to In-Sight(R) 4001 Session > 1\r\nUser:" > [snip] Does the returned string end exactly with "User:" (no space at the end)? I ask because you're asking it to read until "User: " (space at the end).