.NET Compact Framework的 - 条code扫描仪扫描仪、Compact、NET、code

2023-09-03 11:46:25 作者:暖风迷乱。

我有摩托罗拉MC55采用Windows Mobile 6.5船上。这个漂亮的手掌还包含一个嵌入式酒吧,code扫描仪。我的问题是 - 我需要什么特别的.NET CF,以使用酒吧,code扫描仪?我想到的是,酒吧,code读为普通字符串和交付的键盘事件?是否有任何特殊的.NET CF图书馆有必要吗?

I have Motorola MC55 with Windows Mobile 6.5 on-board. This nice palm contains also an embedded bar-code scanner. My question is - Will I need anything special in .NET CF in order to use the bar-code scanner? I would expect that the bar-code are read as normal strings and delivered as keyboard events? Is any special .NET CF library necessary?

感谢您的帮助

多米尼克

推荐答案

这完全取决于你想要达到什么目的。

That entirely depends on what you want to achieve.

手持棒code基于Windows Mobile的扫描仪通常配有一块软件吧code模块的输出转换成按键 - 你可以把它的自动运行文件夹,然后处理文本框输入文本

Handheld barcode scanners based on Windows Mobile usually come with a piece of software that translates barcode module output to keystrokes -- you can put it in the autorun folder and then handle text input in your textbox.

另外,通常有一个包含库,使用它可以直接挂钩的扫描仪和所有的附加信息(的吧code型,二进制数据等)的SDK。

Alternatively, there's usually an SDK that contains libraries with which you can hook the scanner directly and have all the additional information (type of the barcode, binary data etc).

我们使用MC9090在这里,我们去了SDK的方式。工程就像一个魅力。该SDK才可下载here.如果该链接不工作(我不得不裁剪),转到seach形成并搜索SDK。

We use MC9090 here, and we went the SDK way. Works like a charm. The SDK can be dowloaded here. If the link doesn't work (I had to crop it), go to the seach form and search for "SDK".