Releases: DantSu/ESCPOS-ThermalPrinter-Android
ESC/POS Thermal Printer Library
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Fix issue #70
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Several bug fix
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Adding setting for feed paper.
- Fix paper cut command
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Enhance USB compatibility
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Adding bluetooth connection default UUID
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
⚠USB permission change⚠
If you use USB printer, you have to add in your AndroidMenifest.xml.
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
⚠Some method are renamed.⚠
- Refactor for asynchronous print
- Example refactored with asynchronous print
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
ESC/POS Thermal Printer Library
Useful library to help Android developpers to print with ESC/POS (Bluetooth, TCP, USB) thermal printer.
- Adding charset encoding