CHR$(27)” < ”
CHR$(27)” = ”
CHR$(27)” > "
CHR$(27)“ U0 ”
CHR$(27)“Ul”
CHRS(27)“i0”
CHR$(27) “il”
CHR$(27)“s0”
CHR$(27)“sl”
CHR$(127)
Turns One-Line Unidirectional Mode ON.
Sets the high-order bit OFF.
Sets the high-order bit ON.
Turns Continuous Unidirectional Mode OFF.
Turns Continuous Unidirectional Mode ON.
Turns Immediate Mode OFF.
Turns Immediate Mode ON.
Returns to normal speed.
Turns Half-Speed Mode ON.
Deletes the most recent text character in the
print buffer.
Line Spacing
CHR$(10)
Produces a line feed.
CHR$(27)“0” Sets line spacing to 1/8-inch.
CHR$(27)“1” Sets line spacing to 7/72-inch.
CHR$(27)“2” Sets line spacing to 1/6-inch (default).
CHR$(27)“A”CHR$(n)
Sets line spacing to n/72-inch.
CHR$(27)“3”CHR$(n)
Sets line spacing to n/216-inch.
CHR$(27)“J”CHR$(n)
Produces an immediate one-time line feed of
n/216-inch without a carriage return.
CHRS(27)” j “CHR$(n)
Produces an immediate one-time reverse feed
of n/216-inch without a carriage return.
Forms Control
CHR$(27)“8” Turns the paper-out sensor OFF.
CHR$(27)“9” Turns the paper-out sensor ON.
CHR$(12)
Produces a form feed.
CHR$(13)
Produces a carriage return.
CHR$(27)“C”CHR$(0)CHR$(n)
Sets the form length in inches.
CHR$(27)“C”CHR$(n)
Sets the form length in lines.
CHR$(27)“N”CHR$(n)
Turns a variable skip-over-perforation ON.
CHR$(27) “O"
Turns skip-over-perforation OFF.
285