>From the keyboard of Thomas Wolf:
> Wie ueberredet man xntp nun die RTS Leitung auf high zu setzen oder
Bei einem aelteren xntp hab' ich das mal in refclock_parse.c ungefaehr
so hinbekommen:
control = TIOCM_RTS;
if(ioctl(fd232, TIOCMBIS, &control) == -1)
{
perror("TIOCMBIS");
exit(1);
}
hellmuth
-- Hellmuth Michaelis Tel +49 40 559747-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 559747-77 Oldesloer Strasse 97-99 Mail hm(at)hcs.de 22457 Hamburg WWW http://www.hcs.deReceived on Wed 21 Jan 1998 - 08:42:43 CET