Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #39912
| 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 | <python@mrabarnett.plus.com> |
| 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 <python@mrabarnett.plus.com> |
| 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> <CANVf7b-zce4qGu-dxTzMF7405=MNGurUQcJozbS3QBK-fFkZyg@mail.gmail.com> |
| In-Reply-To | <CANVf7b-zce4qGu-dxTzMF7405=MNGurUQcJozbS3QBK-fFkZyg@mail.gmail.com> |
| 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 <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.2522.1361826958.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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).
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: telnet to Cognex In-Sight 4001 camera MRAB <python@mrabarnett.plus.com> - 2013-02-25 21:15 +0000 Re: telnet to Cognex In-Sight 4001 camera chris.annin@gmail.com - 2013-02-25 13:52 -0800 Re: telnet to Cognex In-Sight 4001 camera chris.annin@gmail.com - 2013-02-25 13:52 -0800
csiph-web