From: Lennart Poettering Newsgroups: comp.os.msdos.djgpp Subject: Serial Port??? (Please excuse repetitions of my last posting) Date: Fri, 03 Apr 1998 17:23:47 +0200 Organization: Poettering Productions Lines: 18 Message-ID: <3524FF03.C793C7EE@gmx.net> Reply-To: poettering AT gmx DOT net NNTP-Posting-Host: max2-009.public.uni-hamburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi there! I have another problem: I've built an interface connected to the serial port. it produces irq's on it. How can i develop a djgpp-program, which works with them? I tried it with _go32_dpmi_set_protected_mode_interrupt_vector() and _go32_dpmi_alloc_iret_proc() (or something like that) But it didnt work, i did not get any interrupt. Even the mouse didnt produce one? What shall I do?