MC55条码应用
MC55条码应用
请原谅我对此的无知,因为我一天前才遇到这个要求,而我的编程知识是C和Unix。
我想为 MC55 编写一个扫描条形码的应用程序,然后用户可以在屏幕上的两个框中输入与条形码相关的信息。然后该信息被下载到 Unix 机器上的数据库中。
那么我需要什么工具呢?
大概 Visual Studio 2008 和我可以看到各种插件、Motorola EMDK for .NET v2.0 和 Windows Mobile 6.5 开发人员工具包。
任何帮助将不胜感激,特别是如果它给我一些逐步说明。
再次为我的无知道歉。
阿德里安
MC55 Barcode Application
Please excuse my ignorance on this as I only came across this requirement a day ago and my programming knowledge is C and Unix.
I want to write an application for the MC55 that scans a barcode, the user can then enter information associated with the barcode on two boxes on the screen. This information is then downloaded to a database on a Unix machine.
So what tools do I need?
Presumably Visual Studio 2008 and I can see various plugins, the Motorola EMDK for .NET v2.0, and the Windows Mobile 6.5 Developer Tool Kit.
Any help would be appreciated especially if it gives me some step by step instructions.
Again apologies for my ignorance.
Adrian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你完全走在正确的道路上。第一步是选择您的 EMDK。例如,选择 .NET EMDK 决定您将需要 Visual Studio 并根据 .NET Compact Framework 编写代码。
EMDK 包包含许多有用的示例应用程序,可帮助您了解如何利用 MC55 的功能。
You're exactly on the right path. The first step is to choose your EMDK. For example, choosing the .NET EMDK determines that you will need Visual Studio and will be writing your code against the .NET Compact Framework.
The EMDK package includes many useful sample applications that will help you to see how to leverage the capabilities of the MC55.