You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this would be fantastic! I have an Xprinter that supports ESCPOS, but does not have the "Buzzer" like an Epson printer might, or at least does not understand the command FS ( A pL pH fn m. The print works, it just prints AOC at the start of every receipt. Using sii removes that issue, but barcodes no longer work.
I can work around this with string manipulation, but it would be nice to have more control for some of the generic brand printers that are ESCPOS compatible.
I would like to use my own
open()
for a ESC/POS printer that I work with.However, all implementations live in a closure and there is no way to extend or provide an override.
I would expect at least something simple as:
The text was updated successfully, but these errors were encountered: