From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: Virtual setting for com ports Date: Sun, 11 Jul 2004 13:58:26 +0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <40F10F42.4070105@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Juhani Pirttilahti wrote: > I'd like to know how the $_com1 = "virtual" setting actually does work? > What it does and what doesn't do? More details please. :) Not too much to say in fact. It just supresses the normal dosemu output (whatever the DOS program writes to the screen, goes no-where), and redirects your COM1 to the terminal. So the stdout of dosemu is what the program sends to COM1, and whatever goes to stdin, the program can read from COM1. That way your telnet session talk to COM1. There is a vmodem.txt there somewhere, that describes this in more details.