Dymo LabelWriter SE300 User Manual page 94

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

GS A Starting Position of Bar Code Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(29); "A"; CHR$(0); CHR$(203);
PRINT #1, CHR$(29); "h"; CHR$(203);
PRINT #1, CHR$(29); "W"; CHR$(3); CHR$(5);
PRINT #1, CHR$(29); "k"; CHR$(4); CHR$(6);
PRINT #1, "DYMO";
PRINT #1, CHR$(12);
Example 30: GS A Starting Position of Bar Code
GS L Set Feed Length Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27);"*";
PRINT #1, CHR$(29); "t"; CHR$(36);
PRINT #1, CHR$(29); "V1";
PRINT #1, "This is Line One"; CHR$(10);
PRINT #1, "This is Line Two"; CHR$(10);
PRINT #1, CHR$(12);
Example 31: GS L Set Feed Length
GS S Return Printer Status Example
See sample code provided on disk
Example 32: GS S Return Printer Status
GS T Select Line Wrap/Truncate Modes Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(29); "T"; CHR$(3);
PRINT #1, CHR$(29); "u"; CHR$(14);
PRINT #1, "This is Line 1 This is Line 2";CHR$(10)
PRINT #1, CHR$(12);
Example 33: GS T Select Line Wrap/Truncate Modes
A-90

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents