VB & Epson TM88 Receipt Printer 
Author Message
 VB & Epson TM88 Receipt Printer

Has anybody had any success using VB and an Epson TM88III parallel printer
to kick a cash drawer without advancing and cutting the paper?  I'm using
the latest TM drivers and using the sample VB code in the manual I can get
the cash drawer to kick open, but the paper advances about half an inch and
autocuts.  Any ideas or suggestions?

Printer.FontSize = "10"
Printer.FontName = "control"
Printer.Print "A"
Printer.Enddoc

Thank You,

Jeff



Sat, 25 Sep 2004 21:08:08 GMT  
 VB & Epson TM88 Receipt Printer
Jeff, I've achived a POS package running on several sites supporting this
printer as well as TMTU20D and TM-T90, though I'm using Serial Interface,
rather than Parallel (coz life is easier with Serial Ports - and you can get
finer control too). Also, I decided to against EPSON's device drivers, and
wrote a simple library to do lots of things - which are very easy, if you
have the ESC Character codes available.

Regards,
Sailesh.


Quote:
> Has anybody had any success using VB and an Epson TM88III parallel printer
> to kick a cash drawer without advancing and cutting the paper?  I'm using
> the latest TM drivers and using the sample VB code in the manual I can get
> the cash drawer to kick open, but the paper advances about half an inch
and
> autocuts.  Any ideas or suggestions?

> Printer.FontSize = "10"
> Printer.FontName = "control"
> Printer.Print "A"
> Printer.Enddoc

> Thank You,

> Jeff



Sun, 26 Sep 2004 03:54:56 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

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

3. Reg: Using Vb code how to perform some functions in Epson LQ-300 printer

4. Print on Receipt printer in VB.NET

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

6. Barcode on Epson Printer

7. Epson Printer Control Codes

8. Printing to Epson Printers

9. need help sending control characters epson printer

10. Epson Printer Driver

11. printing with an Epson laser printer

12. Help with printing to Epson DFX printer from VB6

 

 
Powered by phpBB® Forum Software