Path: utzoo!attcan!uunet!mcsun!ukc!kl-cs!nott-cs!ucl-cs!T.Casey From: T.Casey@ucl-cs.UUCP Newsgroups: comp.unix.i386 Subject: Re: serial ports under 2.0.x Message-ID: <434@ucl-cs.UUCP> Date: 14 Oct 89 17:24:47 GMT Sender: T.Casey@ucl-cs.UUCP Lines: 20 From: T.Casey@uk.ac.ucl.cs Yes, I had a similar problem trying to drive a sony LVR-6000 through the comm port. I tried to change tty00 at boot time to 9600 baud and got the same error message. Finally I took the easy way out and opened tty00, set arg.c_cflag to B9600 and used the ioctl system call with TCSETA. It works fine as long as the file is open, but of course reverts back to 300 baud on exit, which for my purposes is okay . But, I would like a cleaner solution and also be able to set parameters for the c_cflag, c_oflag, & c_lflag for comms ports at boottime. Can anyone point me to information about this. The manuals are not clear on how this can be done. Thanks in advance. Tom