Select the communications port and speed.
Syntax:
──── .B ───────── speed ────┬──────────┬────────────────────── └── port ──┘
Parameters:
speed
150t
Results & Notes:
When the Kernel Debugger initialises a default baud rate of 9600t is set.
The COM port defaults to COM2 if there are two serial ports otherwise COM1 unless no comports are defined in the ROM BIOS data area, in which case the first port address in the ROM BIOS data area is assumed.
The parity, data and stop bit settings default to none, 8 and 1. These may be altered either:
from the Kernel Debugger by writing directly to the COM port control register using the O command or from the system under test by using the MODE command.
If synchronisation is lost with the debugging console, for example because the debugging communications port has been temporarily used by another application then it may be reset using the MODE command. from the command line of the system under test. For example, to re-specify the default parameters use:
MODE COM2 9600,n,8,1