NAUT324C-256K
- Technical reference - Rev. B
Page 42
• entry of characters not corresponding to code character set.
Code39: Data start with asterisk and end with asterisk.
Code 39 Character set:
1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ$/-.+% <Space>
[Command example]
Code39 with plain text, 80 dot lines as height, barcode line width=1
text printout: 123ABC
<ESC>cB<80d><1d><10d>*123ABC*
16.3.24. Print BarCode (Code 128)
[Designation] Print Barcode 128
[Format] ASCII
ESC c
<barcode Type> <height> <width> <left border> <barcode data>
[Description] Barcode printout, Code 128 subset A,B,C.
<barcode type>
'
C
' : Code128 with plain text
'
c
' : Code128 without plain text
<height>
Height of barcode in dotlines = 0: standard height
<width>
Width of one element (minimum bar width) in dots = 0: standard width
<left border>
Left barcode offset from left print border in mm
<barcode data>
Data transfer must be terminated with FFHex
Data should be conform to the barcode 128 command requirements,
otherwise a wrong barcode will be printed when:
• indication of wrong code type or unknown code size exceeding right
border.
• entry of characters not corresponding to code character set.
[Command example]
Code128 with plain text
180 dot lines as height = 22.5mm (1 dot line=0.125mm)
barcode line width=1
Left border= 0
Text printout: NAUT by KFI 2013 <CR>
<1Bh>cC<180d><1h><0h><D1h>NAUT by KFI <CCh><20d><13d><CEh>m<FFh>
[Command example]
Code128 with plain text
180 dot lines as height = 22.5mm (1 dot line=0.125mm)
barcode line width=1
Left border= 5mm
Text printout: 0123456789
<1Bh>cC<B4h><1h><5d><D2h><1h><17h>-CY<FFh>
or
<1Bh>cC<B4h><1h><5d><D2h><01d><23d><45d><67d><89d><FFh>