esc_pos_printer icon indicating copy to clipboard operation
esc_pos_printer copied to clipboard

Line spacing using the ESC 3 <n> command

Open tranvantri170399 opened this issue 1 year ago • 0 comments

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)

tranvantri170399 avatar May 22 '23 04:05 tranvantri170399