SECTION 8
"
Programming
8-42
VT220/ANSI Terminal Emulation Programmer’s Reference Guide
Suppose you want to define the F20 key to be PRINT with-
out clearing or locking any other keys. The first part of the
sequence would look like this:
DCS 1 ; 1 | 3 4 /
where 34 is the code for the F20 key.
After the slash character (2F hexadecimal) you would
include the definition. The rest of the sequence after the
slash character would be,
5 0 5 2 4 9 4 E 5 4 ST
where the hex encoding for PRINT is:
50 = P
52 = R
49 = I
4E = N
54 = T
The ST character (9C hexadecimal) marks the end of the
control string. The complete string is:
DCS 1 ; 1 | 34 / 50 52 49 4E 54 ST
Down-Line Loadable Character Set
The wireless station does not support the ability to create
and down-line load a character set of up to 94 characters
(Table 8-26). This character set is also called a dynamically
redefinable character set (DRCS).
Table 8-26
Down-Line Loadable Character Set
Function
Wireless Station Action
Down-line load DRCS characters
Ignores this function.
Clear a down-line loaded
character set
Ignores this function.
Содержание VT220/ANSI
Страница 1: ...VT220 ANSI Terminal Emulation PROGRAMMER S REFERENCE GUIDE P N 977 047 037 Revision C July 1998...
Страница 4: ......
Страница 18: ...CONTENTS xiv VT220 ANSI Terminal Emulation Programmer s Reference Guide...
Страница 26: ...SECTION 1 Introduction 1 8 VT220 ANSI Terminal Emulation Programmer s Reference Guide...
Страница 80: ...SECTION 4 RT1700 Radio Terminal 4 22 VT220 ANSI Terminal Emulation Programmer s Reference Guide...
Страница 144: ...SECTION 8 Programming 8 8 VT220 ANSI Terminal Emulation Programmer s Reference Guide Table 8 3 C1 Control Characters...
Страница 264: ...APPENDIX A Bar Code Scanning A 4 VT220 ANSI Terminal Emulation Programmer s Reference Guide...
Страница 276: ...INDEX Index 12 VT220 ANSI Terminal Emulation Programmer s Reference Guide...