problem about logo printing #232
Replies: 2 comments 2 replies
-
Most of the time when images do not print properly, it's because the printer you're using doesn't fully support the latest ESC/POS image standard. If you're using a non-epson printer, try using the legacy image print instead. If you haven't yet run the console test app included in this project, I would recommend running it. It will let you test your printer with known-good code to make sure your printer and drivers are set up properly. There are both image printing modes included in the program. Another note - if you are using WriteAsync, you need to also await it. In C# it's standard to end methods with Async to indicate they must be awaited. |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your feedback after test with (ESCPOS_NET.ConsoleTest) I have the last concern Thanks for your help |
Beta Was this translation helpful? Give feedback.
-
can you help me
please watch photo
https://i.stack.imgur.com/ZE8NS.jpg
everything's good just i have a problem about logo printing
is the code correct?
`var ff = new EPSON();
`
Beta Was this translation helpful? Give feedback.
All reactions