User Manual
Table Of Contents
- USER’S GUIDE HL-3045CN HL-3075CW
- Symbols and conventions used in the documentation
- Table of Contents
- 1 Printing Methods
- 2 Driver and Software
- Printer driver
- Features in the printer driver (for Windows®)
- Basic tab
- Paper Size
- Orientation
- Copies
- Media Type
- Print Quality
- Colour/Mono
- Settings Dialog
- Multiple Page
- Manual Duplex / Booklet
- Paper Source
- Advanced tab
- Scaling
- Reverse Print
- Use Watermark
- Header-Footer Print
- Toner Save Mode
- Secure Print
- Administrator
- User Authentication (HL-3075CW only)
- Other Print Options
- Colour Calibration
- Use Reprint
- Sleep Time
- Improve Print Output
- Tray Settings tab
- Support
- Using the custom monochrome printer driver (for Windows®)
- Using the BR-Script3 printer driver (PostScript® 3™ language emulation for Windows®) (HL-3075CW only)
- Features in the printer driver (for Macintosh)
- Features in the printer driver (for Windows®)
- Using the BR-Script3 printer driver (Post Script® 3™ language emulation for Macintosh) (HL-3075CW only)
- Uninstalling the printer driver
- Software
- Printer driver
- 3 Control Panel
- 4 Option
- 5 Routine Maintenance
- 6 Troubleshooting
- Appendix A
- Printer specifications
- Symbol and character sets (HL-3075CW only)
- Quick reference for bar code control commands (HL-3075CW only)
- Print bar codes or expanded characters
- Definition of parameters
- Bar code mode
- Bar code, expanded character, line block drawing and box drawing
- Bar code
- Bar code human readable line ON or OFF
- Quiet zone
- Bar code, expanded character unit, line block drawing and box drawing
- Bar code, expanded character, line block drawing and box drawing offset in X-axis
- Bar code & expanded character offset in Y-axis
- Bar code, expanded character, line block drawing and box drawing height
- Expanded character width, line block drawing and box drawing
- Expanded character rotation
- Bar code data start
- Box drawing
- Line block drawing
- Expanded character data start
- Print bar codes or expanded characters
- Libtiff Copyright and License
- Appendix B (for Europe and Other Countries)
- Appendix C (for USA and Canada)
- Index
Appendix
182
A
Example Program Listings A
WIDTH "LPT1:",255
'CODE 39
LPRINT CHR$(27);"it0r1s0o0x00y00bCODE39?\";
'Interleaved 2 of 5
LPRINT CHR$(27);"it1r1s0o0x00y20b123456?\";
'FIM
LPRINT CHR$(27);"it3r1o0x00y40bA\";
'Post Net
LPRINT CHR$(27);"it4r1o0x00y60b1234567890?\";
'EAN-8
LPRINT CHR$(27);"it5r1o0x00y70b1234567?\";
'UPC-A
LPRINT CHR$(27);"it5r1o0x50y70b12345678901?\";
'EAN-13
LPRINT CHR$(27);"it5r1o0x100y70b123456789012?\";
'UPC-E
LPRINT CHR$(27);"it6r1o0x150y70b0123456?\";
'Codabar
LPRINT CHR$(27);"it9r1s0o0x00y100bA123456A\";
'Code 128 set A
LPRINT CHR$(27);"it12r1o0x00y120bCODE128A12345?\";
'Code 128 set B
LPRINT CHR$(27);"it13r1o0x00y140bCODE128B12345?\";
'Code 128 set C
LPRINT CHR$(27);"it14r1o0x00y160b";CHR$(1);CHR$(2);"?\";
'ISBN(EAN)
LPRINTCHR$(27);"it130r1o0x00y180b123456789012?+12345\";
'EAN 128 set A
LPRINT CHR$(27);"it132r1o0x00y210b1234567890?\";
LPRINT CHR$(12)
END