Continuous forms on dot matrix

C

cnlai

If I develop a program to print on continuous forms (perforated paper)
using one brand of dot matrix printer, will the print-outs still be
accurate using another brand of dot matrix printer ?

Thanks.
 
T

thoss

cnlai <[email protected]> said:
If I develop a program to print on continuous forms (perforated paper)
using one brand of dot matrix printer, will the print-outs still be
accurate using another brand of dot matrix printer ?
If your program sends out escape codes to the printer, these can differ
= the main variations, I seem to remember, are Epson and IBM compatible
printers.

Another problem you might encounter is with fonts. You need to use a
fixed-space font like Courier to make sure that all the elements of a
form, like vertical lines and columns, line up. It should print out OK
on any make of printer provided that it is using a fixed-space font.
 
J

jbuch

cnlai said:
If I develop a program to print on continuous forms (perforated paper)
using one brand of dot matrix printer, will the print-outs still be
accurate using another brand of dot matrix printer ?

Thanks.

Maybe --- if you do all of your development for a generic text only
printer.

But, nothing is promised.

In the old days, one always had to use the printer drivers for the
target printers, or so memory seems to imply.

Certain printer emulatins were quite commonly available on a wide
variety of printers, and the intelligent use of these widely available
printer emulations could give your software some portability in printing.



Jim

--
................................


Keepsake gift for young girls.
Unique and personal one-of-a-kind.
Builds strong minds 12 ways.
Guaranteed satisfaction
- courteous money back
- keep bonus gifts

http://www.alicebook.com
 
A

Alan

cnlai said:
If I develop a program to print on continuous forms (perforated paper)
using one brand of dot matrix printer, will the print-outs still be
accurate using another brand of dot matrix printer ?

Most likely. Almost every dot matrix emulates Epson printer language.

I assume it's unadorned text.
You can pretty much guarantee having a "normal" font, 80 characters on
a normal 8.5x12 (IIRC) page, or 132 on a wide page, and a condensed
font which fits 132 characters on a normal page.

Also, preferably use a formfeed to advance over the perforation rather
than a number of linefeeds. The printer should keep track of that if
it's set up correctly.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Questions about Dot Matrix Printers 20
age of my printer? 8
Dot matrix 2
dot matrix printer 8
reg. dos printing 6
Cheap Used Dot Matrix Printers? 2
Printer with code page 852 2
removing shaded area 0

Top