ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
⚠Breaking change ! Update need to change code in your main project.⚠
Enhancement
- Adding
EscPosConnectionException
for a better management of connection states - Adding
EscPosParserException
for a better understanding of text formatting errors - Adding
EscPosEncodingException
for text encoding errors - Adding
EscPosBarcodeException
for barcode errors - Adding barcode 128
- Adding barcode attributes
width
andtext
- Adding
printFormattedTextAndCut()
to auto cut paper at the end of printing
Bug fix
- Fix bug
Attempt to read from null array