CONFIDENTIAL
Paper roll Miscellaneous commands GS ( D
Ver. 10.01 p. 424
■ If you transmit a command for graphics data or defined data that contains the sequence DLE DC4, be
sure to disable real-time command processing before transmitting the graphics data or defined data
command. Then the printer will process the sequence DLE DC4 as image data.
Program Example
PRINT #1, CHR$(&H1D);”(D”;CHR$(3);CHR$(0);CHR$(20);CHR$(2);CHR$(0); ← Set disabled
PRINT #1, CHR$(&H1B);”✻”;CHR$(0);CHR$(9);CHR$(0);CHR$(240);CHR$(15);
PRINT #1, CHR$(16);CHR$(20);CHR$(2);CHR$(1);CHR$(8); ← Process as image data
PRINT #1, CHR$(15);CHR$(240);”END”;CHR$(&HA); ← Execute print and line feed
PRINT #1, CHR$(&H1D);”(D”;CHR$(3);CHR$(0);CHR$(20);CHR$(2);CHR$(1); ← Set enabled
PRINT #1, CHR$(16);CHR$(20);CHR$(2);CHR$(1);CHR$(8); ← Execute power off
GOSUB *RECEIVE ← Confirmation “power off notice“