Serial communication, terminal

Warren Block wblock at wonkity.com
Wed Jan 12 14:06:40 PST 2005


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


More information about the freebsd-questions mailing list