It seems like that ioctl is missing from Pike. :/
I wonder if ioctl should be added on a general basis, or if special calls should be added for all ioctls...
(crossposting developers list)
Anyhow, it should be added somehow to src/modules/files/termios.c or nearby. It shouldn't be too tricky. If I have time, I'll do it today (so it lands in 7.7-cvs), but if not I'm leaving for austria tomorrow morning, so can't do anything then for some weeks :/
/ Mirar
Previous text:
2004-08-16 23:47: Subject: managing comport settings in linux
I've narrowed it down to this please advise if this is possible in pike. They do this: mdlns &= ~TIOCM_RTS; ioctl(dmm,TIOCMSET,&mdlns)
Which from "man 4 tty_ioctl" means:
TIOCMSET const int *argp set the status of modem bits.
So they activly set the RTS (hardware control) bit high on the port.
/Marc
/ Marc Dirix