Print Unicode Characters to POS printer
问题 I'm trying to print my language characters to a POS printer. The Printer prints well but the result's so bad. This is what I tried: using (MemoryStream ms = new MemoryStream()) using (BinaryWriter bw = new BinaryWriter(ms)) { bw.Write(AsciiControlChars.Escape); bw.Write('@'); //ESCCMD.RenderBitmap(bw, logo); bw.Write("Đây là Tiếng Việt"); bw.Write(AsciiControlChars.Escape); bw.Write('d'); bw.Write((byte)3); // Feed 3 vertical motion units and cut the paper with a 1 point uncut bw.Write