Is there such a thing as a virtual COM port receipt printer?
Posted
by Blorgbeard
on Stack Overflow
See other posts from Stack Overflow
or by Blorgbeard
Published on 2009-04-22T03:02:06Z
Indexed on
2010/04/16
17:33 UTC
Read the original article
Hit count: 446
printing
|virtual-com-port
I'm debugging some code that writes directly to a COM port in order to print receipts on a receipt printer. The printer model is something like an Epsom TM-88.
Instead of printing reams of thermal paper while debugging this code, it would be nice if I could use some kind of virtual printer.
Like PDFCreator or FinePrint, but with a virtual COM port instead of a virtual windows printer.
Does anyone know of such a thing?
Edit: The code sends control characters to get bold text and other formatting. I'd like to see this in the output if possible.
© Stack Overflow or respective owner