Closed M-Elnemr closed 4 years ago
Hi @M-Elnemr Other colleagues had the same question. Then I wrote a wiki with this theme that contain some tips for printer diagnosis and solutions.
Take a look at wiki and count on me to answer the questions.
see you
one good issue history is #44
Socket sock = new Socket(); sock.connect(new InetSocketAddress(PrinterConstants.IP, PrinterConstants.PORT), 1500); oStream = sock.getOutputStream(); EscPos escpos = new EscPos(oStream); escpos.setPrinterCharacterTable(3); escpos.setCharsetName("860"); escpos.writeLF("Some Portuguese special characters: çÇÃãõà"); escpos.feed(5); escpos.cut(EscPos.CutMode.FULL); escpos.close();
this is my code as you mentioned in the documentation but unfortunately it print this part"çÇÃãõà" as Chinese letters idk maybe my printer has a problem
hi @M-Elnemr can you talk about your printer model and brand? Do you have the programming manual? can you send here ?
Hi @M-Elnemr, is your problem solved? are you member of @ralmarri12 team? can I close this issue?
Steps to Reproduce
Evidences