EasyManua.ls Logo

Epson TM-T88III

Epson TM-T88III
679 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
CONFIDENTIAL
Paper roll Bit-image commands GS ( L GS 8 L
Ver. 10.01 p. 220
Program Sample 2 (Printing graphics data)
* Description for image data has been omitted.
PRINT #1, CHR$(&H1D);"(L";CHR$(250);CHR$(0);CHR$(48);CHR$(112);CHR$(48);Function 112: sending data
(raster)
PRINT #1, CHR$(1);CHR$(1);Specifies size (horizontal (times 1) vertical (times 1))
PRINT #1, CHR$(49);Specifies color 1
PRINT #1, CHR$(80);CHR$(0);Horizontal size (80 dots)
PRINT #1, CHR$(24);CHR$(0);Vertical size (24 dots)
FOR i=1 to 240Image data (240 bytes)
READ a$: d=VAL("&H"+a$): PRINT #1, CHR$(d);
NEXT i
PRINT #1, CHR$(&H1D);"(L";CHR$(250);CHR$(0);CHR$(48);CHR$(112);CHR$(48);Function 112: sending data
(raster)
PRINT #1, CHR$(1);CHR$(1);Specifies size (horizontal (times 1) vertical (times 1))
PRINT #1, CHR$(50);Specifies color 2
PRINT #1, CHR$(80);CHR$(0);Horizontal size (80 dots)
PRINT #1, CHR$(24);CHR$(0);Vertical size (24 dots)
FOR i=1 to 240Image data (240 bytes)
READ a$: d=VAL("&H"+a$): PRINT #1, CHR$(d);
NEXT i
PRINT #1, CHR$(&H1D);"(L";CHR$(2);CHR$(0);CHR$(48);CHR$(50);Function 50: printing graphics data

Table of Contents

Other manuals for Epson TM-T88III

Related product manuals