andrey-ushakov / esc_pos_utils

Basic Flutter/Dart classes for ESC/POS printing
BSD 3-Clause "New" or "Revised" License
147 stars 329 forks source link

Verify if printer is out of paper #43

Open Noninus opened 3 years ago

Noninus commented 3 years ago

How i can verify if my printer is out of paper?

I tested and i get "Success" PosPrintResult message when the printer is out of paper and after i put new paper it starts printing all my past requests.

I'm using EPSON TM-T20X printer and other stuffs are working fine.

david-qios commented 2 years ago

Hi. Have you found a workaround on this? Would appreciate the help!

EwertonDutra commented 6 months ago

Hello, Is the alignment working for you?

bytes += generator.text('Total R\$ ${pedido['total_price']}', styles: PosStyles(align: PosAlign.right));

All stay in center 😢

Mine doesn't work I am using an Epson TM T20X printer

The accents I am using

final profile = await CapabilityProfile.load(name: 'TM-T88V');

and it's working