【问题标题】:How to print Bar code 39 on star tsp future PRNT如何在star tsp future PRNT上打印条形码39
【发布时间】:2014-11-10 06:18:22
【问题描述】:

您好,我正在研究 Star TSP100 futurePRNT,有一个打印数据的示例示例,工作正常。他们使用代码“\x1b\x1d\x61\x1”来对齐到中心。需要知道它是哪种编码?以及如何打印Code - 39条码使用代码?

【问题讨论】:

    标签: code39


    【解决方案1】:

    这是一个由下面的文件指定的十六进制代码。

    作为一个例子,我将解构这个命令:

    1B = Ascii Escape Character. This denotes the beginning of the command.
    1D = Ascii Group Separator Character. This is part of the command.
    61 = Ascii numeral '1'. This is part of the command.
    1  = Value. This is the only parameter of the command.
    

    参考链接规范,1B 1D 61 a是指定位置对齐的命令。 a 是参数。此命令专门设置中心水平对齐(第 3-32 页)。

    可以在第 3-43 页到第 3-46 页上找到指定条形码的命令。它遵循类似的格式,会有一个代码指定任务,然后是一些可变参数来选择正确的格式,最后你会发送你的数据。

    最新线路模式规范:http://www.starasia.com/%5CDownload%5CManual%5Cstarline_cm_en.pdf

    【讨论】:

      猜你喜欢
      • 2018-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-04-13
      • 1970-01-01
      相关资源
      最近更新 更多