Dymo LabelWriter SE300 User Manual page 100

Dymo labelwriter se300: user guide
Table of Contents

Advertisement

ESC * Reset to Defaults Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*The printer is reset twice^010^012^027@"
Example 10: ESC * Reset to Defaults
ESC @ Reset to Power-up Condition Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*The printer is reset twice^010^012^027@"
Example 11: ESC @ Reset to Power-up Condition
ESC B Set Dot Tab Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*^027B^010^027D^012";
FOR I = 1 TO 100
PRINT #1, "^023^095";
NEXT I
PRINT #1, "^012";
Example 12: ESC B Set Dot Tab
ESC D Set Bytes per Line Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*^027B^010^027D^012";
FOR I = 1 TO 100
PRINT #1, "^023^095";
NEXT I
PRINT #1, "^012";
Example 13: ESC D Set Bytes per Line
ESC E Form Feed Example
OPEN "COM1:9600,N,8,1" FOR OUTPUT AS #1
PRINT #1, "^027*ESC E Ejects a Label^010^027E";
Example 14: ESC E Form Feed
A-96

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents