ESC-POS-USB-NET icon indicating copy to clipboard operation
ESC-POS-USB-NET copied to clipboard

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.

Results 58 ESC-POS-USB-NET issues
Sort by recently updated
recently updated
newest added

Hey ! Anyone know how to print special caractere like €, é, à.... Thanks

Hello @mtmsuhail , is there any way to get the status of the paper and printer online using the library? Thanks!

How I can draw text in two or more columns like a table?

Hi.. How do I use this library for MVC web? If I run it in the source code it can work, but if I run it from the client browser...

Is't possibile to send directly ESC/P commands like a stream file? For example: `string str = "{PC04;0465,0270,05,05,J,00,B=" + (char)176 + " " + price + "|}"; byte[] buffer = System.Text.Encoding.BigEndianUnicode.GetBytes(str)...

hello dude, i want check if the printer is connected/online, this is possible before send to print ?

Got System.DllNotFoundException: 'winspool.Drv' when trying to print from my .net maui Android. Printing from Windows Machine is working fine though. Can somebody help? Thanks.

I added this package to a .Net Maui project and it works great when I run it on a Windows device emulator. When I try to run it on an...

The source code I use: ``` Printer printer = new Printer("Brightek WH-POS80"); Bitmap image = new Bitmap(Bitmap.FromFile(System.IO.Path.GetFullPath(RECEIPTHEADERPROP.HEADERLOGOPATH))); printer.Image(image); printer.Separator(); printer.Append("NORMAL - 48 COLUMNS"); printer.Append("1...5...10...15...20...25...30...35...40...45.48"); printer.Separator(); printer.Append("Text Normal"); printer.BoldMode("Bold Text"); printer.UnderlineMode("Underlined...

It does not print an image, an error occurs and a completely wrong impression comes out.