Toshiba B-EP Series Interface Specification page 540

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

Advertisement

8.10.6
SPACING SET COMMAND
Function
Specifies spacing (or the number of dots) on the right of an ANK character.
Format
[ESC] SPn
Term
ASCII: ESC SP n
Hex: 1Bh 20h n
[Parameter]
n: Spacing (or the number of dots) on the right 0 ≤ n ≤ 99 (00h ≤ n ≤ 63h)
Default value
n : 1
Explanation
(1) For a double-width character, spacing will also be doubled.
(2) The maximum permissible spacing on the right of a character is 99 dots. If a
specified value exceeds 99, the maximum value of 99 will be applied.
(3) Spacing can be independently specified in standard and page modes.
(4) The value specified by this command is not applicable to Chinese characters.
Instead, the Chinese Character Spacing Set Command ([FS] S) must be applied.
[Program example]
fprintf( stdprn, "\033 ");
fputc( 1, stdprn );
fprintf( stdprn, "11111\n");
fprintf( stdprn, "\033 %c", 13 );
fprintf( stdprn, "22222\n");
fprintf( stdprn, "\033 %c", 26 );
fprintf( stdprn, "33333\n");
[Print example]
11111
2 2 2 2 2
3 3 3 3 3
CHAPTER 8 ESC/POS MODE (INTERFACE COMMANDS)
[ESC] [SP]
/* 1 dot on the right */
/* 13 dots on the right */
/* 26 dots on the right */
8-13
B-EP Series

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents