Dymo Costar 400 User Manual Page 101

  • Download
  • Add to my manuals
  • Print
  • Page
    / 132
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 100
A-97
ESC J Feed n Sublines Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*First Line^010^027J^203One inch";
PRINT #1, “ below First Line^012”;
Example 15: ESC J Feed n Sublines
ESC M Set Font to 12 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^027M12 cpi ^010^012”;
Example 16: ESC M Set Font to 12 cpi
ESC P Set Font to 16 cpi Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, “^027*^027P16 cpi^010^012”;
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, “^027*^027S20 cpi^010^012”;
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, “^027*^027T7 cpi^010^012”;
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, “^027*^027U10 cpi^010^012”;
Example 20: ESC U Set Font to 10 cpi
Page view 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 131 132

Comments to this Manuals

No comments