User's Manual Printer ActionPrinter 4500
Table Of Contents
- FRONT MATTER
- PRODUCT UPDATE NOTICE
- CONTENTS
- INTRODUCTION
- CHAP 1-SETTING UP THE PRINTER
- CHAP 2-PAPER HANDLING
- CHAP 3-USING THE PRINTER
- CHAP 4-SOFTWARE AND GRAPHICS
- CHAP 5-USING THE PRINTER OPTIONS
- CHAP 6-MAINTENANCE
- CHAP 7-TROUBLESHOOTING
- CHAP 8-TECHNICAL SPECIFICATIONS
- CHAP 9-COMMAND SUMMARY
- APPENDIX
- GLOSSARY
- INDEX
- QUICK REFERENCE

Commands Arranged by Topic
MSB Control
MSB means the Most Significant Bit. MSB control (ESC =,
ESC > , and ESC #) does not work for graphics or user-defined
characters.
ESC =
Format:
ASCII code:
Decimal:
Hexadecimal:
Comments:
ESC =
27 61
1B 3D
Set MSB to 0
Sets the MSB of all incoming data to 0. Some computers always send
data with the MSB set to 1, which means that italics or character
graphics are always printed. ESC = can overcome this problem.
ESC >
Format:
ASCII code: ESC >
Decimal :
27 62
Hexadecimal: 1B 3E
Comments:
Sets the MSB bit of all incoming data as 1.
Set MSB to 1
ESC #
Cancel MSB Control
Format:
ASCII code: ESC #
Decimal: 27 35
Hexadecimal:
1B 23
Comments:
Cancels the MSB control set by ESC = or ESC > .
Command Summary 9-11