escpos icon indicating copy to clipboard operation
escpos copied to clipboard

A simple Golang package for handling Epson ESC-POS printer commands. It also provides a simple TM-Intelligent/ePOS-XML server implementation.

Results 10 escpos issues
Sort by recently updated
recently updated
newest added

I am using a Raspberry Pi 4 to print on a TM-T70. Printing works fine now after I added more flush calls to the writers because before it would not...

Hello @kenshaw Could you please provide a list of the supported printers in this code in the read me?!

Hi, I don't understand how to print currency symbols, like `€`, and chars with accent, like `è`. I'm trying this: p.SetLang("it") p.Write("èéà°òçù§£$€") but all I get is scrambled text. Thanks...

add simplifiedChinese charset

Hi, Warning: this pulls your wip-rewrite branch. raster command example. About features, here's the usage ;-) : ``` Usage of image2pos: -a string Alignment (left, center, right) (default "center") -c...

I need this too. https://reference.epson-biz.com/pos/reference/ They seem to have some good drivers. Wondering if you have looked into calling their drivers ?

Hi. I tried to print image but something is wrong, it prints too-many characters. Which image type I must pass to p.Image()?

First of all, thanks for this library. One thing I noticed while using it is that it is quite chatty in that it logs every time it write any bytes...