On Wed, 2005-02-16 at 18:24 +0800, Kathy Quinlan wrote: > Hi all, > > I am using some code from http://home.flash.net/~bobgh/serial.htm > > It uses variables of ioctl like TCSETS, I have seen it in other FreeBSD > source code, but I can not find what I need to include to get it to work .
For information about ioctl requests for terminal devices see the tty(4) manpage. Try also tcsetattr(3) and termios(4). _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

