i am creating a txt file with billing info. i use cmd command and redirect to local/network printer.
The document is printed but the printer ignores the esc/pos command for
emphasised mode
paper cut
the above control commands don't work.
the printer is epson tmu220
any help ?
The document is printed but the printer ignores the esc/pos command for
emphasised mode
B4X:
bp.WriteLine(Chr(27) & Chr(29) & "I" & Chr(8) & Utils.CalignText(Main.cHotelName,40) & Chr(27) & Chr(29) & "I" & Chr(0))
'bp is the file object
paper cut
B4X:
bp.WriteLine(Chr(27) & Chr(29) & "V" & Chr(65) & Chr(1)) '; ←Feed paper And cut
bp.Close
the above control commands don't work.
the printer is epson tmu220
any help ?