![Epson TM-L90 series Скачать руководство пользователя страница 647](http://html.mh-extra.com/html/epson/tm-l90-series/tm-l90-series_programming-manual_107607647.webp)
C O N F I D E N T I A L
Paper roll
Printing paper commands
FS ( L
Ver. 10.01
p. 647
[Notes for transmission process]
■
Data send operations are performed using Function 48. When you use the functions, obey the following
rules.
•
When the host PC transmits the function data, transmit the next data after receiving the corresponding
data from the printer
•
When operating with a serial interface, be sure to configure operation so that the host computer uses
the printer only when it is READY.
•
When operating with a parallel interface, the data sent by this function (starting with Header and
ending with NUL), as with other data, is first stored in the send buffer, then output in sequential order
when the host computer changes to the reverse mode. Note that the send buffer capacity is 99 bytes,
and any data exceeding this volume limit will be lost; therefore, when using this command, it is
important to configure the operation so that the host computer’s change to the reverse mode and the
subsequent status send/receive process is performed quickly.
■
When communication with the printer uses XON/XOFF control with serial interface, the XOFF code may
interrupt the “Header to NUL” data string.
■
The information for each function can be identified to other transmission data according to specific data
of the transmission data block. When the header transmitted by the printer is [hex = 37H/decimal =55],
treat NUL [hex = 00H/decimal =0] as a data group and identify it according to the combination of the
header and the identifier.
Program Example 1 (Two or more labels are printed while peeling off one piece.)
GOSUB *Label.Print
←
Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(65);CHR$(49);
←
Paper feed to label peeling position <Function 65>
I$=INPUT$(1)
←
Waiting for inputting (The key is pushed after the label is peeled off.)
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(50);
←
Putting out the head of the current label <Function 67>
GOSUB *Label.Print
←
Send a sheet of print data.
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(65);CHR$(49);
←
Paper feed to label peeling position <Function 65>
I$=INPUT$(1)
←
Waiting for inputting (The key is pushed after the label is peeled off.)
PRINT #1, CHR$(&H1C);"(L";CHR$(2);CHR(0);CHR$(67);CHR$(50);
←
Putting out the head of the current label <Function 67>
Содержание TM-L90 series
Страница 658: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 658 Page 1 Katakana ...
Страница 659: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 659 Page 2 PC850 Multilingual ...
Страница 660: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 660 Page 3 PC860 Portuguese ...
Страница 661: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 661 Page 4 PC863 Canadian French ...
Страница 662: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 662 Page 5 PC865 Nordic ...
Страница 663: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 663 Page 6 Hiragana ...
Страница 664: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 664 Page 7 One pass printing Kanji characters ...
Страница 665: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 665 Page 8 One pass printing Kanji characters ...
Страница 666: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 666 Page 16 WPC1252 ...
Страница 667: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 667 Page 17 PC866 Cyrillic 2 ...
Страница 668: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 668 Page 18 PC852 Latin2 ...
Страница 669: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 669 Page 19 PC858 Euro ...
Страница 670: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 670 Page 20 Thai character code 42 ...
Страница 671: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 671 Page 21 Thai character code 11 ...
Страница 672: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 672 Page 22 Thai character code 13 ...
Страница 673: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 673 Page 23 Thai character code 14 ...
Страница 674: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 674 Page 24 Thai character code 16 ...
Страница 675: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 675 Page 25 Thai character code 17 ...
Страница 676: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 676 Page 26 Thai character code 18 ...