Skip to content

ESC/POS Thermal Printer Library

Compare
Choose a tag to compare
@DantSu DantSu released this 27 May 13:37
· 104 commits to master since this release

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 and text
  • Adding printFormattedTextAndCut() to auto cut paper at the end of printing

Bug fix

  • Fix bug Attempt to read from null array