From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Fischer Subject: dosemu 1.1.4: serial printing problems Date: Sun, 23 Feb 2003 15:50:31 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <171532150.1046015431@[10.0.0.1]> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: "linux-msdos@vger.kernel.org" hi all, i've upgraded to dosemu 1.1.4, suse linux 8.1 i've configured: $_com3 = "/dev/ttyS2" logging output see below. mode can't find com3, only com1 there are any problems known? christian SER: directory /var/lock namestub LCK.. binary No SER: /dev/ttyS2 port 0 int 0 ... SERIAL $Header: /usr/src/dosemu0.60/serial/RCS/ser_init.c,v 1.1 1995/05/06 16:26 :19 root Exp root $ SER: Running serial_init, 1 serial ports registering /dev/ttyS2 for serial SER0: enabling interrupt 12 SER0: COM3, intlevel=12, base=0x3e8, device=/dev/ttyS2 SER0: BIOS memory location 0x404 has value of 0x3e8 ... SER0: INT14 0x0: Initialize port 2, AL=0xa3 SER0: Read LCR = 0x0 SER0: MCR = 0x3 SER0: MCR: DTR -> 1 SER0: MCR: RTS -> 2 SER0: LCR = 0x83, DLAB high. SER0: Divisor LSB = 0x30 SER0: Divisor MSB = 0x0 SER0: LCR = 0x3, DLAB low. SER0: Line Control: NOT A TTY. SER0: Read LSR = 0x0 SER0: tmp=0 int_cond=0 int_req=0 int=0 SER0: Read MSR = 0x0 SER0: INT14 0x0: Return with AL=0x0 AH=0x0 --