From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-159293-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id DE8FD138247
	for <garchives@archives.gentoo.org>; Mon, 13 Oct 2014 09:08:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 627DEE0962;
	Mon, 13 Oct 2014 09:08:43 +0000 (UTC)
Received: from vigilia.groessler.org (vigilia.groessler.org [79.143.177.135])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 067DBE085D
	for <gentoo-user@lists.gentoo.org>; Mon, 13 Oct 2014 09:08:38 +0000 (UTC)
Received: from blasi.groessler.org (gaga.groessler.org [212.168.189.235])
	by vigilia.groessler.org (8.14.7/8.14.6) with ESMTP id s9D98W3t021010
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=OK)
	for <gentoo-user@lists.gentoo.org>; Mon, 13 Oct 2014 11:08:32 +0200 (CEST)
Message-ID: <543B968B.8030100@groessler.org>
Date: Mon, 13 Oct 2014 11:08:27 +0200
From: Christian Groessler <chris@groessler.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Writing to tty01 (serial port) in simple straight
 forward way...?!?
References: <20141012120802.GA4800@solfire>	<543AA15E.6090805@fastmail.co.uk>	<4098449.4hDUJObNF8@bluering>	<CAHH9eM78_13d4oXgcYZTfwrx=2gf-W-DknZVyE6NMVYW213u1Q@mail.gmail.com> <20141013100644.3171a491@digimed.co.uk>
In-Reply-To: <20141013100644.3171a491@digimed.co.uk>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: c9185fa1-a6bf-4c8e-a44c-2fe365d4e2c7
X-Archives-Hash: 35b88a85771979a2f9ac85b6998c007c

On 10/13/14 11:06, Neil Bothwick wrote:
> On Sun, 12 Oct 2014 22:36:55 -0300, Francisco Ares wrote:
>
>> By using this approach, you might be able to send a command, but most
>> probably (never tried) will not be able to receive the device's reply.
>>
>> Try minicom, a simple text serial console.
> Or write the script in Python and use pyserial.

Or use kermit.