EasyManuals Logo

Brother HL-5450DN Technical Reference Guide

Brother HL-5450DN
517 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #18 background imageLoading...
Page #18 background image
CHAPTER 1 INTRODUCTION - 4
2. AREAS OF USE
There are several different applications for which you may want to use your HL-Series printer. Four general
areas are outlined in the following sections.
2.1 Using Word Processing Packages and Spreadsheets
You may simply wish to use the printer with your software application packages, such as word-processors or
spreadsheets. Many software packages automatically send commands to the printer requesting particular type
styles, character sizes and specifying page set-up information and other relevant data. In this case you will
not need to use this manual, as your software package will perform the task of controlling the printer for you.
Other packages allow you to embed software commands within your word-processed or spreadsheet
documents. This manual describes the commands you need, and you can simply include them in the form
that your package requires. In either case, read the documentation that came with your software to find out
its own specific requirements for driving a printer.
2.2 Graphics
HP-GL/2 or HP-GL mode offers many powerful graphic features that enable you to draw and print detailed
images quickly and easily. Many commercial graphic packages, notably computer-aided design applications
programs, produce HP-GL/2 or HP-GL output. LaserJet mode also has several graphics features. You can
either write your own programs to generate images or use existing graphics software.
2.3 Programming
If you are writing software, for example in BASIC or C, to drive the printer, the description and formal
specification of each command will enable you to transcribe them straight into your programs. Below is a
simple example of a program to draw and print a three inch black square. The program is given in both C
and BASIC.
C language program
#include <stdio.h>
main()
{
FILE *prn; /* initialization section */
prn = fopen("PRN","wb");
fprintf(prn,"\33E"); /* Esc E - Reset the printer */
fprintf(prn,"\33%0B"); /* Esc%0B - Enter HP-GL/2 */
fprintf(prn,"IN"); /* Initialize */
fprintf(prn,"SP1PA1024,1024"); /* Select pen 1 & move to 0,0 */
fprintf(prn,"PDFT1RA4096,4096"); /* Draw 3" solid square */
fprintf(prn,"\33%0A"); /* Quit HP-GL/2 & restore original cursor
position */
fprintf(prn,"\33E /* Reset and eject page */
}
BASIC language program
10 LPRINT CHR$(27);"E"; :REM Esc E - Reset the printer
20 LPRINT CHR$(27);"%0B"; :REM Esc%0B - Enter HP-GL/2
30 LPRINT "IN"; :REM Initialize
40 LPRINT "SP1PA1024,1024"; :REM Select pen 1 & move to 0,0
50 LPRINT "PDFT1RA4096,4096"; :REM Draw 3" solid square
60 LPRINT CHR$(27);"%0A"; :REM Quit HP-GL/2 & restore original cursor
position
70 LPRINT CHR$(27);"E"; :REM Reset and eject page

Table of Contents

Other manuals for Brother HL-5450DN

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Brother HL-5450DN and is the answer not in the manual?

Brother HL-5450DN Specifications

General IconGeneral
ColorNo
N-up printing2, 4, 9, 16, 25
Duplex printingYes
Print technologyLaser
Maximum resolution2400 x 600 DPI
Time to first page (black, normal)8.5 s
Print speed (black, normal quality, A4/US Letter)38 ppm
Duplex print speed (black, normal quality, A4/US Letter)9 ppm
Maximum duty cycle- pages per month
Recommended duty cycle1000 - 3500 pages per month
Number of print cartridges1
Memory typeDDR2
Processor familyStar Sapphire
Maximum internal memory320 MB
Sound power level (standby)34 dB
Sound pressure level (printing)59 dB
Sound pressure level (quiet mode)54 dB
Total input capacity250 sheets
Total output capacity150 sheets
Maximum input capacity800 sheets
Total number of input trays2
Multi-Purpose tray input capacity50 sheets
Custom media width76.2 - 215.9 mm
Maximum print size216 x 356 mm
Custom media length127 - 355.6 mm
Paper tray media typesPlain paper, Recycled paper
Paper tray media weight60 - 105 g/m²
Non-ISO print media sizesLetter
ISO A-series sizes (A0...A9)A4, A5, A6
ISO B-series sizes (B0...B9)B5, B6
Multi-purpose tray media typesBond paper, Envelopes, Heavyweight paper, Labels, Plain paper, Recycled paper
Maximum ISO A-series paper sizeA4
Multi-Purpose Tray media weight60 - 163 g/m²
Standard interfacesEthernet, USB 2.0
USB 2.0 ports quantityUSB 2.0 ports have a data transmission speed of 480 Mbps, and are backwards compatible with USB 1.1 ports. You can connect all kinds of peripheral devices to them.
AC input voltage220 - 240 V
AC input frequency50 - 60 Hz
Power consumption (off)0.41 W
Power consumption (standby)4.7 W
Power consumption (printing)665 W
Power consumption (PowerSave)0.6 W
Package weight11.900 g
Sustainability certificatesENERGY STAR
Weight and Dimensions IconWeight and Dimensions
Dimensions (WxDxH)371 x 384 x 245 mm

Related product manuals