ThermalDotNet
ThermalDotNet copied to clipboard
do you have a tutorial for the usage?
great to know there's a dot net 3.5 support such as older one is better (safer memory consumption).
but i wonder, Do you have the tutorial steps...? for instance connecting first, then secondly setup the document, then thirdly adjusting the fonts,.... lastly print it directly!
is it available?
Regards,
Hi, thanks for your interest but I have no longer time nor motivation to maintain this library.
However, the test app shows the available features and the init sequence : https://github.com/yukimizake/ThermalDotNet/blob/master/ThermalPrinterTestApp/Main.cs
The trickiest thing is to identify the serial port where your thermal printer is attached to. On Windows it should be a COM port (such as "COM3", you can find the port number in the device manager), on macOS / Linux it should be a usb serial device such as /dev/ttyUSB0 or so. (Type ls /dev/ in a terminal to guess).
Anyway, the ESC-POS is a well-established protocol, and this rather old lib should work fine with newer printers. :)
Cheers