简体   繁体   English

摩托罗拉MC3100的扫描楔/数据楔

[英]Scanwedge/Datawedge for Motorola MC3100

Recently I've received a Motorola MC3100 series device as part of development. 最近,作为开发的一部分,我收到了Motorola MC3100系列设备。 One of my requirement was to scan barcodes. 我的要求之一是扫描条形码。 In search of APIs, I came across ScanWedge and DataWedge. 为了寻找API,我遇到了ScanWedge和DataWedge。 I have few questions in mind, gald if someone can clear it. 我心里有几个问题,如果有人可以清除,那就很高兴。

  1. What is the difference between Scanwedge and Datawedge? Scanwedge和Datawedge有什么区别? Which one is better for scanning? 哪个更适合扫描?
  2. I couldnt find any download link for Scanwedge/Datawedge. 我找不到Scanwedge / Datawedge的任何下载链接。 Is that free to download? 可以免费下载吗?

I could only find few reference online. 我只能在网上找到一些参考资料。

Any help will be appreciated. 任何帮助将不胜感激。

Thanks :) 谢谢 :)

ScanWedge and DataWedge are the same with different names. ScanWedge和DataWedge的名称相同,但相同。 I am not sure, but it may be that one is for mobile and the other for CE. 我不确定,但可能是一个用于移动设备,另一个用于CE。 Or one name was created by motorola and the other by symbol. 或一个名称是由Motorola创建的,另一个是由符号创建的。

If you want to have full control over when and where scanning in your application is possible, you have to use one of the Motorola SDKs (MDKs). 如果要完全控制何时可以在何处扫描应用程序,则必须使用Motorola SDK(MDK)之一。

If the device is running Windows CE you need the platform SDK and an EMDK (http://support.symbol.com/support/searchEntry.do?languages=&rwTarget=%2FrfPlayerWidget.do&searchMode=GuidedSearch&searchString=sdk&productLine=SG_MOBILECOMPUTERS_1_1&product=SG_MC3100_1_2&document=DT_SOFTWARE_1_1&cmd=search&productFamily=&contextType=gs). 如果设备运行Windows CE,则需要平台SDK和EMDK(http://support.symbol.com/support/searchEntry.do?languages=&rwTarget=%2FrfPlayerWidget.do&searchMode=GuidedSearch&searchString=sdk&productLine=SG_MOBILECOMPUTERS_1_1&product=SG_MC_100_1&文档= search&productFamily =&contextType = gs)。

EMDK provide the API for the Barcode Scanner and other Motorola related features. EMDK为条形码扫描器和其他与Motorola相关的功能提供API。 There are EMDKs for .Net, C and Java. 有用于.Net,C和Java的EMDK。

The platform SDK provides the CE platform files as built for the MC3100 CE operating system. 平台SDK提供了为MC3100 CE操作系统构建的CE平台文件。 In contrast to Windows Mobile, Windows CE devices are totally free in OS design and so the OEM should provide a platform SDK to enable developers to do programming against this platform. 与Windows Mobile相比,Windows CE设备在操作系统设计上是完全免费的,因此OEM应该提供平台SDK,以使开发人员可以针对该平台进行编程。

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

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