Click here to Skip to main content
15,895,964 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm working on c#.net application that already use serial port to print ticket with text and a little image as logo by thermal printer.

Now i need to migrate the implementation to allow application to print through Parallel Port because the hardware is changed...

For serial port (COM1...COMN) i used ESC/POS command..

is it possible continue to use ESC/POS and redirect the print to parrallel?..


exist documentation?..

i found many doc to print text only .
what i have to do to print image?

thanks
Posted

1 solution

If you are on Windows OS then just get the driver for your printer, which will save you having to write the ESC codes yourself.

In the case of a parallel port there are parallel-to-serial converters for the cables.
 
Share this answer
 

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