From mboxrd@z Thu Jan 1 00:00:00 1970 From: lars@lamasti.net (Lars =?iso-8859-1?Q?Bj=F8rndal?=) Subject: Redirect serial port to file Date: Fri, 24 Jun 2011 09:01:08 +0200 Message-ID: Mime-Version: 1.0 Return-path: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos Hello, list! I need some help in setting up a serial port redirection to a file, that works from dosemu. I have an old Dos app that sends data to a serial port only. Because I do not have an appropriate device to connect to the port, and because I need to view the output data, I need some sort of low level redirection. The Dos app should send data to com1 and the data should be written to a file. Do someone have an idea how to do this? Thanks and regards, Lars