Epson Epos 打印机语言支持

Epson Epos printer language support

我正在尝试使用 epson epos2 SDK 使用 Epson TM M30 epos 打印机打印日文文本,但失败了。打印的文字有误。

        mPrinter = new Printer(Printer.TM_M30, Printer.MODEL_ANK, getActivity().getApplicationContext());

打印简单的日语文本

        String text = "ダッカ、バングラデシュ";
        mPrinter.addTextLang(Printer.LANG_JA);
        mPrinter.addTextFont(Printer.FONT_B);
        mPrinter.addText(text);

怎样才能得到正确的结果?

根据支持的语言,TM-m30中有详细型号。
多字节字符集只能在支持目标字符集的机型上打印。
如果要打印日文,需要使用日文模型。
接下来,你需要打开汉字字符模式,这可能包含在 addTextLang() 中。

Support Information for Each Model: Japanese

Only Japanese models support the multi-byte Japanese characters.

FS &

Select Kanji character mode

This command can be used only for the Japanese, Simplified Chinese, and Traditional Chinese models.

Thermal line Printer

[Models of the TM-m30]

  • ANK model : Standard model, Bluetooth model
  • Japanese model : Bluetooth model
  • Simplified Chinese model : Standard model
  • Traditional Chinese model : Standard model