Horizontal Position

Carriage ReturnCR

This command prints the input buffer information and advances the paper to the next line. If the printer buffer is empty a line is advanced.

Control Code:

CR

Hexadecimal:

0D

Decimal

13

Backspace

BS

This command removes the previous character from the print buffer.

Control Code:

BS

Hexadecimal:

08

Decimal:

8

Horizontal Tab

HT

This command advances the cursor by the number of dots specified in the Horizontal Margins command

Control Code: HT

Hexadecimal: 09

Decimal: 9

Set Horizontal Tab Width

ESC T H n

This command sets the Horizontal Tab (HT) value. The parameter n has values between 0 and 255 with a default value of 100 dots..

Example: The following escape sequence sets the horizontal tab width to 50 dots.

Escape Sequence:

ESC

T

H

2

Hexadecimal:

1B

54

48

32

Decimal:

27

84

72

50

8

Page 14
Image 14
Datamax 7A300007 Rev. 2 manual Horizontal Position, Carriage ReturnCR, Backspace, Horizontal Tab