简体   繁体   English

从手持设备(CE5 /紧凑型框架)设计和打印条形码标签到斑马移动打印机的最佳方法

[英]best way for design and print barcode label from handheld (ce5/compact framework) to zebra mobile printer

What i want is 我想要的是
Design a label layout(barcode on it). 设计标签布局(上面有条形码)。
Scan the information by handheld and print the label directly from mobile printer linked with bluetooth. 用手持设备扫描信息,然后直接从与蓝牙链接的移动打印机上打印标签。
want to know : 想知道
best way to implement this? 最好的方法来实现这一点? see my preferences list below 请参阅下面的我的偏好列表
1) free of charge 1)免费
2) the API should have 2D barcode support 2)API应该具有2D条码支持
3) label layout can be designed by Drag-and-drop. 3)可以通过拖放来设计标签布局。 The best is a visual studio control. 最好的是视觉工作室控件。 so we do not need too much coding. 因此我们不需要太多的编码。
Hope someone has experience can share some to me, what cotrol? 希望有人有经验可以和我分享一些东西,什么汽油? what liberary? 什么自由? Must use zebra specific printing language? 必须使用斑马特定的打印语言吗?
Kindly show a technique chain of the best(easy, free). 请展示出最佳(轻松,免费)的技术链。 Thank you all. 谢谢你们。

You should try and go with the Zebra SDK (for windows ce too). 您应该尝试并使用Zebra SDK(也适用于Windows ce)。 I assume there is no drag and drop GUI designer tool. 我假设没有拖放式GUI设计器工具。 But you may examine the code generated by a label designer application printing to a zebra printer using file: as output port. 但是您可以检查由标签设计器应用程序使用file:作为输出端口打印到斑马打印机的代码。

Zebra provides good SDKs, samples and support. Zebra提供了良好的SDK,示例和支持。 For example to print a QR code: 例如,打印二维码:

^XA^FO100,100^BQN,2,10^FDYourTextHere^FS^XZ ^ ^ XA ^ FO100,100 BQN,2,10 ^ ^ FDYourTextHere FS ^ XZ

You see, it is more or less readable where to replace text to get another QR barcode. 您会看到,在何处替换文本或多或少都容易理解,以获取另一个QR条码。

see also https://km.zebra.com/kb/index?page=content&channel=SAMPLE_CODE 另请参见https://km.zebra.com/kb/index?page=content&channel=SAMPLE_CODE

You may need to study the ZPL programmers guide and then you can start to print your own mind-designed labels. 您可能需要学习ZPL程序员指南,然后才能开始打印自己的思维设计标签。 Printing meeans to send ZPL code lines directly to the printer. 打印方式是将ZPL代码行直接发送到打印机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM