On Wed, 12 Jan 2005, Florian Hengstberger wrote:
I have a microcontroller with an uart interface. I want to communicate with my computer through the serial port of my FreeBSD box. Is it somehow possible to connect the serial io to a xterm? Case it is not: I don't want to write a program myself - is there an existing program handling the io?
See the man page for cu. To connect to a serial device on the first serial port at 9600 baud, for example:
cu -l /dev/cuaa0 -s 9600
-Warren Block * Rapid City, South Dakota USA _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"