Printing: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Created page with "{{stub}} == See also == === External links === * [http://www.hp.com/ctg/Manual/bpl13210.pdf HP 5e PCL reference]"
 
m puting -> putting
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
{{stub}}

== Overview ==
Printing is the process of taking text, documents or photos from a computer and putting 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 through 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 a [[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 ==
== See also ==
[[Parallel port]]

=== 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]]

Latest revision as of 07:22, 13 December 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 putting 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 through 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 a 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