ESCJ

 

 

Perform n/ 180-4nch Line Feed

Format:

 

 

 

ASCII code:

ESC

J

n

Decimal:

27

74

n

Hexadecimal:

1B

4A

n

Comments:

Advances the paper n/180 of an inch. The value of n must be from O-255. This command produces an immediate line feed but does not affect subsequent line spacing and does not produce a carriage return.

Vertical tabbing

VT

Tab Vertically

Format:

ASCII code: VT

Decimal: 11

Hexadecimal: OB

Comments:

Advances the paper to the next tab setting in the channel selected by ESC 1. If no channel has been selected, channel 0 is used. If no vertical tabs have been selected, the paper advances one line.

ESCB

Set Vertical Tabs

Format:

ASCII code: ESC B nl n2 ... ... ... 0Decimal: 27 66 nl n2 ... ... ... 0Hexadecimal: IB 42 nl n2 ... ... ... 00

Comments:

Sets up to 16 vertical tabs in the current line spacing. Tab settings are not affected by subsequent changes in line spacing. The tab settings are entered as nl, n2, etc., all from 1-255, in ascending order. The ASCII code 0 indicates the end of the command. All settings are stored in channel 0 (see ESC b). ESC B 0 clears the tab settings.

A-16

Command Summary