A-96
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
Содержание LabelWriter SE300
Страница 1: ...LabelWriter SE300 User Manual Dymo CoStar Corp 599 W Putnam Ave Greenwich CT 06830 6092...
Страница 10: ...1 6...
Страница 52: ...4 48 ESC Q Set Top Margin DESCRIPTION Provided for LabelWriter EL compatibility...
Страница 66: ...4 62...
Страница 78: ...4 74...
Страница 79: ...4 75...
Страница 108: ......
Страница 114: ...B 110...