Tres Finocchiaro於 2016年8月8日星期一 UTC+8下午11時16分22秒寫道:
> The T82II supports 18 international characters sets, usually selected using the ESC t command.
>
> ESC t - Select character code table
>
> In addition, there are several commands supported on the TM printers line in regards to the Kanji characters:FS ! - Select print mode(s) for Kanji characters
> FS & - Select Kanji character mode
> FS 2 - Define user-defined Kanji characters
> From research, Traditional Chinese is generally referred to as "cp938", "cp948", "Big5" or "cp950". I cannot find a reference to any of these specifically in the programming guide, so I would recommend doing the following:
> Attempt to locate an ESCP/POS programming guide specific to your printer. Epson support site should offer this.If you cannot locate the proper ESC t command sequence, contact Epson support, they will offer the proper commands.
> In the mean time, if you provide some sample text, we will attempt to print it on our Epson, which is a slightly different model.
>
> Best regards,
>
>
>
>
> -
Tres.Fin...@gmail.com
>
>
> On Mon, Aug 8, 2016 at 4:49 AM, <
steph...@gmail.com> wrote:
> Dear
>
>
>
> I am using EPSON T82II printer and qz print, when I try to print simplified chinese, odd character came out, any things else I can do for raw printing
>
>
>
> version of qz = 2.0
>
>
>
> --
>
> You received this message because you are subscribed to the Google Groups "qz-print" group.
>
> To unsubscribe from this group and stop receiving emails from it, send an email to
qz-print+u...@googlegroups.com.
Not working with my following command
var printData2 = ['\x1B' + '\x40', // init
'\x1B' + '\x74' + '\x02', //Esc t
'123456789','\n',
'123456789','\n',
'123456789','\n',
'123456789','\n',
'打印简体字','\n',
'选择国际字符集','\n',];