Brother International HL-5250DNT Users Manual - English - Page 124

Box drawing, Line block drawing, Expanded character data start, Example Program Listings

Page 124 highlights

A. Appendix „ When EAN 128 set A, set B or set C is selected with the parameter 't132' or 'T132', 't133' or 'T133' or 't134' or 'T134' The same rules apply as for 't12' or 'T12', 't13' or 'T13', or 't14' or 'T14'. Box drawing ESC i ... E (or e) 'E' or 'e' is a terminator. Line block drawing ESC i ... V (or v) 'V' or 'v' is a terminator. Expanded character data start n = 'l' or 'L' Data that follows 'l' or 'L' is read as expanded character data (or labeling data). Expanded character data must end with the ' \ ' code (5CH), which also ends this command. Example Program Listings WIDTH "LPT1:",255 'CODE 39 LPRINT CHR$(27);"it0r1s0o0x00y00bCODE39?\"; 'Interleaved 2 of 5 LPRINT CHR$(27);"it1r1s0o0x00y20b123456?\"; 'FIM LPRINT CHR$(27);"it3r1o0x00y40bA\"; 'Post Net LPRINT CHR$(27);"it4r1o0x00y60b1234567890?\"; 'EAN-8 LPRINT CHR$(27);"it5r1o0x00y70b1234567?\"; 'UPC-A LPRINT CHR$(27);"it5r1o0x50y70b12345678901?\"; 'EAN-13 LPRINT CHR$(27);"it5r1o0x100y70b123456789012?\"; 'UPC-E LPRINT CHR$(27);"it6r1o0x150y70b0123456?\"; 'Codabar LPRINT CHR$(27);"it9r1s0o0x00y100bA123456A\"; 'Code 128 set A LPRINT CHR$(27);"it12r1o0x00y120bCODE128A12345?\"; 116

  • 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
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138

A. Appendix
116
When EAN 128 set A, set B or set C is selected with the parameter ‘t132’ or ‘T132’, ‘t133’ or ‘T133’ or ‘t134’
or ‘T134’
The same rules apply as for ‘t12’ or ‘T12’, ‘t13’ or ‘T13’, or ‘t14’ or ‘T14’.
Box drawing
ESC i ... E (or e)
‘E’ or ‘e’ is a terminator.
Line block drawing
ESC i ... V (or v)
‘V’ or ‘v’ is a terminator.
Expanded character data start
n = ‘l’ or ‘L’
Data that follows ‘l’ or ‘L’ is read as expanded character data (or labeling data). Expanded character data must
end with the ‘ \ ’ code (5CH), which also ends this command.
Example Program Listings
WIDTH "LPT1:",255
'CODE 39
LPRINT CHR$(27);"it0r1s0o0x00y00bCODE39?\";
'Interleaved 2 of 5
LPRINT CHR$(27);"it1r1s0o0x00y20b123456?\";
'FIM
LPRINT CHR$(27);"it3r1o0x00y40bA\";
'Post Net
LPRINT CHR$(27);"it4r1o0x00y60b1234567890?\";
'EAN-8
LPRINT CHR$(27);"it5r1o0x00y70b1234567?\";
'UPC-A
LPRINT CHR$(27);"it5r1o0x50y70b12345678901?\";
'EAN-13
LPRINT CHR$(27);"it5r1o0x100y70b123456789012?\";
'UPC-E
LPRINT CHR$(27);"it6r1o0x150y70b0123456?\";
'Codabar
LPRINT CHR$(27);"it9r1s0o0x00y100bA123456A\";
'Code 128 set A
LPRINT CHR$(27);"it12r1o0x00y120bCODE128A12345?\";