From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bijan Soleymani Newsgroups: gmane.emacs.help Subject: Re: Controlling an external device with elisp Date: 04 May 2003 20:48:36 -0400 Organization: www.crasseux.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87u1cazl6v.fsf@gmx.net> <87r87epk39.fsf@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1052095769 13245 80.91.224.249 (5 May 2003 00:49:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 5 May 2003 00:49:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon May 05 02:49:28 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19CUAZ-0003RV-00 for ; Mon, 05 May 2003 02:49:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19CUBT-0001jp-07 for gnu-help-gnu-emacs@m.gmane.org; Sun, 04 May 2003 20:50:23 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!wesley.videotron.net!weber.videotron.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-NNTP-Posting-Host: 24.202.124.181 Original-X-Complaints-To: abuse@videotron.ca Original-X-Trace: weber.videotron.net 1052095718 24.202.124.181 (Sun, 04 May 2003 20:48:38 EDT) Original-NNTP-Posting-Date: Sun, 04 May 2003 20:48:38 EDT Original-Xref: shelby.stanford.edu gnu.emacs.help:112768 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9263 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9263 upro writes: > Do you think this is impossible? It is impossible to do it entirely in elisp (unless you modify the C part of emacs to support parallel port transfer directly). All you need is a small program (in C or something) to send data to the device. Then just pipe data to and from it, from within emacs. Bijan