Net Llama! ([EMAIL PROTECTED]) 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


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to