Better BT-532C Manual de usuario

BT-532C User manual
1
BT-532C Kiosk printer module’s
user manual
Date
Version
Comment
2014.03.04

BT-532C User manual
2
Content
1 .General Specifications.............................................................................2
2.Technical Specifications........................................................................... 3
3. Pin Definition...........................................................................................3
4. Instruction size.........................................................................................4
5.Command Instruction............................................................................... 6
5.1 Command List................................................................................. 6
5.2 Command Detail..............................................................................7
①Print and line feed command.......................................................7
②Printing setting command............................................................9
③Bit image setting command.......................................................24
④Tab Command............................................................................35
⑤One-dimension Bar Code Command........................................ 36
⑥Two-dimension Bar Code Command........................................44
⑦Status Commands...................................................................... 48
⑧Other command....................................................................... 52
6、Appendix..............................................................................................55
Paper roll near-end sensor adjustment.................................................55
1 .General Specifications
1) Support Parallel ,Serial and USB interface printing.
2) With an adjustment Paper Roll Near-end Sensor.(Appendix 1).

BT-532C User manual
3
3) Power on, press the [feed] key, it will print out one testing sample.
2.Technical Specifications
3. Pin Definition
CN1 (USB connector)
Standard definition
CN2 (25 pin Parallel)
Standard definition
CN3 (9pin Serial)
Standard definition
CN4 (4PIN power socket)
Print Method
Line thermal printer
Paper Width
80mm
Printing Width
72mm
Resolution
203DPI
Resolution Ration
576 dots
Printing Speed
50mm/s
Printing Content
ASCII CH(8x16,9x17,9x24,12×24,); GBK(16x16,24×24),One-dimension Bar
Code ,support printing different dot diagram and download bitmap.extensible
two-dimension bar code.
Font
9X17(ASCII),24x24(Chinese)
Pin
Function
1
GND
2
+24V
3
+24V
4
GND

BT-532C User manual
4
146.2
233.9
4.6
85
4.5
267.6
147.6
8.8
140
36.7
33.3
33.3
176.7
190
3.3
82
80
Unit:mm Proportion:1:1
K532Size chart
4. Instruction size

BT-532C User manual
5
532Exploded View
Printers core
Optical coupling
Optical coupling
Proportion 1:2

BT-532C User manual
6
5.Command Instruction
5.1 Command List
LF
Print and line feed
Print and line feed
command
CR
Print and carriage return
ESC J
Print and Feed n dots paper
ESC d
Print and Feed n lines
ESC 3
Set line spacing
Printing setting command
ESC 2
Select default line spacing
ESC $
Set absolute print position
GS L nL nH
Set the left blank margin with dots
ESC !
Select print mode(s)
GS ! n
Select character size
GS B n
Turn white/black reverse printing mode on/off
ESC - n
Set the underline dots(0,1,2)
ESC V n
Turn 90º clockwise rotation mode on/off
ESC a
Select justification
FS &
Select Kanji character mode
FS .
Cancel Kanji character mode
ESC % n
Select/Cancel user-defined characters
ESC &
Define user-defined characters
ESC ? n
Cancel user-defined characters
ESC R n
Select and international character set
ESC t n
Select character code table
ESC *
Graph vertical mode data filling
Bit image setting command
GS v 0
Print raster bit image
GS *
Define downloaded bit image
GS / m
Print downloaded bit image
FS q
Define NV bitmap
FS p n m
Print NV bitmap
HT
JMP to the next TAB position
Tab Command
ESC D
Set horizontal tab positions

BT-532C User manual
7
GS H
Select HRI printing method
One-dimension Bar Code
Command
GS h
Set One-dimension bar code height
GS w
Set One-dimension bar code width
GS k
Print One-dimension bar code
GS (
Print Two-dimension bar code
Two-dimension Bar Code
Command
GS r n
Transmit status
Status Commands
DLE EOT n
Real-time transmit status
ESC @
Initialize printer
Other command
Choose paper cutting mode and cut
Full paper cutting(OnlyForCut)
Half paper cutting(OnlyForCut)
5.2 Command Detail
①Print and line feed command
Print and line feed
Name
Print and line feed
Format
ASCII :LF
Decimal :10
Hexadecimal :0A
Description
Prints the data in the print buffer and feeds one line, based on the current line
spacing.
Parameter range
N/A
Default
N/A
Supporting
model
All
Notes
N/A
Usage example
N/A
Carriage return
Name
Carriage return
Format
ASCII :CR

BT-532C User manual
8
Decimal :13
Hexadecimal :0A
Description
When automatic line feed is enabled, this command functions the same as LF;
when automatic line feed is disabled, this command is ignored.
Parameter range
N/A
Default
N/A
Supporting
model
All
Notes
This command line feed is ignored with a serial interface model.
Sets the print starting position to the beginning of the line.
Usage example
N/A
Print and Feed n dots paper
Name
Print and Feed n dots paper
Format
ASCII :ESC J n
Decimal :27 74 n
Hexadecimal :1B 4A n
Description
Prints the data in the print buffer and feeds the paper [n×0.125 mm (0.0049”)].
Parameter range
0 ≤ n ≤ 255
Default
N/A
Supporting
model
All
Notes
After printing is completed, this command sets the print starting position to the
beginning of the line.
The paper feed amount set by this command does not affect the values set by
ESC 2 or ESC 3.
In standard mode, the printer uses the vertical motion unit (y).
Usage example
1b 40 30 31 32 1b 4a 10
Print and Feed n lines
Name
Print and Feed n lines
Format
ASCII :ESC d n

BT-532C User manual
9
Decimal :27 100 n
Hexadecimal :1B 64 n
Description
Print the data in the buffer and feed paper n lines.
Parameter range
0≤n≤255
Default
N/A
Supporting
model
All
Notes
This command sets the print starting position to the beginning of the line.
Usage example
1b 40 30 31 32 1b 64 01
②Printing setting command
Set line spacing
Name
Set line spacing
Format
ASCII :ESC 3 n
Decimal :27 51 n
Hexadecimal :1B 33 n
Description
Sets the line spacing to [n×0.125 mm].
Parameter range
0≤n≤255
Default
N/A
Supporting
model
All
Notes
The line spacing can be set independently in standard mode.
In standard mode, the vertical motion unit (y) is used.
Usage example
1b 40
1b 33 30
30 31 32 0d 0a
30 31 32 0d 0a
1b 32
30 31 32 0d 0a
30 31 32 0d 0a

BT-532C User manual
10
Select default line spacing
Name
Select default line spacing
Format
ASCII :ESC 2
Decimal :27 50
Hexadecimal :1B 32
Description
Selects 33 dots line spacing.
Parameter range
N/A
Default
N/A
Supporting
model
All
Notes
The line spacing can be set independently in standard mode.Reference ESC 3n.
Usage example
N/A
Set absolute print positions
Name
Set absolute print positions
Format
ASCII :ESC $ nL nH
Decimal :27 36 nL nH
Hexadecimal :1B 24 nL nH
Description
Set the distance from the beginning of the line to the position at which
subsequent are to be printed.
The distance from the beginning of the line to the print position is[(nL+nH
×256)×0.125 mm]
Parameter range
0 ≤ nL ≤ 255,0 ≤ nH ≤ 255
Default
N/A
Supporting
model
All
Notes
Settings outside the specified printable area are ignored.
In standard mode, the horizontal motion unit (x) is used..
Usage example
1b 40 1b 24 08 00
30 31 32 0d 0a
30 31 32 0d 0a
Tabla de contenidos
Otros manuales de Impresora de Better


















