【问题标题】:Epson Epos printer language supportEpson Epos 打印机语言支持
【发布时间】:2020-11-15 22:14:27
【问题描述】:

我正在尝试使用 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);

我怎样才能获得正确的结果?

【问题讨论】:

    标签: android printers epson pos epos


    【解决方案1】:

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

    Support Information for Each Model: Japanese

    只有日文机型支持多字节日文字符。

    FS &

    选择汉字模式

    此命令仅适用于日文、简体中文和繁体中文机型。

    Thermal line Printer

    [TM-m30的型号]

    • ANK 型号:标准型号、蓝牙型号
    • 日本型号:蓝牙型号
    • 简体中文模式:标准模式
    • 繁体中文模式:标准模式

    【讨论】:

      猜你喜欢
      • 2018-04-23
      • 2015-08-09
      • 1970-01-01
      • 2014-05-11
      • 1970-01-01
      • 2016-12-01
      • 2015-04-04
      • 2012-11-09
      • 1970-01-01
      相关资源
      最近更新 更多