From: "Tonu Aas" Newsgroups: comp.os.msdos.djgpp References: Subject: Re: Libnet serial port problem Date: Tue, 14 Jan 2003 12:32:07 +0200 Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 NNTP-Posting-Host: ids.ids.ee Message-ID: <3e23e78b$1@news.infonet.ee> X-Trace: news.infonet.ee 1042540427 ids.ids.ee (14 Jan 2003 12:33:47 +0200) Organization: INFONET.EE To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > I'm having some trouble with some serial port code I'm writing with > Libnet under djgpp. Everything's fine if I only use one serial port, > but if I try to receive from both serial ports at once, information > can only get through from one of them at a time. Each serial port > works fine by itself. If they use the same IRQ(COM1, COM3 or COM2 COM4) then its normal. If they are not, maybe its limited by package. RTFM ? Tõnu.