
錯誤
!
尚未定義樣式。
— BIOS
31
Value
Description
00H
Console Redirection function disable
01H
Console Redirection to COM1 (3F8H)
Configuring Special Keys
Console redirection uses ANSI terminal emulation, which is limited to basic ASCII characters. There are no func-
tion keys, arrow keys, or control keys in this character set. However, the QSSC-2U BIOS software requires the
use of function keys and control keys for ordinary functions. You can emulate a function key or control key by us-
ing a special key sequence called an escape sequence, to represent a specific key.
For console redirection, an escape sequence starts with an escape character. This character can be entered in a va-
riety of different ways depending on the requirements of your terminal emulation software. For example, 0x1b, ^[,
and <Esc> refer to the same escape character.
The following table lists the escape sequence that must be sent to represent a special key or command.
Key
ANSI Escape Sequence
Windows Platform Design Note
F1
<ESC><Shift>op
<ESC>1
F2
<ESC><Shift>oq
<ESC>2
F3
<ESC><Shift>or
<ESC>3
F4
<ESC><Shift>os
<ESC>4
F5
<ESC><Shift>ot
<ESC>5
F6
<ESC><Shift>ou
<ESC>6
F7
<ESC><Shift>ov
<ESC>7
F8
<ESC><Shift>ow
<ESC>8
F9
<ESC><Shift>ox
<ESC>9
F10
<ESC><Shift>oy
<ESC>0
F11
<ESC><Shift>oz
<ESC>!
F12
<ESC><Shift>oa
<ESC>@
Home
<ESC>[<Shift>h
<ESC>h
End
<ESC>[<Shift>k
<ESC>k
Ins
<ESC>[2
<ESC>+
Del
<ESC>[3
<ESC>-
Page Up
<ESC>[5
<ESC>?
Page Down
<ESC>[6
<ESC>/
Reset
<ESC><Shift>b
<ESC>R<ESC>r<ESC>R