> I have a phone system that I need to log information from to a FreeBSD
> box via a serial cable. What would be the best way to "listen" to the
> serial port and write those messages to a log file?
Why not simply use 
cat /dev/cuaa<x> > logfile

You might use stty to set communication parameters after issueing 
the cat command.

regards
titus

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to