Dymo LabelWriter SE300 User Manual page 101

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

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
A-97

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents