How to send output ticket Printer(VB005)

  • Thread starter Thread starter Hector M Banda
  • Start date Start date
H

Hector M Banda

Hi all,
Need advice on how to send output to a tiket printer using VB2005.
I cannot figure out how to send scape sequences to change fonts, etc.

I am using a generic printer driver but no luck.

-hb
 
Hector said:
Hi all,
Need advice on how to send output to a tiket printer using VB2005.
I cannot figure out how to send scape sequences to change fonts, etc.

I am using a generic printer driver but no luck.

-hb

Assuming it's a parallel printer: In VB6, you could just open "LPT1"
as a file and write directly to it. Not sure exactly how this works
out in VB.NET.

Do you have, or can you get, the manual for the printer? It should
list the control codes it accepts, or what printer it emulates. For
example, the old Epson dot-matrix codes were recognized by a lot of
different dot-matrix and thermal printers:

http://lprng.sourceforge.net/DISTRIB/RESOURCES/PPD/epson.htm
 
Back
Top