Windows printer driver, Pc hardware – TransAct Technologies ITHERM 280 User Manual

Page 49

Advertising
background image

Setup Procedures

iTherm

®

280 Programmer’s Guide

28-07764

Rev C

Page 47

Windows Printer Driver


A Windows printer driver is a specific type of driver defined by Microsoft that the OS
uses to translate drawing commands by a Windows application to a specific printer’s
command set. A standard Windows printer driver is a graphics page mode driver, and is
not a POS (point of sale) driver. (Have you ever had to open a cash drawer that was
connected to your printer at home?)




























Figure 5 Windows Print Driver


When to use a windows printer driver:

Use a printer driver when writing a program that uses the Windows API to send print
information to the printer.
When not to use a windows printer driver:

When a program wants to send printer command codes to the printer, or when a
program wants to get information back from a printer.

PC Hardware

Window’s Operating System

Windows Print
Application

GDI


Graphics
Device
Interface

Part of the
Windows
API

Printer
Driver

Port

Driver


Serial

OR
Parallel

OR
U

S

B


OR

Other


Port
Hardware

Serial

OR
Parallel

OR
USB bus

.

OR
Other

Printer
Driver

Advertising