Dymo Costar 400 User Manual Page 106

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 105
A-102
GS q Print UPC/EAN Checksum Example
OPEN "COM1:9600,n,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^029t^037^029V^004";
PRINT #1, “^029h^101^029k^002^011";
PRINT #1, “01234567890";
PRINT #1, “01234567890^029q^002^011";
PRINT #1, “01234567890";
PRINT #1, “^012";
Example 40: GS q Print UPC/EAN Checksum
GS t Set Characters per Line in Landscape Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^029t^017^029V1";
PRINT #1, "This is Line One This is Line Two^010^012";
Example 41: GS t Set Characters per Line in Landscape
GS u Set Characters per Line in Portrait Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^029T^003”;
PRINT #1, “^029u^017This is Line One This is Line 2";
Example 42: GS u Set Characters per Line in Portrait
GS w Set Bar Code Module Width 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^006”;
PRINT #1, "DYMO";
PRINT #1, "DYMO^010^012”;
Example 43: GS w Set Bar Code Module Width
Source Code Examples
Included in this CD are demo programs and sample source code.
The source code is provided in both the BASIC and C
programming languages.
Page view 105
1 2 ... 101 102 103 104 105 106 107 108 109 110 111 ... 131 132

Comments to this Manuals

No comments