Age | Commit message (Collapse) | Author |
|
The devices tty1 ... are virtual consoles and should not be configured
through the CLI.
|
|
Bug 3849, 2289, 4126
Adds configuration of serial console:
set system console {
device ttyS0 {
speed 19200
}
device ttyACM0 {
speed 57600
type modem
}
}
This covers the cases of deleting serial console, changing speed,
and allowing modem console devices
|
|
|
|
For some dial in lines, need HAYES modem support.
|
|
|
|
By default, turn console screenblanking off.
If user wants to enable it, they can use:
set system console powersave
|
|
|
|
Use:
system console device ttyS1 speed 115200
To allow top level node to be one transaction with one update
|
|
Problems found during basic testing of new serial console config
|
|
|