From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars =?iso-8859-1?Q?Bj=F8rndal?= Subject: Re: PromLink under dosemu Date: Mon, 12 Sep 2005 20:45:41 +0200 Message-ID: <20050912184541.GA6954@lamasti.net> References: <200509122026.09831.dr.claudia.neumann@gmx.de> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <200509122026.09831.dr.claudia.neumann@gmx.de> Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Claudia Neumann Cc: linux-msdos On man, sep 12, 2005 at 08:26:09 +0200, Claudia Neumann wrote: > Normally COM1 is /dev/ttyS0 in Linux. So you have to set > > $_com1 = "/dev/ttyS0" Yes, but I want to use com2, so com2 = "/dev/ttyS1" should be right. Or? > In 1.3.0.1 you have to set $_ttylocks because dosemu wants to write a lock > file for the serial port. This lock file should go to /var/run. But as normal > user you don't have the right to write in /var/run. So tell dosemu to write > the lock file for example to Yes, but I run dosemu as root. > If it doesn't run look at /home/user/.dosemu/boot.log for information why you > can't reach the serial port. It looks fine: register /dev/ttyS1 serial And I may copy a file to a printer, which I sometimes connect to com2. Lars