2001/10/02
APPENDIX C HBP MODE COMMANDS - 3
1.
DESCRIPTIONS
The HBP mode commands can be used for the HL-820/1020/1040 printers only.
The following commands and syntax are used in these specifications.
Description:
meaning or code
<Esc>:
0 x 1b
<Space>:
0 x 20
<LF>:
0 x 0a
*:
1byte of data
+:
sign for combining data ( This is not a control code.)
(••••)B:
character string enclosed in parentheses means 1 data byte described in binary format
CHR$(•):
character of the value (in decimal) enclosed in parentheses
••H:
means hexadecimal value
(Examples)
<ESC>%-12345X@PJL<LF>
1bH
25H
2dH
31H
32H
33H
34H
35H
58H
40H
50H
4aH
4cH
0aH
@L+(00000000)B
->
40H
4cH
00H
@J+CHR$ (0) + CHR$ (1)
- >
40H
4aH
00H
01H