anastaciocintra / escpos-coffee

Java library for ESC/POS printer
https://anastaciocintra.github.io/escpos-coffee
MIT License
280 stars 74 forks source link

Reset prints "00" on TM88II #86

Open Chase22 opened 1 year ago

Chase22 commented 1 year ago

I have a TM88II working with the library, everything works well but when i send a reset to the printer it will print 00 to the page (see picture below), this might be due to some setting not being supported by the TM88. I couldn't figure out yet which one.

image

anastaciocintra commented 1 year ago

hi @Chase22 , can you send one generic "piece of code" that yield this bug? I'll run in my printer, ok?

Chase22 commented 5 months ago

I looked around a bit more since picking up my printer again. It is definetly a problem with the Style being set.

If i comment out the part where fontname is being set put into the config bytes that 00 disappear. I'll do some more digging and maybe contribute a fix once i figured out if setting a different font is entirely not supported by this model of if it just needs to be set differently

renanzdm commented 2 weeks ago

The library author is not accepting pull requests?