NielsLeenheer / ReceiptPrinterEncoder

Create a set of commands that can be send to any receipt printer that supports ESC/POS, StarLine or StarPRNT
MIT License
183 stars 17 forks source link

Encoder feed #37

Closed palagonKevo closed 1 month ago

palagonKevo commented 1 month ago

I've been using the previous version of this project, and after I update to this one I've been using some ESC/POS commands in order to open the cashier box, and so on.

For this purpose I send just a pulse and should work as long as the printer is connected to the cashier box, the problem is that after the update, every time I send encoder.pulse().encode() the printer keeps outputting some feed like there was something in the config that makes it do that.

What should I do in this case?

NielsLeenheer commented 1 month ago

This is fixed in the next release (See #34)

palagonKevo commented 1 month ago

Oh, I did see that post. I'll wait until the next release then. Thanks