Escape Sequences; Fs Sequences; Super-Set Commands; Set And Reset Codes - InfoPrint LQ-1600K Programmer's Reference Manual

6500 line matrix printers
Table of Contents

Advertisement

Chapter
2
LQ-1600K Emulation

Escape Sequences

Some LQ-1600K control codes consisting of more than one character are
called escape sequences because the first character in the sequence is the
ASCII ESCape character. ESC alerts the printer that a special function
command—not printable characters—follows.
The format for an escape sequence is:
For example, to select emphasized (offset) print, send the ESC character
immediately followed by the E character (do not add a space character):

FS Sequences

Another type of control code which consists of more than one character is
called an "FS sequence," because the first character is the ASCII FS
character. This control code is used when the printer is printing Double Byte
Character Set (DBCS) characters. The FS alerts the printer that a special
function command (not printable characters) follows. Most FS commands
work only on DBCS characters.
The format for an FS sequence is:
For example, to rotate DBCS characters by 90° counter-clockwise, send an
FS character immediately followed by the J character:

Super-Set Commands

The unique control code sequence for both SSCC and ASSC commands are
defined in the table below:
Control
Code
SSCC
ASSC

Set And Reset Codes

Set and reset are other ways of saying turn on and "turn off; select and
deselect; or enable" and disable."
Some printer features are set and reset with an escape sequence and the
numbers 1 or 0. In those cases you can represent 1 and 0 as hexadecimal
codes 01 and 00 or as the ASCII codes for the numerals 1 and 0
(hexadecimal 31 and 30).
16
ESC (parameter 1)(parameter 2)...(parameter n )
ASCII: ESC E
Hex: 1B 45Dec: 27 69
FS (parameter 1)(parameter 2)...(parameter n )
ASCII: FS J Hex: 1C 4ADec: 28 74
ASCII Value
ESC | } ;
ESC | } ; q
Hex Value
Dec Value
1B 7C 7D 3B
27 124 125 59
1B 7C 7D 3B 71
27 124 125 59 113

Advertisement

Table of Contents
loading

Table of Contents