Brother International TD-4420DN ESC/ P Command Reference

Brother International TD-4420DN Manual

Brother International TD-4420DN manual content summary:

  • Brother International TD-4420DN | ESC/ P Command Reference - Page 1
    Software Developer's Manual ESC/P Command Reference RJ-4230B/4250WB TD-4410D/4420DN/4510D/4520DN/4550DNWB Version 2.00
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 2
    is mentioned in this document has a Software License Agreement specific to its proprietary programs. Any trade names and product names of companies appearing on Brother products, related documents and any other materials are all trademarks or registered trademarks of those respective companies.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 3
    you in controlling your Printer (Please refer to "Appendix A: Supported Printers"). You may use the Documentation only if you first agree Documentation or Printer Model will be performed at the sole discretion of Brother. Brother may not respond to any request or inquiry about the Documentation.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 4
    ESC/P Command Reference Contents Introduction 1 What is ESC/P 2 1. Using ESC/P Commands 3 2. Examples of Using ESC/P Commands 5 3. ESC/P Command Limitations 11 3.1 Print area ...11 3.2 Characters ...13 3.2.1 Character sizes 13 3.2.2 Character pitches 14 3.3 Print position...15 3.3.1
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 5
    ESC/P Command Reference CR ESC D HT ESC $ ESC \ ESC a Carriage return 45 Specify horizontal tab position 46 Perform horizontal tab 47 Specify absolute horizontal position 48 Specify relative horizontal position 48 Specify alignment 49 5.5 Vertical movement commands 50 LF FF ESC J ESC B VT
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 6
    120 ESC iX_2 (01h) Specify line print timeout setting 121 ESC iX_1 (01h) Retrieve line print timeout setting 121 Appendix A: Supported Printers 122 Appendix B: Specifications 123 Appendix C: Character Code Tables 125 Character code tables 125 International character set table 129 Appendix
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 7
    appear in the screens in this manual as the name of your printer. We accept no responsibility for any problems caused by programs that you material, affecting software, data or hardware, including the printer, and any problems resulting directly or indirectly from them. Use this material only if you
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 8
    ESC/P Command Reference What is ESC/P? ESC/P is one type of control codes used for printers. With the codes introduced in this document, various labels can be created and printed. In this document, ESC/P codes are provided as both ASCII and binary codes. When sending codes to the printer, make sure
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 9
    ESC/P Command Reference 1. Using ESC/P Commands Below is a description of the flow for creating documents. Also refer to "2. Examples of Using ESC/P Commands". (1) Start ESC/P 1. Switch the command mode. - Switch command mode (ESC i a 0) Note: ESC/P mode 2. Initialize - Initialize (ESC @) (2)
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 10
    ESC/P Command Reference (4) Text operations 1. Specify the character set. - Select font (ESC k) - Select character code (ESC t) - Select international character set (ESC R) - Specify character size (ESC X) - Specify the character spacing (ESC P, ESC M, ESC SP) 2. Specify the character style. -
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 11
    ESC/P Command Reference 2. Examples of Using ESC/P Commands Set Basic setup first. Basic setup 1) Register a media to be used. 2) Specify ESC/P command mode. Basic set up 1: Register a media to be used Register a media with the Custom Label tool. Note: The media size to be used is also able to be
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 12
    ESC/P Command Reference This is the label that will be made. Step 1: Landscape 1 inch Step 3: Horizontal position 5 inches Step 2: Page length 1 inch Step 4: Vertical position Step 5: Font type: Helsinki (proportional pitch) Step 6: Character size: 100 dots In order to make this label, the
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 13
    ESC/P Command Reference Step 2: Specify the page length. ESC (C Specify page length 5inches ASCII: ESC ( C nL nH mL mH Decimal: 27 40 67 nL nH mL mH Hexadecimal: 1B 28 43 nL nH mL mH Parameters nL=2, nH=0 0≤(mL+mH*256)
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 14
    Step 4: Specify the vertical position. ESC/P Command Reference 1 inch 1 inch=203 dots Vertical position=mL+mH*256=203 109 0 CBh 00h Step 5: Select the font type. = = = = Entered command nL nH mL mH ESC ( V 02h 00h CBh 00h Example: A case 203dpi printer is used Font type: Helsinki (proportional
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 15
    Step 6: Specify the character size. ESC/P Command Reference Character size: 100 dots = = = = Character size=nL+nH*256=100 dots 100 0 64h 00h Entered command m nL nH ESC X 00h 64h 00h Example: A case 203dpi printer is used - 9 2. Examples of Using ESC/P Commands
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 16
    ESC/P Command Reference All commands together will make the example label shown below. ESC i a 00h ESC @ ESC i L 01h ESC ( C 02h 00h C7h 03h ESC $ CBh 00h ESC ( V 02h 00h CBh 00h ESC k 0Bh ESC X 00h 64h 00h At your side FF Select ESC/P mode Binary command: 1B 69 61 00 Initialize ESC/P mode Binary
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 17
    ESC/P Command Reference 3. ESC/P Command Limitations 3.1 Print area The printing media are die-cut labels and continuous length tape. The area that can physically be printed on depends on the size and type of the print media. Die-cut labels Top margin Bottom margin Unprintable area Unprinted
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 18
    ESC/P Command Reference Print area Label length Top margin Printable area Label spacing Thermal head Height of printable area Label width Bottom margin Left margin Length of printable area Right margin * To specify media settings, use the Custom Label Tool. Note: The maximum length of
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 19
    ESC/P Command Reference 3.2 Characters This system uses single-byte character codes and is installed with 6 bitmap fonts (Letter Gothic Bold, Helsinki, Gothic, Brussels, San Diego and Brougham) and 4 outline fonts (Letter Gothic, Brussels, Helsinki and Gothic). Fixed pitch or proportional pitch can
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 20
    ESC/P Command Reference 3.2.2 Character pitches Pitch refers to the spacing between neighboring characters. When characters are arranged with a fixed pitch, they will be evenly spaced. If characters extend over several lines, they will align in straight rows. a b c a b c Fixed spacing Fixed
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 21
    ESC/P Command Reference 3.3 Print position The print position is the standard position for printing characters, bitmaps, and barcodes. There is a horizontal print position and vertical print position, which are the reference points for vertical position movement and horizontal position movement.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 22
    ESC/P Command Reference 3.4 Line feed amount The amount of line feed is the amount of vertical movement from the print position of one line to the print position of the next line. HHHHHHHHHHHHH HHHHHHHHHHHHH HHHHHHHHHHHHH Line feed amount The line feed amount is specified with ESC 0, ESC 2, ESC
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 23
    Code List Character/style selection commands (Refer to section 5.1 Character/style selection commands.) Commands Description RJ-4XXX Series TD-4XXX ESC R Select international character set ○ ○ ESC q Select character style ○ ○ ESC k Select font ○ ○ ESC t Select character code set
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 24
    position ○ ○ ESC a Specify alignment ○ ○ Vertical movement commands (Refer to section 5.5 Vertical movement commands.) Commands Description RJ-4XXX Series TD-4XXX LF Line feed ○ ○ FF Page feed ○ ○ ESC J Forward paper feed ○ ○ ESC B Specify vertical tab position ○ ○ VT
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 25
    RJ-4XXX Series ESC @ Initialize (defaults) ○ TD-4XXX ○ Graphics commands (Refer to section 5.8 image 8-dot double-speed double-density bit image 8-dot quadruple-density bit image RJ-4XXX Series TD-4XXX Advanced commands (Refer to section 5.9 Advanced commands.) Commands ESC i B ESC i
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 26
    ) Specify line-print mode ○ ESC iX_1(00h) Retrieve line-print mode ○ ESC iX_2 (01h) Specify line-print timeout ○ ESC iX_1 (01h) Retrieve line-print timeout ○ TD-4XXX ○ ○ - 20 - 4. Control Code List
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 27
    ESC/P Command Reference 5. Control Command Details 5.1 Character/style selection commands ESC R Select international character set ASCII: ESC R n Decimal: 27 82 n Hexadecimal: 1B 52 n Parameters 0≤n≤13, 64 Description  Selects the character set, and switches some of the character codes in
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 28
    ESC q Select character style ASCII: ESC q n Decimal: 27 113 n Hexadecimal: 1B 71 n Parameters 0≤n≤3 Description  Selects the character style. n=0: None (normal characters) n=1: Outline n=2: Shadow n=3: Shadow and outline Example Code: ABC ESC q 02h ABC ESC q 00h ABC FF Print result: ABC
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 29
    changed from an outline font to bitmap font, the character size is changed to default setting (24 dots).  If the selected font is not supported current size setting, character size is changed to the default setting (24 dots).  Proportional pitched Gothic is forced to be selected when a character
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 30
    ESC/P Command Reference ESC t Select character code set ASCII: ESC t n Decimal: 27 116 n Hexadecimal: 1B 74 n Parameters 0≤n≤4 Description  From the four built-in character code sets, selects the character code set used. n=0: Standard character code set n=1: Eastern European character
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 31
    5.2 Text printing commands ESC 4 Apply italic style ASCII: ESC 4 Decimal: 27 52 Hexadecimal: 1B 34 Parameters None Description  Prints the subsequent text in italics.  This command is valid anywhere in a text line. ESC 5 Cancel italic style ASCII: ESC 5 Decimal: 27 53 Hexadecimal: 1B
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 32
    ESC E Apply bold style ASCII: ESC E Decimal: 27 69 Hexadecimal: 1B 45 Parameters None Description  Prints the subsequent text in bold.  This command is valid anywhere in a text line. ESC F Cancel bold style ASCII: ESC F Decimal: 27 70 Hexadecimal: 1B 46 Parameters None Description 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 33
    ESC G Apply double-strike printing ASCII: ESC G Decimal: 27 71 Hexadecimal: 1B 47 Parameters None Description  Prints the subsequent text in bold.  This command is valid anywhere in a text line. ESC H Cancel double-strike printing ASCII: ESC H Decimal: 27 72 Hexadecimal: 1B 48
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 34
    ESC/P Command Reference ESC P Apply pica pitch (10 cpi) ASCII: ESC P Decimal: 27 80 Hexadecimal: 1B 50 Parameters None Description  Prints the subsequent text with the pica pitch (10 characters/inch).  The character spacing is 20 dots (30 dots for 300dpi printers).  If the character width
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 35
    Example For a 15-dot font at full width: Full width 15 dots A B 5 dots ESC/P Command Reference Double width 30 dots A B 10 dots - 29 - 5. Control Command Details
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 36
    ESC/P Command Reference ESC M Apply elite pitch (12 cpi) ASCII: ESC M Decimal: 27 77 Hexadecimal: 1B 4D Parameters None Description  Prints the subsequent text with the elite pitch (12 characters/inch).  The character spacing is 16 dots (25 dots for 300dpi printers).  If the character
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 37
    ESC/P Command Reference ESC g Apply micron pitch (15 cpi) ASCII: ESC g Decimal: 27 103 Hexadecimal: 1B 67 Parameters None Description  Prints the subsequent text with the micron pitch (15 characters/inch).  This command is not applied to 203dpi printers.  The character spacing is 20 dots.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 38
    ESC/P Command Reference ESC p Specify proportional characters ASCII: ESC p n Decimal: 27 112 n Hexadecimal: 1B 70 n Parameters n=0, 1, 48 ("0"), 49 ("1") Description  Specifies proportional characters. n=1 or 49 ("1"): Specifies proportional characters. n=0 or 48 ("0"): Cancels proportional
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 39
    ESC/P Command Reference SO Specify auto-canceling stretched characters ASCII: SO Decimal: 14 Hexadecimal: 0E Parameters None Description  Prints the subsequent text at double width.  This command is canceled with DC4, CR, LF, VT, FF, ESC J, or an automatic line feed.  This command is
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 40
    SI Specify compressed characters ASCII: SI Decimal: 15 Hexadecimal: 0F Parameters None Description  Prints the subsequent text at half width. ESC SI Specify compressed characters ASCII: ESC SI Decimal: 27 15 Hexadecimal: 1B 0F Parameters None Description  Same as SI ESC/P Command
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 41
    DC2 Cancel compressed characters ASCII: DC2 Decimal: 18 Hexadecimal: 12 Parameters None Description  Cancels compressed characters specified with SI. DC4 Cancel auto-canceling double-width characters ASCII: DC4 Decimal: 20 Hexadecimal: 14 Parameters None Description  Cancels
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 42
    ESC/P Command Reference ESC - Apply/cancel underlining ASCII: ESC - n Decimal: 27 45 n Hexadecimal: 1B 2D n Parameters n=0, 1, 2, 3, 4 or 48 ("0"), 49 ("1"), 50 ("2"), 51 ("3"), 52 ("4") Description  Applies or cancels underlining. n=4 or 52 ("4"): Applies underlining with a width of 4
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 43
    ESC/P Command Reference ESC ! Global formatting ASCII: ESC ! n Decimal: 27 33 n Hexadecimal: 1B 21 n Parameters 0≤n≤255 Description  Specifies a combination of print modes.  Specifies modes depending on the bit value of n.  When the ESC ! code is used, a combination of multiple print
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 44
    ESC/P Command Reference ESC SP Specify character spacing ASCII: ESC SP n Decimal: 27 32 n Hexadecimal: 1B 20 n Parameters 0≤n≤127 Description  Specifies the character spacing.  n indicates the number of dots.  The default setting is 0 dot.  With double-width characters, the character
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 45
    ESC/P Command Reference ESC X Specify character size ASCII: ESC X Decimal: 27 88 Hexadecimal: 1B 58 m nL nH m nL nH m nL nH Parameters Character width: The value of m is irrelevant. Character size: Valid only with: nL=16, 24, 32, 48 dots nH=0 The maximum is
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 46
    5.3 Line feed commands ESC 0 Specify line feed of 1/8 inch ASCII: ESC 0 Decimal: 27 48 Hexadecimal: 1B 30 Parameters None Description  Specifies a line feed of 1/8 inch (about 0.32 cm). ESC 2 Specify line feed of 1/6 inch ASCII: ESC 2 Decimal: 27 50 Hexadecimal: 1B 32 Parameters None
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 47
    ESC 3 Specify minimum line feed ASCII: ESC 3 n Decimal: 27 51 n Hexadecimal: 1B 33 n Parameters 0≤n≤255 Description  Specifies a line feed of n dots per line. ESC A Specify line feed of n/60 inch ASCII: ESC A n Decimal: 27 65 n Hexadecimal: 1B 41 n Parameters 0≤n≤255 Description 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 48
    ESC/P Command Reference 5.4 Horizontal movement commands ESC l Specify left margin ASCII: ESC l n Decimal: 27 108 n Hexadecimal: 1B 6C n Parameters 0≤n≤255 0≤left margin
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 49
    ESC/P Command Reference  The horizontal print position is moved to the left margin position.  If the left margin setting is not at the beginning of the line, the left margin is specified after a line feed. The beginning of the line indicates the left margin position for left alignment; for right
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 50
    ESC/P Command Reference ESC Q Specify right margin ASCII: ESC Q n Decimal: 27 81 n Hexadecimal: 1B 51 n Parameters 1≤n≤255 Left margin
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 51
    ESC/P Command Reference CR Carriage return ASCII: CR Decimal: 13 Hexadecimal: 0D Parameters None Description  Ends input of a line, and waits for input of the next line.  The next print position becomes the beginning of the next line.  A line feed command immediately after the carriage
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 52
    ESC/P Command Reference ESC D Specify horizontal tab position ASCII: ESC D Decimal: 27 68 Hexadecimal: 1B 44 [n]k [n]k [n]k NUL 0 00h Parameters 1≤n≤255, 0≤k≤32 Description  The horizontal tab position is the character width (when the command was specified)*n from the left margin. 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 53
    ESC/P Command Reference HT Perform horizontal tab ASCII: HT Decimal: 9 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
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 54
    ESC/P Command Reference ESC $ Specify absolute horizontal position ASCII: ESC $ n1 n2 Decimal: 27 36 n1 n2 Hexadecimal: 1B 24 n1 n2 Parameters 0≤n1≤255, 0≤n2≤255 Description  Specifies the absolute print position (in dots) for the next data.  An absolute print position specifies the next
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 55
    ESC/P Command Reference ESC a Specify alignment ASCII: ESC a n Decimal: 27 97 n Hexadecimal: 1B 61 n Parameters 0≤n≤3 or "0"≤n≤"3" Description  Prints the subsequent text with the alignment described below, according to the value of n. n=0 or 48 ("0"): Applies left alignment. n=1 or 49
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 56
    ESC/P Command Reference 5.5 Vertical movement commands LF Line feed ASCII: LF Decimal: 10 Hexadecimal: 0A Parameters None Description  Feeds the paper by the amount specified by a line feed command (ESC 0, ESC 2, ESC 3, ESC A).  The print position becomes the beginning of the next line. 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 57
    ESC/P Command Reference ESC J Forward paper feed ASCII: ESC J n Decimal: 27 74 n Hexadecimal: 1B 4A n Parameters 0≤n≤255 Description  Ends input for the current line and moves the vertical print position forward by n dot.  If the bottom margin setting is exceeded, printing starts.  With
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 58
    ESC/P Command Reference ESC B Specify vertical tab position ASCII: ESC B Decimal: 27 66 Hexadecimal: 1B 42 [n]k [n]k [n]k NUL 0 00h Parameters 1≤n≤255 0≤k≤16 Description  The vertical tab position is the line feed amount (when this command was specified)*n from the top margin.  Enter n
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 59
    ESC/P Command Reference VT Perform vertical tab ASCII: VT Decimal: 11 Hexadecimal: 0B Parameters None Description  Moves the print position to the nearest vertical tab position down from the input position.  The next horizontal print position becomes the beginning of the line.  If the
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 60
    ESC/P Command Reference ESC (V Specify absolute vertical position ASCII: ESC ( V Decimal: 27 40 86 Hexadecimal: 1B 28 56 nL nH mL mH nL nH mL mH nL nH mL mH Parameters nL=2 nH=0 0≤mL≤255 0≤mH≤127 Description  Specifies the vertical print position as an absolute position from the top margin
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 61
    ESC/P Command Reference ESC (v Specify relative vertical position ASCII: ESC ( v nL nH mL mH Decimal: 27 40 118 nL nH mL mH Hexadecimal: 1B 28 76 nL nH mL mH Parameters nL=2 nH=0 0≤mL≤255 0≤mH≤63, 192≤mH≤255 -16384≤(mL+mH*256)≤16383 Description  Specifies the vertical print position as a
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 62
    ESC/P Command Reference 5.6 Paper formatting commands ESC (c Specify page format ASCII: ESC ( c nL nH tL tH BL BH Decimal: 27 40 99 nL nH tL tH BL BH Hexadecimal: 1B 28 63 nL nH tL tH BL BH Parameters nL=4, nH=0 (tL+tH*256)
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 63
    ESC/P Command Reference ESC (C Specify page length ASCII: ESC ( C nL nH mL mH Decimal: 27 40 67 nL nH mL mH Hexadecimal: 1B 28 43 nL nH mL mH Parameters nL=2, nH=0 0≤(mL+mH*256)
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 64
    inch 20 ESC/P Command Reference mm 508.0 Number of dots Number of dots (203dpi) (300dpi) 4060 6000 - 58 - 5. Control Command Details
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 65
    ESC/P Command Reference 5.7 Printer control commands ESC @ Initialize ASCII: ESC @ Decimal: 27 64 Hexadecimal: 1B 40 Parameters None Description  Returns all commands to their default settings. (See below.) Item Default Input buffer Saved Text buffer Cleared Print buffer Cleared
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 66
    ESC/P Command Reference 5.8 Graphics commands ESC * Select bit image ASCII: ESC * m Decimal: 27 42 m Hexadecimal: 1B 2A m n1 n2 Data n1 n2 Data n1 n2 Data Parameters m=0, 1, 2, 3, 4, 6, 32, 33, 38, 39 The image data is as follows: - n1+n2*256 bytes when m=0, 1, 2, 3,
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 67
    ESC/P Command Reference When m=0, 1, 2, 3, 4, 6  n1 and n2 indicate the number of dot positions. n1: The remainder from dividing the number of dot positions by 256 n2: The quotient from dividing the number of dot positions by 256 B7 B6 B5 B4 B3 B2 B1 B0 Relationship between the image data and the
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 68
    ESC/P Command Reference When m=32, 33, 38, 39  n1 and n2 indicate the number of dot positions. n1: The remainder from dividing the number of dot positions by 256 n2: The quotient from dividing the number of dot positions by 256 1st byte BBBBBBBB 7 6 5 4 3 2 1 0 2nd byte BBBBBBBB 7 6 5 4 3 2 1 0
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 69
    ESC/P Command Reference  One dot of the image data is enlarged as follows, according to the value of m. m=32 m=33 m=38 m=39  As a result, the image is sized depending on the value of m, as follows: m=32 24 dots vertically×(n1+n2*256)*4 dots horizontally m=33 24 dots vertically×(n1+n2*256)*2
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 70
    ESC/P Command Reference ESC * Select bit image ASCII: ESC * m Decimal: 27 42 m Hexadecimal: 1B 2A m n1 n2 Data n1 n2 Data n1 n2 Data Parameters m=0, 1, 2, 3, 4, 6, 32, 33, 38, 39, 40, 71, 72, 73 The image data is as follows: - n1+n2*256 bytes when m=0, 1, 2, 3, 4, 6 -
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 71
    ESC/P Command Reference When m=0, 1, 2, 3, 4, 6  n1 and n2 indicate the number of dot positions. n1: The remainder from dividing the number of dot positions by 256 n2: The quotient from dividing the number of dot positions by 256 B7 B6 B5 B4 B3 B2 B1 B0 Relationship between the image data and the
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 72
    ESC/P Command Reference When m=32, 33, 38, 39, 40  n1 and n2 indicate the number of dot positions. n1: The remainder from dividing the number of dot positions by 256 n2: The quotient from dividing the number of dot positions by 256 1st byte BBBBBBBB 7 6 5 4 3 2 1 0 2nd byte BBBBBBBB 7 6 5 4 3 2
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 73
    ESC/P Command Reference  One dot of the image data is enlarged as follows, according to the value of m. m=32 m=33 m=38 m=39 m=40  As a result, the image is sized depending on the value of m, as follows: m=32 48 dots vertically×(n1+n2*256)*6 dots horizontally m=33 48 dots vertically×(n1+
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 74
    ESC/P Command Reference When m=71, 72, 73  n1 and n2 indicate the number of dot positions. n1: The remainder from dividing the number of dot positions by 256 n2: The quotient from dividing the number of dot positions by 256 1st byte BBBBBBBB 7 6 5 4 3 2 1 0 2nd - 5th byte BBBBBBBB 7 6 5 4 3 2 1
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 75
    ESC/P Command Reference 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte 1byte First, the data is lined up in six rows as follows: MSB
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 76
    ESC/P Command Reference ESC K 8-dot single-density bit image ASCII: ESC K n1 n2 Data Decimal: 27 75 n1 n2 Data Hexadecimal: 1B 4B n1 n2 Data Parameters 0≤n1≤255, 0≤n2≤3 The data contains n1+n2*256 bytes of image data. Description Specifies that an 8-dot single-density bit image is printed
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 77
    ESC/P Command Reference ESC L 8-dot double-density bit image ASCII: ESC L n1 Decimal: 27 76 n1 Hexadecimal: 1B 4C n1 n2 Data n2 Data n2 Data Parameters 0≤n1≤255, 0≤n2≤3 The data contains n1+n2*256 bytes of image data. Description Specifies that an 8-dot double-density bit image is printed
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 78
    ESC/P Command Reference ESC Y 8-dot double-speed double-density bit image ASCII: ESC Y n1 n2 Data Decimal: 27 89 n1 n2 Data Hexadecimal: 1B 59 n1 n2 Data Parameters 0≤n1≤255, 0≤n2≤3 The data contains n1+n2*256 bytes of image data. Description  Same as for an 8-dot double-density bit image.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 79
    t1: ITF (I-2/5) t5: EAN-8, EAN-13, UPC-A t6: UPC-E t9: CODABAR ta: CODE128 tb: GS1-128 (UCC/EAN-128) tc: GS1 Databar(RSS) td: CODE93 te: POSTNET tf: UPC/EAN EXTENSION tg: MSI/Plessey th: Intelligent Mail Barcode s (style) Ignored p (number of passes) Ignored R or r r0
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 80
    ESC/P Command Reference h (height) h n1 n2 Height=n1+n2*256 (dots) 48≤height≤480 If height480, height=480. However, the height is as shown below with tc. 131≤height≤Maximum width (GS1 Databar Standard) 71≤height≤Maximum width (GS1 Databar Truncated) 71≤height≤Maximum
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 81
    ESC/P Command Reference (A barcode with a large number of stacked rows may be considered out of specifications and unreadable by the reader.) - 75 - 5. Control Command Details
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 82
    Databar Limited) 1-64 numbers or 1-40 letters* (for GS1 Databar Expanded) * ISO646 characters can be printed. (numbers, letters, spaces and _) td: 1-64 characters te: 5 characters, 9 characters, 11 characters tf: 2 characters, 5 characters tg: 1-14 characters th: 20 characters, 25 characters, 29
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 83
    ESC/P Command Reference (4) [Backslash]: End of barcode Barcode Type POSTNET, UPC/EAN EXTENTION, CODE39, ITF(I-2/5), EAN-8, EAN-13, UPC-A, UPC-E, CODABAR, GS1 Databar , MSI/Plessey, Intelligent Mail Barcode CODE93, CODE128, GS1-128 (UCC/EAN-128) Command ESC i [Parameter] B or b [Barcode data] \
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 84
    Standard level: M 15% (default value) High-reliability level: Q 25% Ultra-high-reliability level: H 30% (*2) Auto input (default value) Manual input Selects whether numbers, English alphanumeric characters, kanji characters or binary characters are entered. - 78 - 5. Control Command Details
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 85
    ESC/P Command Reference (*1) With Micro QR, the Structured Append setting is invalid, and the default setting is used. (*2) With Micro QR, error correction level 4 is invalid, and the default setting is used. (*3) Some barcode readers cannot recognize a barcode with the cell size specified as 1 dot
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 86
    01h 03h 03h 31h 02h 00h (The parity for the character string "123456789" is 31h.) "123" \\\ "456" \\\ "789" \\\ (2) [Barcode data]: Barcode data When manual input is selected in 8 (data input method), the barcode data must be preceded with one of the following single-byte alphanumeric characters
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 87
    (3) \\\: End of barcode There must be three backslashes to end 2D barcode. Example Refer to the section "Summary". ESC/P Command Reference ESC i P QR Code version ASCII: ESC i P n Decimal: 27 105 80 n Hexadecimal: 1B 69 50 n Parameters 0≤n≤40 Description  The barcode size can be fixed. 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 88
    setting (default value) Percentage input setting Specifies the level. (The default value is 0.) Specifies the percentage. (The default value is 10.) Auto setting (default value) Manual settings Auto setting (default value) Manual settings - 82 - 5. Control Command Details
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 89
    barcode with the cell size specified as 1 dot or 2 dots. * If a setting for the symbol size (X direction) or symbol size (Y direction) has been specified manually, the aspect value setting is ignored. * If a setting for the symbol size (X direction) or the symbol size (Y direction) has been entered
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 90
    ESC/P Command Reference [With symbol type MicroPDF417] Maximum of 250 alphanumeric characters, maximum of 366 numbers, maximum of 150 bytes of binary data However, the following table shows the maximum amount of information allowed according to the settings for symbol size (X direction) and
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 91
    ESC/P Command Reference ESC i D 2D barcode (DataMatrix) ASCII: ESC i D or d data Decimal: 27 105 68 or 100 data Hexadecimal: 1B 69 44 or 64 data Format: ESC i D or d [Parameters] [Barcode data] \\\ (1) (2) (3) Parameters (1) [Parameters] Unlike with 1D barcodes, all parameters must
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 92
    ESC/P Command Reference 3. Vertical size (continued) (continued from the previous page) [1-byte decimal] 104 [1-byte decimal] 120 [1-byte decimal] 132 [1-byte decimal] 144 Vertical no. of cells: 104 cells Vertical no. of cells: 120 cells Vertical no. of cells: 132 cells Vertical no. of cells:
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 93
    ESC/P Command Reference (3) \\\: End of barcode There must be three backslashes to end 2D barcodes. Example For data "12345" with symbol type ECC square at 40 × 40 with a 3-dot cell size, the command will be as shown below. ESC i D 03h 00h 28h(40d) 28h 00h 00h 00h 00h 00h "12345" \\\ - 87 - 5.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 94
    ESC/P Command Reference ESC i M 2D barcode (MaxiCode) ASCII: ESC i M or m data Decimal: 27 105 77 or 109 data Hexadecimal: 1B 69 4D or 6D data Format: ESC i M or m [Parameters] \ (1) (2) [Barcode data] \\\ (3) (4) Parameters (1) [Parameters] If a value other than those listed is
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 95
    . 6 or less alphanumeric characters Default value: 000000000 Country code 3 or less numbers Ignored when not structured carrier message. Default value: 000 Service class 3 or less numbers Ignored when not structured carrier message. Default value: 000 Note If the postal code is specified as
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 96
    value is 23) 4. Symbol size [Full range] [1-byte decimal] 0 [1-byte decimal] 4-32 Auto setting (default value) Manual settings [Compact] [1-byte decimal] 0 [1-byte decimal] 1-4 Auto setting (default value) Manual settings Note: Symbol size is fixed as AUTO when Symbol type is specified as AUTO
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 97
    ESC/P Command Reference (2) [Barcode data]: Barcode data The maximum number of barcode data characters that can be entered is listed below. 3067 alphanumeric characters, 3832 numbers, 1914 bytes of binary data Note The number of characters shown above is only for the Full-Range mode and varies
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 98
    ESC/P Command Reference ESC i G Specify font ASCII: ESC i G Decimal: 27 105 71 Hexadecimal: 1B 69 47 n1 n2 data n1 n2 data n1 n2 data Parameters n=0 (Fixed) 1≤n2≤16 Description  Specify font n2: Data: Specify the length of character string of specified font name. Character string of font
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 99
    ESC/P Command Reference ESC i F P Print downloaded data ASCII: ESC i F Decimal: 27 105 70 Hexadecimal: 1B 69 46 P n 80 n 50 n Parameters n: Minus 1 from the key number assigned when transport the data. 0≤n≤254 Description  Print a transferred image on a current print position.  If there
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 100
    ESC/P Command Reference  As with text, if the image data does not all fit on the current line, an automatic line feed is performed, and the data is placed at the beginning of the next line. At that time, the any data that does not fit in the print area is deleted. Abcdefg Abcdefg Abcdefg 1. The
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 101
    ESC/P Command Reference  If the result of pasting in the downloaded image extends beyond the bottom margin position, the image is pasted in after a page feed. At that time, the any data that does not fit in the print area is deleted. Abcdefg WLMBGOr Dabfdifpdzra BGHJgmfg gfdslrt Abcdefg WLMBGOr
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 102
    ESC/P Command Reference  An image data used by "ESC i F P" has to be registered into a printer first. Use P-touch Transfer Manager for transferring the BMP file to a printer for image data registration. A maximum size of memory is 40MB so that the total size of storable data has to be equal to or
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 103
    ESC/P Command Reference ESC i a Switch command mode ASCII: ESC i a n Decimal: 27 105 97 n Hexadecimal: 1B 69 61 n Parameters n: Command mode 0 or 48: ESC/P standard mode 1 or 49: Raster graphics mode 3 or 51: P-touch Template mode 4 or 52: CPCL Page Print mode 5 or 53 :CPCL Line Print mode
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 104
    10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Size 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 8 Name Print head mark Size Brother code Series code Model code Country code Power status Reserved Error information 1 Error information 2 Media width Media type Number of colors Media length (higher
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 105
    ESC/P Command Reference (1) Error information 1 Flag Mask Bit 0 01h Bit 1 02h Bit 2 04h Bit 3 08h Bit 4 10h Bit 5 20h Bit 6 40h Bit 7 80h Not used "End of media" error Not used Battery weak Not used Printer turned off Not used Not used Meaning (2) Error information 2 Flag
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 106
    Connected Connected Connected Undefined AC adapter (6) Series code Series RJ-4XXX TD-4XXX "7"(37h) "5"(35h) Value Remarks (7) Model code Model RJ-4230B RJ-4250WB TD-4410D TD-4420DN TD-4510D TD-4520DN TD-4550DNW B "C"(43h) "D"(44h) "7"(37h) "8"(38h) "9"(39h) "A"(41h) "B"(42h) Value Remarks
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 107
    ESC/P Command Reference ESC i L Specify landscape orientation ASCII: ESC i L n Decimal: 27 105 76 n Hexadecimal: 1B 69 4C n Parameters n=0, 1 or 48, 49 Description  Applies or cancels the landscape orientation n=1 or 49 ("1"): Applies the landscape orientation. n=0 or 48 ("0"): Cancels
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 108
    ESC/P Command Reference ESC i C Specify cutting ASCII: ESC i C n Decimal: 27 105 67 n Hexadecimal: 1B 69 43 n Parameters n=0, 1 or 48, 49 Description  Specifies cutting after printing. n=1 or 49 ("1"): Specifies cutting. n=0 or 48 ("0"): Cancels cutting.  This command is applied to only
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 109
    ESC i H Specify recovery setting ASCII: ESC i H n1 Decimal: 27 105 72 n1 Hexadecimal: 1B 69 48 n1 Parameters n=0, 1 Description  Select enable or disable of recovery print. n1=00h: Disable recovery print n1=01h: Enable recovery print  This command is a dynamic command. Remarks  Invalid
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 110
    5.10 Advanced static commands ESC iXQ2 Select default character style ASCII: ESC i X Q 2 n1 n2 n3 Decimal: 27 105 88 81 50 n1 n2 n3 Hexadecimal: 1B 69 58 51 32 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤04h Description  Selects the default character style. n3=00h: None (
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 111
    ESC iXQ1 Retrieve default character style ASCII: ESC i X Q 1 n1 n2 Decimal: 27 105 88 81 49 n1 n2 Hexadecimal: 1B 69 58 51 31 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default character style setting is returned as 3-byte data. [1] 01h (Fixed) [2] 00h (Fixed) [3]
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 112
    ESC/P Command Reference ESC iXk2 Select default font ASCII: ESC i X k 2 n1 n2 n3 Decimal: 27 105 88 107 50 n1 n2 n3 Hexadecimal: 1B 69 58 6B 32 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤05h, 08h≤n3≤0Bh Description  Selects the default font. n3=00h: Gothic (bitmap) n3=01h:
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 113
    ESC iXk1 Retrieve default font ASCII: ESC i X k 1 n1 n2 Decimal: 27 105 88 107 49 n1 n2 Hexadecimal: 1B 69 58 6B 31 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default font setting is returned as 3-byte data. [1] 01h (Fixed) [2] 00h (Fixed) [3] Setting 00h: Gothic (
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 114
    ESC iXX2 Specify default character size ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 X 2 n1 n2 n3 n4 88 50 n1 n2 n3 n4 58 32 n1 n2 n3 n4 Parameters n1: 02h (Fixed) n2: 00h (Fixed) 00h≤n3≤FFh, 00h≤n4≤01h Description  Specifies the default character size. n3+(n4*256): Default
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 115
    ESC iXX1 Retrieve default character size ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 X 1 88 49 58 31 n1 n2 n1 n2 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default character size setting is returned as 4-byte data. [1] 02h (Fixed) [2] 00h (Fixed) [3, 4]
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 116
    ESC iX31 Retrieve default line feed ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 3 1 51 49 33 31 n1 n2 n1 n2 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default line feed setting is returned as 4-byte data. [1] 02h (Fixed) [2] 00h (Fixed) [3, 4] n3 n4
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 117
    ESC iXA1 Retrieve default alignment ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 A 1 65 49 41 31 n1 n2 n1 n2 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default alignment setting is returned as 3-byte data. [1] 01h (Fixed) [2] 00h (Fixed) [3] Setting 00h:
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 118
    ESC iX(2 Specify default page length ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 ( 2 n1 n2 n3 n4 40 50 n1 n2 n3 n4 28 32 n1 n2 n3 n4 Parameters n1: 02h (Fixed) n2: 00h (Fixed) 00h≤n3≤FFh, 00h≤n4≤6Bh (for 203dpi printers) 00h≤n3≤FFh, 00h≤n4≤8Ch (for 300dpi printers) Description 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 119
    ESC iXL2 Select default landscape orientation ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 L 2 76 50 4C 32 n1 n2 n3 n1 n2 n3 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤01h Description  Selects the default landscape orientation setting. n3=00h: Cancel landscape
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 120
    ESC iXj2 Select default international character set ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 j 2 n1 n2 n3 106 50 n1 n2 n3 6A 32 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤0Dh, 40h Description  Selects the default international character set. n3=00h: U.S.A.
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 121
    ESC iXj1 Retrieve default international character set ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 j 1 n1 n2 106 49 n1 n2 6A 31 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default international character set setting is returned as 3-byte data. [1] 01h (
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 122
    ESC iXm2 Select default character code set ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 m 2 n1 n2 n3 109 50 n1 n2 n3 6D 32 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤04h Description  Selects the default character code set. n3=00h: Standard character code set (*
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 123
    ESC iXm1 Retrieve default character code set ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 m 1 n1 n2 109 49 n1 n2 6D 31 n1 n2 Parameters n1: 00h (Fixed) n2: 00h (Fixed) Description  The default character code set setting is returned as 3-byte data. [1] 01h (Fixed) [2] 00h (Fixed)
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 124
    ESC iXd2 Specify recovery setting ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 d 2 100 50 64 32 n1 n2 n3 n1 n2 n3 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤01h Description  Select enable or disable of recovery print. n3=00h: Disable recovery print n3=01h:
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 125
    ESC iXE2 Specify barcode margin setting ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 E 2 69 50 45 32 n1 n2 n3 n1 n2 n3 n1 n2 n3 Parameters n1: 01h (Fixed) n2: 00h (Fixed) 00h≤n3≤01h Description  Select an existence of barcode margin. n3=00h: No margin n3=01h: Add margin (*
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 126
    ESC/P Command Reference ESC iX_2 (00h) Specify line print setting ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 _ 2 95 50 5F 32 n1 n2 n3 n4 n5 n1 n2 n3 n4 n5 n1 n2 n3 n4 n5 Parameters n1: 03h (Fixed) n2: 00h (Fixed) n3: 00h (Fixed) n4: 00h (Fixed) 00h≤n5≤FFh Description 
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 127
    ESC/P Command Reference ESC iX_2 (01h) Specify line print timeout setting ASCII: ESC i X Decimal: 27 105 88 Hexadecimal: 1B 69 58 _ 2 95 50 5F 32 n1 n2 n3 n4 n5 n1 n2 n3 n4 n5 n1 n2 n3 n4 n5 Parameters n1: 03h (Fixed) n2: 00h (Fixed) n3: 00h (Fixed) n4: 01h (Fixed) 00h≤n5≤FFh Description
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 128
    Appendix A: Supported Printers RJ-4XXX Series TD-4XXX RJ-4230B RJ-4250WB TD-4410D TD-4420DN TD-4510D TD-4520DN TD-4550DNW B Model ESC/P Command Reference - 122 - Appendix A: Supported Printers
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 129
    Fonts Gothic, Letter Gothic, Brussels, Helsinki (Maximum 400 dots) Printing Character style None, Italic, Bold, Double-strike Text Underline Supported Barcode Character width Horizontal alignment Rotate Protocols Width Pica pitch, Elite pitch, Micron pitch Left, Center, Right - CODE39, ITF
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 130
    TD-4XXX series: Model Printing method TD-4410D TD-4420DN TD-4510D Raster mode ESC/P printing P-touch Template printing CPCL Page Print mode CPCL Line Print mode TD style None, Italic, Bold, Double-strike Text Underline Supported Character width Horizontal alignment Pica pitch, Elite pitch,
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 131
    ESC/P Command Reference Appendix C: Character Code Tables Character code tables (1) Windows1252 (Western Europe) 0 1 2 3 4 5 6 7 8 9 ABCDE F 0 SP 0 @ P ` p € ° ÀÐà ð 1 ! 1 AQa q 2 " 2 BR b r 3 # 3 CS c s 4 $ 4 DT d t 5 %5 EU e u 6 & 6 F V f v 7 ' 7 GW g w 8 ( 8 HX
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 132
    ESC/P Command Reference (2) Windows1250 (Eastern Europe) 0 1 2 3 4 5 6 7 8 9 ABCDE F 0 SP 0 @ P ` p € tˇ 1 ! 1 AQa q 2 " 2 BRb r 3 # 3 CS c s ˇ L " Ł ł ĂÓ ă ó 4 $ 4 DT d t 5 %5 EU e u 6 & 6 F V f v 7 ' 7 GW g w 8 ( 8 HXh x ľ 9 ) 9 I Y i y A * : J
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 133
    ESC/P Command Reference (3) Brother standard 0 1 2 3 4 5 6 7 8 9 ABCDE F 0 SP 0 @ P ` p α 1 ! 1 AQa q β ± 2 " 2 BR b r 3 # 3CS c s ¾ 4 $ 4DTd t 5 %5 EUe u à ò Ñ ┼ § 6 & 6 F V f v å û a ¯ µ ÷ 7 ' 7 GW g w ç ù o ¯ 8 ( 8 HX h x ° 9 ) 9 I Y i y · A *
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 134
    ESC/P Command Reference (4) Japanese character code set 0 1 2 34 5 6 7 8 9 ABCDE F 0 SP 0 @ P ` p ┴ SP 1 ! 1AQa Q 2 " 2BRb R 3 # 3CS c S 4 $ 4DT d T 5 %5EUe u 6 &6FV f v 7 ' 7 GW g w 8 ( 8HXh x 〒 9 )9IYi y 市 A * :JZ j z 区 B +
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 135
    ESC/P Command Reference International character set table Corresponding characters that switch in each language when the international character set is changed n 23 24 40 5B 5C 5D 5E 60 7B 7C 7D 7E 0 United States (U.S.A 1 France 2 Germany 3 Britain (U.K.) 4 Denmark I
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 136
    Reference Appendix D: Introducing the Brother Developer Center Useful information for developers, such as applications, tools, SDKs as well as FAQs, are provided in the Brother Developer Center. https://www.brother.co.jp/eng/dev/index.aspx - 130 Appendix D: Introducing the Brother Developer Center
  • Brother International TD-4420DN | ESC/ P Command Reference - Page 137
  • 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

Software Developer's Manual
ESC/P Command Reference
RJ-4230B/4250WB
TD-4410D/4420DN/4510D/4520DN/4550DNWB
Version 2.00