screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: screen as a serial console


From: Adam Lazur
Subject: Re: screen as a serial console
Date: Mon, 26 Sep 2005 16:05:09 -0400
User-agent: Mutt/1.5.9i

Net Llama! (address@hidden) said:
> I've been using screen in Linux to connect to a serial console for some
> time, and its always just worked by running:
> screen /dev/ttyS0
> 
> However, i've noticed that it seems to default to a speed of 9600, and I
> can't figure out how to specify anything higher.  What i need is 115200.
> Can anyone throw me a few clues on this?  thanks!

The next argument is a comma separated set of flags. Try:

    screen /dev/ttyS0 115200

Look under "WINDOW TYPES" in the manpage for details.

-- 
Adam Lazur




reply via email to

[Prev in Thread] Current Thread [Next in Thread]