mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
202 stars 86 forks source link

Is't possibile to send directly ESC/P commands like a stream file? #66

Open biapar opened 10 months ago

biapar commented 10 months ago

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) c.Send(buffer);