Brother Hl 5380dn User Manual
Here you can view all the pages of manual Brother Hl 5380dn User Manual. The Brother manuals for Printer are available online for free. You can easily download all the documents as PDF.
Page 171
Appendix 161 A Symbol and character sets0 For the HP LaserJet emulation modes, you can choose the symbol and character sets using a Web Based Management (web browser) or the control panel buttons. How to use the Web Based Management (web browser)0 To use the Web Based Management (web browser), follow the steps below. Note We recommend Microsoft® Internet Explorer® 6.0 (or greater) or Firefox 1.0 (or greater) for Windows® and Safari 1.3 (or greater) for Macintosh. Please also make sure that JavaScript...
Page 172
Appendix 162 A Symbol and character sets list0 OCR symbol sets0 When you choose the OCR-A or OCR-B font, the matching symbol set is always used. OCR A (0O) OCR B (1O) HP LaserJet mode 0 ABICOMP Brazil / Portugal (13P) ABICOMP International (14P) Desktop (7J) Greek8 (8G) HP German (0G) HP Spanish (1S) ISO Latin1 (0N) ISO Latin2 (2N) ISO Latin5 (5N) ISO Latin6 (6N) ISO2 IRV (2U) ISO4 UK (1E) ISO5 ASCII (0U) ISO10 Swedish (3S) ISO11 Swedish (0S) ISO14 JIS ASCII (0K) ISO15 Italian (0I) ISO16 Portuguese (4S)...
Page 173
Appendix 163 A Quick reference for bar code control commands0 The printer can print bar codes in the HP LaserJet emulation modes. Print bar codes or expanded characters0 Format: ESC i n ... n \ Creates bar codes or expanded characters according to the segment of parameters ‘n ... n’. For more information about parameters, see the following Definition of Parameters. This command must end with the ‘ ’ code (5CH). Definition of parameters0 This bar code command can have the following parameters in the...
Page 174
Appendix 164 A Bar code, expanded character, line block drawing and box drawing0 This parameter chooses the bar code style as above. When the EAN 8, EAN 13, UPC-A, Code 128 or EAN 128 bar code mode is chosen, this bar code style parameter is ignored. Expanded Character ‘S’ 0 = White 1 = Black 2 = Vertical stripes 3 = Horizontal stripes 4 = Cross hatch For example ‘S’ n1 n2 n1 = Background fill pattern n2 = Foreground fill pattern If ‘S’ is followed by only one parameter, the parameter is a foreground...
Page 175
Appendix 165 A This parameter shows whether the printer prints the human readable line below the bar code. Human readable characters are always printed with OCR-B font of 10 pitch and all the current character style enhancements are masked. The default setting is determined by the bar code mode selected by ‘t’ or ‘T’. Quiet zone0 n = ‘onnn’ or ‘Onnn’ (nnn = 0 ~ 32767) Quiet zone is the space on both sides of the bar codes. Its width can be shown using the units that are set by the ‘u’ or ‘U’...
Page 176
Appendix 166 A This parameter shows the height of bar codes or expanded characters as shown above. It can start with ‘h’, ‘H’, ‘d’, or ‘D’. The height of bar codes is shown in the ‘u’- or ‘U’-specified unit. The default setting of the bar code height (12 mm, 18 mm or 22 mm) is determined by the bar code mode selected by ‘t’ or ‘T’. Expanded character width, line block drawing and box drawing0 n = ‘wnnn’ or ‘Wnnn’ Expanded character i 1.2 mm Line block drawing and box drawing i 1 dot This parameter...
Page 177
Appendix 167 A „When EAN 8, EAN 13, or UPC A is selected with the parameter ‘t5’ or ‘T5’ Ten numbers ‘0’ to ‘9’ can be accepted as bar code data. The number of characters for bar codes is limited as follows: EAN 8: Total 8 digits (7 digits + 1 check digit) EAN 13: Total 13 digits (12 digits + 1 check digit) UPC A: Total 12 digits (11 digits + 1 check digit) A number of characters other than those stated above will cause a data error that results in the bar code data being printed as normal print data....
Page 178
Appendix 168 A Line block drawing0 ESC i ... V (or v) ‘V’ or ‘v’ is a terminator. Expanded character data start0 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.
Page 179
Appendix 169 A Table of Code (EAN) 128 set C0 Code(EAN) 128 set C describes an original command. The correspondence table is as follows. No. Code 128 Set C Input command Hex No. Code 128 Set C Input command Hex 0 00 NUL 0x00 52 52 4 0x34 1 01 SOH 0x01 53 53 5 0x35 202 ST X0x02 54 54 6 0x36 303 ET X0x03 55 55 7 0x37 404 EO T0x04 56 56 8 0x38 5 05 ENQ 0x05 57 57 9 0x39 606 ACK 0x06 58 58 : 0x3a 7 07 BEL 0x07 59 59 ; 0x3b 8 08 BS 0x08 60 60 < 0x3c 909 H T0x09 61 61 = 0x3d 10 10 LF 0x0a 62 62 > 0x3e 11 11 V...
Page 180
Appendix 170 A Example Program Listings0 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...