Epson LX-86 User Manual - Page 33

Chap 4-printer Control Codes, Ascii Codes

Page 33 highlights

Chapter 4 Printer Control Codes The LX-86 printer is easy to use, especially with commercial software that has print control features. This chapter explains some of the basics of printer control and communications to help you understand how a computer communicates with your printer. This information should also help you understand the terms used in your software or computer manual. If you are an advanced user or a programmer, you may want to turn to Appendix C, which has a full summary of all the Ix-86 commands. ASCII Codes When you write a document with a word processing program, you press keys with letters on them. When you send the document to a printer, it prints the letters on paper. The computer and the printer, however, do not use or understand letters of the alphabet. They function by manipulating numbers. Therefore, when you press the A key, for example, the computer sends a number to its memory. When the computer tells the printer to print that letter, it sends the number to the printer, which must then convert the number to a pattern of pins that will fire to print the dots that make up that letter. The numbers that computers and printers use are in binary form, which means that they use only the digits 0 and 1. In this manual, however, we use decimal numbers in our explanations because most users are more familiar with these numbers and because most programming languages and applications programs can use decimal numbers. The computer system or the program takes care of changing the decimal numbers to binary form for you. 27

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

Chapter 4
Printer Control Codes
The LX-86 printer is easy to use, especially with commercial soft-
ware that has print control features. This chapter explains some of the
basics of printer control and communications to help you understand
how a computer communicates with your printer. This information
should also help you understand the terms used in your software or
computer manual.
If you are an advanced user or a programmer, you may want to
turn to Appendix C, which has a full summary of all the Ix-86
commands.
ASCII Codes
When you write a document with a word processing program, you
press keys with letters on them. When you send the document to a
printer, it prints the letters on paper. The computer and the printer,
however, do not use or understand letters of the alphabet. They
function by manipulating
numbers.
Therefore, when you press the A
key, for example, the computer sends a number to its memory. When
the computer tells the printer to print that letter, it sends the number
to the printer, which must then convert the number to a pattern of
pins that will fire to print the dots that make up that letter.
The numbers that computers and printers use are in binary form,
which means that they use only the digits 0 and
1.
In this manual,
however, we use decimal numbers in our explanations because most
users are more familiar with these numbers and because most pro-
gramming languages and applications programs can use decimal num-
bers. The computer system or the program takes care of changing the
decimal numbers to binary form for you.
27