Epson RX-80 User Manual - Page 33

Computer - Printer Communication, A quick test, Naming and using commands, Using

Page 33 highlights

A quick test After setting up your application program, print a sample document to be sure the program and the Apex80 are communicating properly. If the document doesn't print correctly, recheck the program's printer selection and installation procedure. If you're still having trouble printing, consult Appendix C. Computer - Printer Communication Computers and printers communicate by using codes to represent characters and commands. To be sure the two devices use the same codes, almost all manufacturers of computers, printers, and software use the American Standard Code for Information Interchange, which is usually referred to by its abbreviation, ASCII. The ASCII standard includes codes for printable characters (letters, punctuation marks, numerals, and mathematical symbols) and 33 other codes called control codes. The control codes are for such functions as sounding the beeper and performing carriage returns. Because the 33 control codes are not enough to control all possible printer functions, most printer commands are actually a sequence of two or more codes. One of the 33 control codes, the escape code, signals the beginning of a sequence of codes. Therefore, most printer commands are sequences of codes, the first of which is the escape code. This manual uses the ASCII abbreviation ESC for this code. When using control codes to select printer functions for an application program or programming language, check the manual for the program or language to find the appropriate method of inserting the code into the program. Further details on the methods to use are in the rest of this chapter. Naming and using commands The most common way of naming codes or commands is with one of two numbering systems, decimal or hexadecimal. The decimal system is the standard numbering system based on units of ten, using the numerals 0-9. 2.2 Using the Apex80 with Application Programs

  • 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
  • 147
  • 148
  • 149

A quick test
After setting up your application program, print a sample document
to be sure the program and the Apex80 are communicating properly. If
the document doesn’t print correctly, recheck the program’s printer
selection and installation procedure. If you’re still having trouble
printing, consult Appendix C.
Computer - Printer Communication
Computers and printers communicate by using codes to represent
characters and commands. To be sure the two devices use the same
codes, almost all manufacturers of computers, printers, and software
use the American Standard Code for Information Interchange, which
is usually referred to by its abbreviation, ASCII.
The ASCII standard includes codes for printable characters (letters,
punctuation marks, numerals, and mathematical symbols) and 33 other
codes called control codes. The control codes are for such functions as
sounding the beeper and performing carriage returns. Because the 33
control codes are not enough to control all possible printer functions,
most printer commands are actually a sequence of two or more codes.
One of the 33 control codes, the escape code, signals the beginning
of a sequence of codes. Therefore, most printer commands are
sequences of codes, the first of which is the escape code. This manual
uses the ASCII abbreviation ESC for this code.
When using control codes to select printer functions for an
application program or programming language, check the manual for
the program or language to find the appropriate method of inserting
the code into the program. Further details on the methods to use are in
the rest of this chapter.
Naming and using commands
The most common way of naming codes or commands is with one of
two numbering systems, decimal or hexadecimal.
The decimal system is the standard numbering system based on units
of ten, using the numerals 0-9.
2.2
Using the
Apex80
with Application Programs