Dymo LabelWriter SE300 User Manual page 105

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

GS d Feed n Text Lines Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*This is Line 1^010";
PRINT #1, "^029d^004This is Line 6^010";
PRINT #1, "^012";
Example 36: GS d Feed n Text Lines
GS h Set Bar Code Height Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^029A^000^203";
PRINT #1, "^029h^203";
PRINT #1, "^029W^003^005";
PRINT #1, "^029k^004^006DYMODYMO^010";
PRINT #1, "^012";
Example 37: GS h Set Bar Code Height
GS k Print Bar Code Example
OPEN "COM1:9600,n,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*^029t^030^029V1";
PRINT #1, "^029h^101^";
PRINT #1, "029k^011^000*01234567890*01234567890";
PRINT #1, "^012";
Example 38: GS k Print Bar Code
GS l Draw Line in Landscape Mode Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*^029t^030^029V^001";
PRINT #1, "^029^108^000^203^000^203^007";
PRINT #1, "^012";
The above example prints a line that is 3-dots wide, 1-inch long,
located 1 inch from the left.
Example 39: GS l Draw Line in Landscape Mode
A-101

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents