From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan =?iso-8859-1?Q?Reich=F6r?= Newsgroups: gmane.emacs.help Subject: emacs as terminal application for a serial interface Date: Thu, 01 Jun 2006 21:44:58 +0200 Organization: UTA Telekom AG (Customer) Message-ID: <873beosls5.fsf@utanet.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1149194438 19544 80.91.229.2 (1 Jun 2006 20:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jun 2006 20:40:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 01 22:40:36 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fltxv-0006Jc-Mx for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jun 2006 22:40:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fltxv-0006Eb-8G for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Jun 2006 16:40:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!newsfeed.inode.at!newsfeed.utanet.at!newsspool.utanet.at!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: linzu1-207-131.utaonline.at Original-X-Trace: newsreader1.utanet.at 1149191211 32145 212.152.207.131 (1 Jun 2006 19:46:51 GMT) Original-X-Complaints-To: abuse@uta.at Original-NNTP-Posting-Date: 1 Jun 2006 19:46:51 GMT User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:rMiV81nMUMQOUo8AkhAbYr/xxNI= Original-Xref: shelby.stanford.edu gnu.emacs.help:139683 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:35307 Archived-At: Hi! I use an embedded device connected to a linux PC via the serial interface. I can use minicom to communicate with that device. Now I'd like to use command line terminal program that can be used for the emacs comint mode. What I'd like to achieve is, displaying all incoming data from /dev/ttyS0 and sending data to /dev/ttyS0 via emacs. Does anyone have an idea, how I that can be accomplished? Stefan.