Double Strike ON
ESC G
Double Strike OFF
ESC H
Data Structure
ASCII
ESC "G"
double strike ON
➊
hex.
1B
47
dec.
27
71
ASCII
ESC "H"
double strike OFF
➋
hex.
1B
48
dec.
27
72
Description
➊
This code sequence switches the printer to double strike mode. In double strike mode
characters are printed in two printing passes at the same horizontal position; thus print
appears thicker and fuller. Print speed is reduced since the characters are printed
twice.
Double strike mode can be used in combination with emphasized mode (ESC E).
Double strike mode is reset when the printer receives the code sequence ESC H.
➋
This code sequence resets the double strike mode set by ESC G or ESC !.
This code sequence is ignored when the printer is not in double strike mode.
Example
10 REM double strike
20 LPRINT CHR$(27);"H";
30 LPRINT "this is normal printing ";
40 LPRINT CHR$(27);"G";
50 LPRINT "and this is double strike printing"
60 END
Character Styling
31
Содержание Matrix Printer
Страница 1: ...Programmer s Manual Matrix printer 7265 ...
Страница 79: ...Programmer s Reference EPSON Emulation ...
Страница 202: ...Appendix A Summary of Possible Codes ...
Страница 212: ...Appendix B Character Sets ...
Страница 231: ...Programmer s Reference Tally ANSI MTPL Emulation ...
Страница 335: ...Appendix A Summary of Possible Codes ...
Страница 348: ...Appendix B Character Sets ...
Страница 351: ...Programmer s Reference Tally ANSI Barcode and LCP ...
Страница 355: ......
Страница 404: ...Appendix Character Sets ...