Toshiba B-EP Series Interface Specification page 535

External equipment interface specification
Hide thumbs Also See for B-EP Series:
Table of Contents

Advertisement

8.10 ESC/POS COMMANDS
8.10.1
HORIZONTAL TAB COMMAND
Function
Moves a print position to the next horizontal tab position.
Format
ASCII: HT
Hex: 09h
Default
Every 8 characters of font A (9th, 17th digit...)
Explanation
(1) This command will be ignored if the next horizontal tab position is not specified.
(2) The Horizontal Tab Positions Set Command ([ESD] D) must be used to specify a
[Program example]
fprintf( stdprn, "01234567890123456789012345678901234\n");
}
fputc( '\n', stdprn );
[Print example]: Default horizontal tab position
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4
Reference
Horizontal Tab Positions Set Command ([ESD]D)
position of a horizontal tab.
for( i=0; i<4; i++ ) {
fputc( '\t', stdprn );
fputc( 'H', stdprn );
H
CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
/* Horizontal tab */
H
8-8
[HT]
H
H
B-EP Series

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents