AW: [rtl] Problem using multiple serial ports

2001-10-23 Thread Thomas Lehwald
: Michael C. Riedl [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 22. Oktober 2001 18:20 An: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Betreff: [rtl] Problem using multiple serial ports Hi there! Using dev/ttyS0 in my program works perfect, but I would like to use /dev/ttyS1, /dev/ttyS2

[rtl] Problem using multiple serial ports

2001-10-22 Thread Michael C. Riedl
Hi there! Using dev/ttyS0 in my program works perfect, but I would like to use /dev/ttyS1, /dev/ttyS2 and /dev/ttyS3 as well. To avoid any trouble, I assigned a different interrupt to each of the four serial pots: ttyS0 4 ttyS1 3 ttyS2 5 ttyS3 7 and I used the usual i/o-addresses. All is