P
P
Pavel2018-03-18 23:05:32
Seal
Pavel, 2018-03-18 23:05:32

How to print on a receipt printer from a PC, without a cash register?

vtp_80_1_500x500.jpg
I became interested in one task: how to implement the printing of checks directly from a PC.
You can think of a lot of examples where this device can be relevant and useful.
As an example for practice, one can imagine a way to print text entered into a C++ console application.
Interested in such questions:
How to choose a receipt printer?
How to make friends with PL (for example, C ++)?
Where can I get commands to control the printer?
How to write a text check?
I will be glad to answer any of the questions, hints and keywords that will help in the further search for information.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
GavriKos, 2018-03-18
@GavriKos

And why is a check more convenient than roll paper? Roll printers exist (they are used in banks, for example), there is also software for them ...

D
Denis, 2018-03-18
@sidni

It all depends on the specific manufacturer and the specific brand of the printer, usually I print to the printer for the web those printers that I dealt with have javascript support, sometimes there is a special server-type program that redirects the web request to the printer

A
abroabr, 2018-03-19
@abroabr

If it's fiscal:
This thing should come with a dll called "driver".
The API has documentation.
Often , the driver comes with documentation and examples in different programming languages.
If it is not fiscal,
then a driver goes to it, which allows you to print exactly the same as on a regular printer.
and documentation can also go to it - you can output it directly to the port in a special language (it is simple), for example, the EPL language type, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question