>From memory something like this:

fd = open("/dev/ttyS0", O_RDWR)
ioctl(fd, TIOCMBIC, TIOCMRTS | TIOCMDTR)
ioctl(fd, TIOCMBIS, TIOCMRTS | TIOCMDTR)

Tom

Reply via email to