C O N F I D E N T I A L
Paper roll
Macro function commands
GS ^
Ver. 10.01
p. 364
■
Macro function is useful to print the same data repeatedly. To define a macro definition, send
GS :
just
before and after the data desired to be repeated. And then execute macro by using
GS ^
to print the same
data repeatedly. Macro function eliminates the need for sending all the print data every time.
[Model-dependent variations]
TM-J2000/J2100
,
TM-T90
,
TM-T88III
,
TM-L90
,
TM-L60II
Program example for GS : and GS ^
TM-J2000/J2100
When
m
= 1, the PAPER OUT LED indicator blinks during a macro waiting state.
When
m
= 1, the PAPER FEED can be Paper feed button.
Program Example
Print Sample
PRINT #1, CHR$(&H1D);":";
PRINT #1, CHR$(&H1B);"a";CHR$(1);
PRINT #1, "*** Hello";
PRINT #1, CHR$(&H1D);"!";CHR$(17);
PRINT #1, "EPSON";
PRINT #1, CHR$(&H1D);"!";CHR$(0);
PRINT #1, "World! ***";
PRINT #1, CHR$(&HA); CHR$(&HA);
PRINT #1, CHR$(&H1B);"a";CHR$(0);
PRINT #1, CHR$(&H1B);"-";CHR$(1);
PRINT #1, "No. "; CHR$(&HA);
PRINT #1, "Name "; CHR$(&HA);
PRINT #1, "Address "; CHR$(&HA);
PRINT #1, CHR$(&H1B);"d";CHR$(5);
PRINT #1, CHR$(&H1B);"-";CHR$(0);
PRINT #1, CHR$(&H1D);":";
PRINT #1, CHR$(&H1D);"^";CHR$(2);CHR$(0);CHR$(0);
Defines
a macro
Hello
EPSON
World!
***
No.
Name
Address
***
Hello
EPSON
World!
***
No.
Name
Address
***
Summary of Contents for TM-L90 series
Page 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 ...
Page 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 ...
Page 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 ...
Page 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 ...
Page 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 ...
Page 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 ...