Dymo Costar 400 User Manual Page 104

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 103
A-100
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
Page view 103
1 2 ... 99 100 101 102 103 104 105 106 107 108 109 ... 131 132

Comments to this Manuals

No comments