From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Bert-Ola Persson" To: Subject: [ECOS] Serial problems on i386 PC Date: Tue, 12 Jun 2001 14:51:00 -0000 Message-id: <000d01c0f389$6a2199f0$fe01a8c0@PC4> X-SW-Source: 2001-06/msg00402.html Hello, I got a problem to make the serial communication to work as it shuld on i386 PC. I am running the debugg/download stuff on port 0 and other stuff on port 1 The problem is that it seams that when after reciving a few bytes on port 1 it all hang. Have checked Tx and it works as it shuld, but as soon as I do Rx it chrashes. Looks to me like some problems with interrupts DSR calls or something that is not done in proper way. The port 1 is configured as nonblocking both TX and RX, 115200,8,1. Do you have the solution to this problem? Best Regards Bert