Dymo Costar 400 User Manual Page 91

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 90
A-87
ESC P Set Font to 16 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "P"; "16 cpi"; CHR$(10);
PRINT #1, CHR$(12);
Example 17: ESC P Set Font to 16 cpi
ESC S Set Font to 20 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "S"; "20 cpi"; CHR$(10);
PRINT #1, CHR$(12);
Example 18: ESC S Set Font to 20 cpi
ESC T Set Font to 7 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "T"; "7 cpi"; CHR$(10);
PRINT #1, CHR$(12);
Example 19: ESC T Set Font to 7 cpi
ESC U Set Font to 10 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, CHR$(27); "*";
PRINT #1, CHR$(27); "U"; "10 cpi"; CHR$(10);
PRINT #1, CHR$(12);
Example 20: ESC U Set Font to 10 cpi
ESC V Return Firmware Revision Example
See sample code provided on the disk.
Example 21: ESC V Return Firmware Revision
ESC W Wrap Data Example
See sample code provided on the disk.
Example 22: ESC W Wrap Data
Page view 90
1 2 ... 86 87 88 89 90 91 92 93 94 95 96 ... 131 132

Comments to this Manuals

No comments