Date: Thu, 13 Aug 1998 07:48:40 +0300 (IDT) From: Eli Zaretskii To: Michel Gallant cc: djgpp AT delorie DOT com Subject: Re: Detecting interrupt on printer port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 12 Aug 1998, Michel Gallant wrote: > My port is in ecp/epp mode right now. Would that have > anything to do with it? Should it generate an interrupt in this mode? I don't know (anybody?). You need to find some docs on the ecc/epp mode and look there. Try searching the Interrupt List for `ecc' or `epp'. > Also I will try writing a char to the port first. Can I just use > outportb() for maximum optimization or do I need to use one of the other > I/O functions? outportb should be fine. This would be the first thing to try, even before you plunge into motherboard- and ecp-related issues.