X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Patrick Talloen"

Newsgroups: comp.os.msdos.djgpp Subject: pmcom and overrun Date: Wed, 5 May 2004 21:54:10 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2739.300 Lines: 23 Message-ID: <40994659$0$21761$a0ced6e1@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 217.136.92.41 X-Trace: 1083786841 newsread004.isp.belgacom.be 21761 217.136.92.41:1301 X-Complaints-To: usenet-abuse AT skynet DOT be To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I'm using pmcom for serial communication between windows-pc and dos-pc (Rocky 512) (speed 115200) My serial ports are UART 16C550 compatible with a fifo of 16 bytes During data transfer (XON-XOFF handshaking) a buffer overrun happens frequently, even with a small amount of data (<16 byte) After a overrun no transfer is possible anymore. How can this overrun condition be resetted? Why does this happen ? In my previous application in16bit (Greenleaf com lib) i could master 4 comports at a speed of 115200 Are ISR in PM that slow ? Where can i find a good serial library for djgpp (RM ISR) (a commercial one ?) Thanks Patrick