From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-82397-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1KL3r2-0005fL-B1
	for garchives@archives.gentoo.org; Mon, 21 Jul 2008 22:27:40 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A3A9E0492;
	Mon, 21 Jul 2008 22:27:38 +0000 (UTC)
Received: from yw-out-1718.google.com (yw-out-1718.google.com [74.125.46.155])
	by pigeon.gentoo.org (Postfix) with ESMTP id 51A5AE0492
	for <gentoo-user@lists.gentoo.org>; Mon, 21 Jul 2008 22:27:38 +0000 (UTC)
Received: by yw-out-1718.google.com with SMTP id 5so590808ywm.46
        for <gentoo-user@lists.gentoo.org>; Mon, 21 Jul 2008 15:27:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type:references;
        bh=hLmC8J6ROTZ6M5nV5UlFlPVohc7whmMyyIT/IJTGr1E=;
        b=EnQF6l0taF74kX5Fz59M+6DUWGQvSkDp018PiZPkBSXsnnahsI1nQ8mUc7rwka25gI
         Kp20conVkOiw05ZoRkT0YeQymZUMOARBkXIVwfVNKvMdClc5qSCWiQzQrTeC6rc+v64z
         +1dVqJbz05eFCfysH+/VkmnT9nZtSDlKZJQgo=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:references;
        b=n5xsqN4Lpu4YPQP0GAthzOqkcMW92zChnyJ/I6w7AX/Qrrc8JK2J0j55IKSp7zRIfe
         BgbUpMoPmib0B5X8cI9o3OWRQZyxqD48FiX2uKPlF8ifhiDoq44m5tdSN+K5iJp6aFo+
         zTMke+JPB3zam0kB5lNMTEx6uo9ST+25rC+Lc=
Received: by 10.151.150.13 with SMTP id c13mr4482320ybo.155.1216679257872;
        Mon, 21 Jul 2008 15:27:37 -0700 (PDT)
Received: by 10.150.186.13 with HTTP; Mon, 21 Jul 2008 15:27:37 -0700 (PDT)
Message-ID: <947383f90807211527u73e05b6djdd61b1e6eb2875c8@mail.gmail.com>
Date: Tue, 22 Jul 2008 00:27:37 +0200
From: "Zdenek Travnicek" <v154c1@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: Serial port over ethernet
In-Reply-To: <g5kvh8$iot$1@ger.gmane.org>
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
Content-Type: multipart/alternative; 
	boundary="----=_Part_17324_8879918.1216679257871"
References: <947383f90807160256n48011592t8e2adda86cb15cfb@mail.gmail.com>
	 <g5kvh8$iot$1@ger.gmane.org>
X-Archives-Salt: edf49c66-7104-4b67-bf21-ef2b3e6b4f60
X-Archives-Hash: e79f05857aa181350ec8adbd7f7e92ad

------=_Part_17324_8879918.1216679257871
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Thanks for all replies


> The problem is the Linux pty driver.
> To impliment a working remote serial port, you have to write a
> kernel-mode serial driver -- and that's a lot of work. [Writing
> one isn't bad, maintaining one is a complete bitch due to the
> way the infrastructure keeps shifting out from under you.] I've
> proposed fixing the pty driver to allow it to emulate a real
> serial port, but that proposal wasn't well accepted by the
> powers-that-be in the Linux kernel world.
>

I wanted merely save some time and have more comfort during programming
PICs.
Writing kernel driver for (emulated) serial port is would take much more
time than I can ever save by it.
I will probably try it once I have some spare time anyway )

Until then I stick with programming over ssh ;p

Sincerely
Zdenek Travnicek

------=_Part_17324_8879918.1216679257871
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<div dir="ltr"><div class="gmail_quote"><div>Thanks for all replies<br>&nbsp;<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The problem is the Linux pty driver.<br>

To impliment a working remote serial port, you have to write a<br>
kernel-mode serial driver -- and that&#39;s a lot of work. [Writing<br>
one isn&#39;t bad, maintaining one is a complete bitch due to the<br>
way the infrastructure keeps shifting out from under you.] I&#39;ve<br>
proposed fixing the pty driver to allow it to emulate a real<br>
serial port, but that proposal wasn&#39;t well accepted by the<br>
powers-that-be in the Linux kernel world.<br>
</blockquote></div><br>I wanted merely save some time and have more comfort during programming PICs.<br>Writing kernel driver for (emulated) serial port is would take much more time than I can ever save by it.<br>I will probably try it once I have some spare time anyway )<br>
<br>Until then I stick with programming over ssh ;p<br><br>Sincerely<br>Zdenek Travnicek<br></div>

------=_Part_17324_8879918.1216679257871--