Dymo LabelWriter SE300 User Manual page 91

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

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

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents