Question

I am writing a sample program to send raw data to ESC/POS printers (not a specific but printers supporting esc/pos in general) using C# .net.

ESC/POS Command Reference: https://reference.epson-biz.com/modules/ref_escpos/index.php?content_id=2

So, as you can I am using that above guide to send raw data. But, I do not have a physical printer available while I am coding. So, I am looking for a temporary solution for basic testing.

Are there any virtual printer drivers available where I can send the raw data from my application to and see how it looks? For example: you can install virtual pdf printers etc. But, I need one that can parse the esc\pos and output in either *.pdf or any images or text formats.

Était-ce utile?

La solution

I'm not sure if this is still applicable for you, but I've found this solution:

https://www.colorpilot.com/emfprinterpilot.html

I hope that's something you were looking for.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top