D-F0472 NP-2411/3411 Product Specifications Ver. 1.00
51
50) [Bootloader Download] « GS e Dn »
Code: [1D]h + [65]h + Dn
Downloads bootloader of printer and rewrites the bootloader according to the outcome, and
reboots.
* “Dn” is HEX code of firmware and complies with INTELLEX HEX format.
51) [HRI Character Style Selection] « GS f n »
Code: [1D]h + [66]h + n
*[00
≤
n
≤
01]h
* Selects font of HRI character when print barcode.
* “n” has the following meaning.
n(hex) Font
style
00 Font
A
01 Font
B
*Default value of “n” is [00]h.
52) [Barcode Height Selection] « GS h n »
Code: [1D]h + [68]h + n
*[01
≤
n
≤
FF]h
* Sets the height of barcode by dot.
* “n” is indicated dot for horizontal direction.
* Default value of “n” is [A2]h. (162dots)
53) [Barcode Print] « GS k n Dn NUL »
Code: [1D]h + [6B]h + n + Dn + [00]h
*[00
≤
n
≤
07]h
Selects barcode symbology and prints barcode.
* Next beginning of the line shall be print start position.
* Selects following barcode symbology with “n” value.
n(hex) Barcode
Symbology
00 UPC-A
01 UPC-E
02 JAN-13
(EAN-13)
03 JAN-8
(EAN-8)
04 CODE39
05 ITF
06 CODABAR
(NW-7)
07 CODE128
* “Dn” indicates the character code to be printed.
* When character code “Dn” is not printable character, following data after “Dn” will be
treated as normal print data.
* When selecting barcode symbology that print character number is fixed, character
number must be matched to the print character number.
* Does not print barcode when horizontal data exceeds length of a line. However,
when there is print designation for HRI Characters, it prints HRI Characters for length
of a line.
* [00]h at the end of this command can be changed to [FF]h in [Barcode End Change].
* Refer to [Barcode Specifications Details] of appendix for details of barcodes.