andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

Line spacing using the ESC 3 <n> command #175

Open tranvantri170399 opened 1 year ago

tranvantri170399 commented 1 year ago

Can't use Line spacing using the ESC 3 command for model printer EPSON TM-L90

const cLineSpacing = '${esc}3\x28'; printer.rawBytes(cLineSpacing.codeUnits) printer.text(config.text)