Printing: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
No edit summary
Line 15: Line 15:
=== External links ===
=== External links ===
* [http://www.hp.com/ctg/Manual/bpl13210.pdf HP 5e PCL reference]
* [http://www.hp.com/ctg/Manual/bpl13210.pdf HP 5e PCL reference]

[[Category:Printing]]

Revision as of 18:01, 9 July 2023

This page is a stub.
You can help the wiki by accurately adding more contents to it.

Overview

Printing is the process of taking text, documents or photos from a computer and puting them onto a paper using a device called printer.

Printer interface

To print something you need to establish a connection from the computer to the printer. This can be done thru a cable or wireless using Wi-Fi. In the old days printers used a big port called parallel port. Now most of the printers have an USB type-B port.

Printing basics

The easiest way to print something is using the parallel port because you don't need to have anything else than ports set-up for it to work.

See also

Parallel port

External links