Chapter
2
Configuring The ANSI Emulation
Private Mode, Disable
ASCII Code ESC [>5l (lowercase "L")
Hex Code
Dec Code
Expression CHR$(27); "[>5l";
Purpose
Discussion Selects character set 1 of the selected 8 bit international
Private Mode, Enable
ASCII Code ESC [>5h
Hex Code
Dec Code
Expression CHR$(27): "[>5h";
Purpose
Discussion Selects character set 2 of the selected 8 bit international
Proportional Print Mode
ASCII Code ESC [6 m
Hex Code
Dec Code
Expression CHR$(27);"[6m";
Purpose
Discussion All fonts and modes allow proportional printing. The
38
1B 5B 3E 35 6C
27 91 62 53 108
Disables private mode.
character set. With non-ISO character sets, hex codes 20-7F
and A0-FF are printable. Hex codes 80-9F are duplicates of 00-
1F. For ISO character sets hex codes 80-9F are treated as Nulls.
1B 5B 3E 35 68
27 91 62 53 104
Enables private mode.
character set. Allows printing of hex codes 15, 20-7E and 80-FF.
1B 5B 36 6D
27 91 54 109
Sets proportional printing where each character has its own
width.
proportionalized character graphics font, however, is the same
as the normal character graphics font.
Need help?
Do you have a question about the ANSI Printer and is the answer not in the manual?
Questions and answers