Citizen Printer

I am using LQ1150II Dot Matrix Printer. I want a wide file to be printed in condensed mode.?

The settings given in the manual are not useful. Will somebody help me?

Public Comments

  1. Here is the list of codes to use under DOS command. Your Epson will print using the corresponding codes shown. You will need to use the [ESC] M code To print 15 cpi.... chr(15)+text will print 15 cpi Here is a sample script to print in win XP under DOS. I use TBAR as a name and LQ-1150 for your printer. You can use your name and your printer :) > SET PRINTER TO NAME "\\Tbar\EPSON LQ-1150+ esc/p2" > > set print on > SET device to print > PrintJob > > ??? CHR(27)+"@" > sPrintCommand = cHR(27) + chr(69) > ??? sPrintCommand > @ pRow(),pCol() say "This is one format" > > sPrintCommand = CHR(27) + chr(70) > ??? sPrintCommand > @ pRow(),pCol() say "This is another" > > EndPrintJob > SET device to screen > set print off > Set printer to
Powered by Yahoo! Answers