Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Experts,
Recently I got a task to print message from pc to videojet 1510 printer. Somewhere I got the document of selecting message & printing command of videojet printer. for ex:
<STX>MTest<ETX><STX>UA<LF>MANISH<ETX>

where M = selecting message, Test= Message name(already created in printer),
U= update variable, A=variable

I created C# application and print using above command.

Now, there is another printer Domino A 200 plus. I search a lot but haven't find the printing command for this printer.

I need your help to find me the document, so that I can be able to print from my c# application.

What I have tried:

I search a lot but unable to find the related document.
Posted
Updated 8-Oct-18 22:44pm
Comments
Kornfeld Eliyahu Peter 9-Apr-18 16:42pm    
Why not to use printer API methods and let the driver convert them for you?

1 solution

Quote:
Now, there is another printer Domino A 200 plus. I search a lot but haven't find the printing command for this printer.
I need your help to find me the document, so that I can be able to print from my c# application.

There is only 1 place to go: Metrix Inspira.
Quote:
I search a lot but unable to find the related document.

Ask their support service.
They will be happy to provide you necessary information, because your app means printers sells.

Nota: chances are that what commands that works with 1 model, also work with the full range of printers from the company.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900