Epson L60IIP Information Guide - Page 42

Print #1, Chr$&h1b;w;chr$0;chr$0;chr$0;chr$0, Chr$&h1b;t;chr$1

Page 42 highlights

TM-L60II/L60IIP Information Manual Program Example PRINT #1, CHR$(&H1B);"L";← Select page mode PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);CHR$(0); CHR$(240);CHR$(0);CHR$(224);CHR$(1); PRINT #1, CHR$(&H1B);"T";CHR$(0);← Select print direction PRINT #1, "AAAAA"; CHR$(&HA);← Store characters for printing PRINT #1, "BBBBB"; CHR$(&HA);← Store characters for printing PRINT #1, CHR$(&H1B);"T";CHR$(1);← Select print direction PRINT #1, "CCCCC"; CHR$(&HA);← Store characters for printing PRINT #1, "DDDDD"; CHR$(&HA);← Store characters for printing PRINT #1, CHR$(&H1B);"T";CHR$(2);← Select print direction PRINT #1, "EEEEE"; CHR$(&HC);← Batch print and return to standard mode CCCCC DDDDD EEEEE Print Sample AAAAA BBBBB ← Printing area set by ESC W Rev. A Command Descriptions 1-35

  • 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

Rev. A
Command Descriptions
1-35
TM–L60II/L60IIP Information Manual
Program Example
Print Sample
PRINT #1, CHR$(&H1B);"L";
Select page mode
PRINT #1, CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);CHR$(0);
CHR$(240);CHR$(0);CHR$(224);CHR$(1);
PRINT #1, CHR$(&H1B);"T";CHR$(0);
Select print direction
PRINT #1, "AAAAA"; CHR$(&HA);
Store characters for printing
PRINT #1, "BBBBB"; CHR$(&HA);
Store characters for printing
PRINT #1, CHR$(&H1B);"T";CHR$(1);
Select print direction
PRINT #1, "CCCCC"; CHR$(&HA);
Store characters for printing
PRINT #1, "DDDDD"; CHR$(&HA);
Store characters for printing
PRINT #1, CHR$(&H1B);"T";CHR$(2);
Select print direction
PRINT #1, "EEEEE"; CHR$(&HC);
Batch print and return to standard mode
AAAAA
BBBBB
CCCCC
DDDDD
EEEEE
Printing
by ESC W
area set