Brother International PJ-883 ESC/ P Brother Command Reference - Page 53

HT Perform horizontal tab

Page 53 highlights

ESC/P Command Reference HT Perform horizontal tab ASCII: HT Hexadecimal: 09 Parameters None Description  Moves the horizontal print position to the nearest horizontal tab position to the right of the input position.  If there is no horizontal tab position to the right of the input position, or if the next horizontal tab position is beyond the right margin, the HT command is ignored.  If underlining is specified, the space between the current position and the next horizontal tab position is not underlined.  When the printer is turned on, a horizontal tab position is specified every 8 columns at 10 cpi. Even if the character width is changed before the horizontal tab positions have been specified, the horizontal tab positions do not change.  This command is available only with left alignment. Example To specify horizontal tabs at Column 4, Column 8, and Column 12, and perform horizontal tabs: Code: ESC D 04h 08h 0Ch 00h 123456789012 CR A HT B HT C HT D FF Print result: 123456789012 A B C D - 47 - 5. Control Command Details

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129

ESC/P Command Reference
- 47 -
5. Control Command Details
HT
Perform horizontal tab
ASCII:
HT
Hexadecimal: 09
Parameters
None
Description
Moves the horizontal print position to the nearest horizontal tab position to the right of the input position.
If there is no horizontal tab position to the right of the input position, or if the next horizontal tab position is
beyond the right margin, the HT command is ignored.
If underlining is specified, the space between the current position and the next horizontal tab position is not
underlined.
When the printer is turned on, a horizontal tab position is specified every 8 columns at 10 cpi.
Even if the character width is changed before the horizontal tab positions have been specified, the
horizontal tab positions do not change.
This command is available only with left alignment.
Example
To specify horizontal tabs at Column 4, Column 8, and Column 12, and perform horizontal tabs:
Code:
ESC D 04h 08h 0Ch 00h
123456789012 CR A HT B HT C HT D FF
Print result: 123456789012
A
B
C
D