Tm-t88 / tm-t90 and esc/pos, Command descriptions, Print and feed commands – TransAct Technologies ITHERM 280 User Manual

Page 193

Advertising
background image

iTherm

®

280 Programmer’s Guide

Programming Codes

28-07764

Rev C

Page 191

TM-T88 / TM-T90 and ESC/POS

TM

Command

Descriptions


The TM-T90 and EPOS emulation’s are grouped together. The TM-T90 emulation is a subset of
the EPOS emulation. The EPOS-only commands are noted.

Print and Feed Commands

Function

Print and Line Feed

ASCII

[LF]

Hexadecimal 0AH
Decimal

<10>

Description The [LF] command prints the data in the print buffer and feeds one line. The

amount of paper fed per line is based on the value set using the line spacing
command. The default setting is 1/6 inch.

Function

Print and Carriage Return

ASCII

[CR]

Hexadecimal 0DH
Decimal

<13>

Description When auto line feed is enabled, [CR] functions in the same way as [LF]. When

auto line feed is disabled, [CR] prints the data in the print buffer and does not
feed the paper.

Function

Print and Feed <n> Lines

ASCII

[ESC] d <n>

Hexadecimal 1BH 64H <n>
Decimal

<27> <100> <n>

Range

0

n

255

Description The [ESC] d <n> command prints the data in the print buffer and feeds <n> lines.

The amount of paper fed per line is based on the value set using the line spacing
command. The maximum paper feed amount is 40 inches. The default setting of
the paper feed amount is 1/6 inch.

Function

Print and Reverse Feed<n> Lines

ASCII

[ESC] e <n>

Hexadecimal 1BH 65H <n>
Decimal

<27> <101> <n>

Range

0

n

255

Description The [ESC] e <n> command prints the data in the print buffer and feeds <n> lines

in the reverse direction. The amount of paper fed per line is based on the value
set using the line spacing command. The maximum reverse paper feed amount
is 48/144 inch. The default setting of the paper feed amount is 1/6 inch.

Advertising