Re: Serial communication, terminal

2005-01-13 Thread Jay Moore
On Wednesday 12 January 2005 03:22 am, Florian Hengstberger wrote: > Hi! > > 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

Re: Serial communication, terminal

2005-01-12 Thread Matthias Buelow
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 pr

Re: Serial communication, terminal

2005-01-12 Thread Warren Block
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

Serial communication, terminal

2005-01-12 Thread Florian Hengstberger
Hi! 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?