Printing to Epson Printers 
Author Message
 Printing to Epson Printers

Hi,
I think I have a problem relating to Epson Printer Drivers.
I need to print 3 types of reports that require Draft mode
(non-proportional) (a) 10 cpi (b) 12 cpi and (c) 15 cpi and hopefully
17 copi too.

I'm using chr(27) + "P", etc.....

I'm using Epson LQ-2170 driver and apparently it keeps printing
condensed, bold and proportional Fonts.

Can I substitute it with another driver and which ?

KC



Mon, 09 Oct 2000 03:00:00 GMT  
 Printing to Epson Printers

Hi KC

There is a simple way to use a matrix printer. You can use a printer like a
text file like this:

         open "lpt1" ..... #1

         write  #1,
or
        print #1,

and so on .. and you will set it up as printer manual shows!

Cheers :)

Evaldo Sobral

Quote:

>Hi,
>I think I have a problem relating to Epson Printer Drivers.
>I need to print 3 types of reports that require Draft mode
>(non-proportional) (a) 10 cpi (b) 12 cpi and (c) 15 cpi and hopefully
>17 copi too.

>I'm using chr(27) + "P", etc.....

>I'm using Epson LQ-2170 driver and apparently it keeps printing
>condensed, bold and proportional Fonts.

>Can I substitute it with another driver and which ?

>KC



Tue, 17 Oct 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How do I print Epson control characters to an Epson printer using VB5

2. Post Net Bar code printing on Epson action 5000 printer

3. printing with an Epson laser printer

4. Help with printing to Epson DFX printer from VB6

5. Anybody facing printing alignment problem with epson lx1170+ printer

6. Help with printing to Epson DFX printer from VB6

7. print CR report in a pos printer (epson TM L60II)

8. Help - Must speed up printing on an Epson dot-matrix printer

9. Help with printing to Epson DFX printer from VB6

10. Problem when using receipt printer (Epson TM-U300PA)

11. Barcode on Epson Printer

12. Epson Printer Control Codes

 

 
Powered by phpBB® Forum Software