Re: Printing to serial console
From: Bob Hauck (postmaster_at_localhost.localdomain)
Date: 02/02/05
- Next message: Peter T. Breuer: "Re: GNU License Question, On Change of Code"
- Previous message: Gregor Rot: "Logitech 961241-0403 QuickCam for Notebooks"
- Next in thread: guruteck_at_gmail.com: "Re: Printing to serial console"
- Maybe reply: guruteck_at_gmail.com: "Re: Printing to serial console"
- Maybe reply: Joe Beanfish: "Re: Printing to serial console"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 2 Feb 2005 15:19:32 -0500
On 2 Feb 2005 11:36:54 -0800, peter_holmes2003@yahoo.com
<peter_holmes2003@yahoo.com> wrote:
> I wanted to know if I can write to the serial console using the file
> descriptor of the serial device.
Open /dev/tty, which always points to the tty you are attached to.
hauck@rebel:~$ echo "stuff" > /dev/tty
stuff
-- -| Bob Hauck -| To Whom You Are Speaking -| http://www.haucks.org/
- Next message: Peter T. Breuer: "Re: GNU License Question, On Change of Code"
- Previous message: Gregor Rot: "Logitech 961241-0403 QuickCam for Notebooks"
- Next in thread: guruteck_at_gmail.com: "Re: Printing to serial console"
- Maybe reply: guruteck_at_gmail.com: "Re: Printing to serial console"
- Maybe reply: Joe Beanfish: "Re: Printing to serial console"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|