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

I wanna to suggest a implementation #71

Open oatgh2 opened 4 months ago

oatgh2 commented 4 months ago

I suggest a way to get value into buffer. I cloned the project and implemented this image

Why do I do this? Because I want to send the buffer over the Internet to a TCP socket.

I know it's not the best way to do this, the best way is an implementation inside the Printer class. But I don't want to be too invasive to the project, so I'll leave it to you to implement it if you want.