Re: serial line initialization

2000-03-31 Thread David Wright
Quoting John Conover ([EMAIL PROTECTED]): > > I just upgraded from Slackware 1.2 to Debian 2.1, (yes, it was a big > jump.) > > Do I still have to: > > ${SETSERIAL} /dev/cua2 ${AUTO_IRQ} skip_test autoconfig spd_vhi > /bin/stty crtscts < /dev/cua1 > > in /etc/rc0.d, and then spec the ba

Re: serial line initialization

2000-03-31 Thread Robert Mognet
Hello, On Fri, Mar 31, 2000 at 08:27:56AM -, John Conover wrote: > > I just upgraded from Slackware 1.2 to Debian 2.1, (yes, it was a big > jump.) > > Do I still have to: Have a look at /etc/init.d/setserial > > ${SETSERIAL} /dev/cua2 ${AUTO_IRQ} skip_test autoconfig spd_vhi > /bi

serial line initialization

2000-03-31 Thread John Conover
I just upgraded from Slackware 1.2 to Debian 2.1, (yes, it was a big jump.) Do I still have to: ${SETSERIAL} /dev/cua2 ${AUTO_IRQ} skip_test autoconfig spd_vhi /bin/stty crtscts < /dev/cua1 in /etc/rc0.d, and then spec the baud rate at 38400 in the applications using the serial line?