Questions tagged [dot-matrix]

A dot matrix is a 2-dimensional patterned array, used to represent characters, symbols and images. Every type of modern technology uses dot matrices for display of information, including cell phones, televisions, and printers.

As an impact printer, the term mainly refers to low-resolution impact printers, with a column of 8, 9 or 24 "pins" hitting an ink-impregnated fabric ribbon, like a typewriter ribbon, onto the paper.

However, almost all modern computer printers also create their output as matrices of dots, but use a different technology like laser printing or inkjet printing and are not called dot matrix printers.

Impact printers survive where multi-part forms are needed, as the pins can impress dots through multiple layers of paper to make a carbonless copy, for security purposes.

98 questions
0
votes
0 answers

html table data shrinks on pre-formatted paper on dot matrix printer

My client requires to print challan/invoice on pre-formatted paper where labels are already there on paper, and values are generated through a web application (fetched by php code). They use Epson's FX 2175 dot matrix. I've seen that, documents…
Sujit Y. Kulkarni
  • 1,186
  • 3
  • 22
  • 37
0
votes
2 answers

Can somebody help for 5x7 dot matrix display simple VHDL code for charachter "R"?

This is the code that I am using but i need to slow the clock down in order to see how the columns and rows are changing. I think there is some problem on my clocking: library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use…
umid_uz
  • 1
  • 1
0
votes
1 answer

Dot matrix fast printing

I'd like to know, what practical way of printing on EPSON Dot Matrix printers in Java. I'm having the LX300+II model to play, with USB connectivity. I searched too much on internet but all the codes available for network and serial(port LPT)…
user2393492
  • 1
  • 1
  • 1
0
votes
1 answer

java Printing through dot matrix, skipping page

I am trying to print through java on dot matrix printer with custom page size height 10 inches by 6 inches width. It is working fine on laser printer, but on dot matrix printer after printing 10 inches next page gets skipped around 3 inches more.
0
votes
0 answers

EPSON LQ 300+ Paper Feed incorrectly in VB.Net 2005

In my Billing Form, i am using raw data to print in the rollpaper with EPSON LQ300+. I set defaulty 3inches paper feed in Printer for the purpose of manually cutting the Bill. And i call the FF(12) printer command after a bill print. It's working…
Vasu Shanmugam
  • 67
  • 1
  • 13
0
votes
1 answer

Convert HTML table into a text file without losing format

I am unable to find any post which has answer to my issue. I have html file which has a table, need to convert this to a text file without losing the format USING php script, as it has to be printed as is on a dotmatrix printer. OR if there is any…
user1114409
  • 565
  • 3
  • 13
  • 26
0
votes
0 answers

HOW to print to a Dot Matrix Printer from a PHP Web Application?

I created a web application in PHP. The application should print a receipt in a dot matrix printer (Epson LQ300). The receipt layout is customized and the paper is punched. Right now I created a pdf with custom paper size, but the user should do 3…
Nicolas400
  • 563
  • 1
  • 7
  • 29
-1
votes
2 answers

Printing from Windows application to LPT1 port

I'm building a windows application on VS 2015 and I need it to print simple text using LPT1 on Dot-Matrix printer. anyone can help? Thank you
Hamoudi
  • 41
  • 3
1 2 3 4 5 6
7