Brother International TD-4410D ESC/ P Command Reference

Brother International TD-4410D Manual

Brother International TD-4410D manual content summary:

  • Brother International TD-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 3
    information that will assist you in controlling your Printer (Please refer to "Appendix A: Supported Printers"). You may use the Documentation only if you or alteration of the Documentation or Printer Model will be performed at the sole discretion of Brother. Brother may not respond to any request
  • Brother International TD-4410D | 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-4410D | ESC/ P Command Reference - Page 5
    commands 59 ESC @ Initialize 59 5.8 Graphics commands 60 ESC * ESC * ESC K ESC L ESC Y ESC Z Select bit image
  • Brother International TD-4410D | 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-4410D | ESC/ P Command Reference - Page 7
    interfaces in a developer's environment. Read the model names that 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 develop using the information provided in this material, affecting software, data
  • Brother International TD-4410D | ESC/ P Command Reference - Page 8
    /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 that the binary codes are used, otherwise
  • Brother International TD-4410D | 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-4410D | ESC/ P Command Reference - Page 10
    . - (ESC i B) 3. Specify 2D barcodes. - (ESC i Q, ESC i V, ESC i D, ESC i M, ESC i J) 4. Print the downloaded data - (ESC i F P) An image data has to be transferred and registered to the printer first. - 4 1. Using ESC/P Commands
  • Brother International TD-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 13
    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-4410D | ESC/ P Command Reference - Page 14
    +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 pitch) n=11=0Bh Entered command n ESC k 0Bh - 8 2. Examples of Using ESC/P Commands
  • Brother International TD-4410D | 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-4410D | ESC/ P Command Reference - Page 16
    Binary command: 0C However, these commands should be converted to binary data before sent to the printer, as shown below. Here is the captured converted binary data. When the printer receives above binary commands, the label shown below is printed. - 10 - 2. Examples of Using ESC/P Commands
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 22
    actual line feed amount. In this way, even if the specified line feed amount is small, the upper and lower lines will not overlap. (For printer-resident fonts.) - 16 - 3. ESC/P Command Limitations
  • Brother International TD-4410D | ESC/ P Command Reference - Page 23
    ○ ESC k Select font ○ ○ ESC t Select character code set ○ ○ Text printing commands (Refer to section 5.2 Text printing commands.) Commands Description RJ-4XXX Series ESC 4 Apply italic style ○ ESC 5 Cancel italic style ○ ESC E Apply bold style ○ ESC F Cancel bold style ○ ESC
  • Brother International TD-4410D | ESC/ P Command Reference - Page 24
    commands (Refer to section 5.5 Vertical movement commands.) Commands Description RJ-4XXX Series TD-4XXX LF Line feed ○ ○ FF Page Paper formatting commands (Refer to section 5.6 Paper formatting commands.) Commands Description RJ-4XXX Series ESC ( c Specify page format ○ ESC ( C
  • Brother International TD-4410D | ESC/ P Command Reference - Page 25
    commands (Refer to section 5.7 Printer control commands.) Commands Description RJ-4XXX Series ESC @ Initialize ( 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
  • Brother International TD-4410D | ESC/ P Command Reference - Page 26
    ESC/P Command Reference Advanced static commands (Refer to section 5.10 Advanced static commands.) Commands Description RJ-4XXX Series ESC iXQ2 Select default character style ○ ESC iXQ1 Retrieve default character style ○ ESC iXk2 Select default font ○ ESC iXk1 Retrieve default font ○
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 34
    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 is 20(or 30) dots or less, the character spacing is specified as 20(or 30) minus the character width
  • Brother International TD-4410D | 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-4410D | ESC/ P Command Reference - Page 36
    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 width is 16(or 25) dots or less, the character spacing is specified as 16(or 25) minus the character width
  • Brother International TD-4410D | ESC/ P Command Reference - Page 37
    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.  If the character width is 20 dots or less, the character spacing is specified as 20 minus
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 52
    width is considered as the unit.  When proportional pitch is specified with ESC p, horizontal tab positions are specified at 10 cpi.  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
  • Brother International TD-4410D | ESC/ P Command Reference - Page 53
    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
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 63
    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-4410D | 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-4410D | 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
  • Brother International TD-4410D | ESC/ P Command Reference - Page 66
    +n2*256 bytes when m=0, 1, 2, 3, 4, 6 - (n1+n2*256)*3 bytes when m=32, 33, 38, 39 Description  Refer to "ESC * Select bit image " for 300dpi printers.  Selects and outputs a bit image according to the value of m.  n1 and n2 indicate the number of dot positions. n1: The
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 70
    when m=32, 33, 38, 39, 40 - (n1+n2*256)*6 bytes when m=71, 72, 73 Description  Refer to "ESC * Select bit image " for 203dpi printers.  Selects and outputs a bit image according to the value of m.  n1 and n2 indicate the number of dot positions. n1: The remainder from
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 79
    ESC/P Command Reference 5.9 Advanced commands ESC i B Barcode ASCII: ESC Decimal: 27 Hexadecimal: 1B i [Parameters] 105 [Parameters] 69 [Parameters] B or b [Barcode data] 66 or 98 [Barcode data] 42 or 62 [Barcode data] Backslash 92 5C Format: ESC i [Parameters] (1) B or b [Barcode data]
  • Brother International TD-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 82
    ESC/P Command Reference Note * For parameter numerals 0-9, both 00h-09h and 30h-39h are recognized. * For parameter type, both 'a'-'h' and 'A'-'H' are recognized. * The parameter "parentheses deletion" is available only when GS1-128 (UCC/EAN-128) is selected. * The parameter "ratio between thick and
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 99
    image on a current print position.  If there is no image data, this command is ignored. Must be downloaded beforehand Use P-touch Transfer Manager. This printer PC Abcdefg Image file (.bmp) ABCDEFG HIJK Example: Combination of text and downloaded image - 93 - 5. Control Command Details
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 103
    graphics mode, CPCL Page Print mode and CPCL Line Print mode.  Dynamically switches between the five modes.  Since this is a dynamic command, after the printer is turned off and on again, the setting returns to the previously setting.  Invalid if n is a value outside of the allowable range. - 97
  • Brother International TD-4410D | ESC/ P Command Reference - Page 104
    status. The printer status consists of 32 bytes. Order 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 Offset 0 1 2 3 4 5 6 7 8 9 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
  • Brother International TD-4410D | ESC/ P Command Reference - Page 105
    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 Mask Bit 0 01h Bit 1 02h Bit 2 04h Bit 3 08h Bit 4 10h Bit 5 20h Bit 6 40h
  • Brother International TD-4410D | ESC/ P Command Reference - Page 106
    connected Not connected Connected Connected Connected 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
  • Brother International TD-4410D | ESC/ P Command Reference - Page 107
    text, specify the paper orientation with this command.  The setting specified by "ESC iXL2"(default landscape setting) is valid for the landscape orientation when the printer is turned on. ABC ABC - 101 - 5. Control Command Details
  • Brother International TD-4410D | ESC/ P Command Reference - Page 108
    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 a printer with auto cutter.  The default auto cut setting can be changed with the P-touch Template Settings Tool (P-touch Template Settings.exe
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 118
    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  Specifies the default page length. n3+(n4*256): Default page length (dots) *A default page length 0 indicates the Auto setting. *The
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | ESC/ P Command Reference - Page 129
    RJ-4XXX series: Model Printing method RJ-4230B Raster mode ESC/P printing P-touch Template printing CPCL Page Print mode CPCL Line Print mode RJ- style None, Italic, Bold, Double-strike Text Underline Supported Barcode Character width Horizontal alignment Rotate Protocols Width Pica pitch
  • Brother International TD-4410D | ESC/ P Command Reference - Page 130
    Fonts Gothic, Letter Gothic, Brussels, Helsinki (Maximum 400 dots) Printing Character style None, Italic, Bold, Double-strike Text Underline Supported Character width Horizontal alignment Pica pitch, Elite pitch, Micron pitch Left, Center, Right Rotate - Barcode Protocols CODE39, ITF
  • Brother International TD-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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-4410D | 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