Dymo LabelWriter SE300 User Manual page 104

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

GS L Set Feed Length Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*";
PRINT #1, "^029t^036^029V^001";
PRINT #1, "This is Line One^010";
PRINT #1, "This is Line Two^010";
PRINT #1, "^012";
Example 31: GS L Set Feed Length
GS T Select Line Wrap/Truncate Modes Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*";
PRINT #1, "^029T^003^029u^014";
PRINT #1, "This is Line 1 This is Line 2^010";
PRINT #1, "^012";
Example 33: GS T Select Line Wrap/Truncate Modes
GS V Set Print Orientation Example
OPEN "COM1:9600,n,8,1" FOR OUTPUT AS #1
PRINT #1, "^027";
PRINT #1, "*^029t^011^029V^001";
PRINT #1, "This is in^010";
PRINT #1, "203 x 203^010Landscape^010Mode^010";
PRINT #1, "^029V^000This is in^010Portrait Mode^010";
PRINT #1, "^029t^011^029V^002";
PRINT #1, "This is in^010138 x 203";
PRINT #1, "^010Landscape^010Mode^010";
PRINT #1, "^012";
Example 34: GS V Set Print Orientation
GS W Set Bar Code Element Width Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^029A^000^203";
PRINT #1, "^029h^203^029W^003^005";
PRINT #1, "^029k^004^006DYMODYMO^010";
PRINT #1, "^012";
Example 35: GS W Set Bar Code Element Width
A-100

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents