EasyManua.ls Logo

Epson TM U295 - B/W Dot-matrix Printer

Epson TM U295 - B/W Dot-matrix Printer
45 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
TITLE
TM Printer Driver
SHEET
REVISION
NO
User's Manual
1.60
NEXT
41
SHEET
40
EPSON
6.2.5. Cutting the Paper
The following code causes the printer to cut the paper.
6.2.6. Printing a Bar Code
The next example shows how to print out a bar code.
‘Set HRI characters
Printer.FontSize = 10 'Set up the control font.
Printer.FontName = "control"
Printer.Print "q" 'Use special-function character to select the
bar-code type.
'p: No HRI characters
'q: Include HRI characters above bar code
(using font A).
'r: Include HRI characters below bar code
(using font A).
's: Include HRI characters above bar code
(using font B).
't: Include HRI characters below bar code
(using font B).
'Print the bar code.
Printer.FontSize = 42 'Set the bar-code font size.
Printer.FontName = "ITF" 'Select the bar-code printer font.
Printer.Print "123456" 'Print the bar-code data.
Printer.EndDoc
Printer.FontSize = 10
'Set up the control font.
Printer.FontName = "control"
Printer.Print "F"
'Use special-function character to cut the
paper.
'F: Full cut
'P: Partial cut
Printer.EndDoc

Other manuals for Epson TM U295 - B/W Dot-matrix Printer

Related product manuals