Dymo Costar 400 User Manual Page 103

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 102
A-99
GS RS Set Inverse Print Mode Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Normal ";
PRINT #1, “^029^030Inverse^029^031 ";
PRINT #1, “Normal^010";
PRINT #1, “^012”;
Example 27: GS RS Set Inverse Print Mode
GS US Cancel Inverse Print Mode Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*Normal ";
PRINT #1, “^029^030Inverse^029^031 ";
PRINT #1, “Normal^010";
PRINT #1, “^012”;
Example 28: GS US Cancel Inverse Print Mode
GS * Landscape Mode Graphics Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^029t^040^029V1";
PRINT #1, “^029*^001^001^003^010^010”;
FORI=1to100
PRINT #1, CHR$(I);
NEXT I
PRINT #1, "^012";
Example 29: GS * Landscape Mode Graphics
GS A Starting Position of Bar Code Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*";
PRINT #1, “^029A^000^203";
PRINT #1, “^029h^203^029W^003^005";
PRINT #1, “^029k^004^006DYMO";
PRINT #1, “^012”;
Example 30: GS A Starting Position of Bar Code
Page view 102
1 2 ... 98 99 100 101 102 103 104 105 106 107 108 ... 131 132

Comments to this Manuals

No comments