5.20.2
console
The console terminal can be either a VGA monitor or a serial terminal. The console
environment variable specifies which type of console is used.
The syntax is:
set console
output_device
The options for
output_device
are:
graphics
(default)
The console terminal is a VGA monitor or a device connected to
the VGA port.
serial
The console terminal is the device connected to the COM1 port.
The value of
console
takes effect only after you reset the system by pressing the Halt/Reset
button (if configured) or by issuing the
init
command. (Jumper J22 pins 13-14 must be
installed for the halt/reset button to operate as a reset button.)
Example
>>> show console
console graphics
>>> set console serial
>>> init
.
.
.
>>> show console
console serial
>>>
Using Firmware
5-43