本文介绍了我怎样才能从我的条形码阅读器读取条形码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我只有一个条形码阅读器:
如何使用C#从此小工具中读取数据?
条形码扫描条形码时,相应的信息将被打字,就像它是一个键盘输入。您只需要编写软件来处理输入信息作为正常的关键数据。
i just got a bar code reader :Barcode Reader
how can i read the data from this gadget with C# ?
解决方案
Typically, barcode readers work as a standard keyboard.
When you scan a barcode, the appropriate information will be "typed" just as if it were a keyboard entry. You just need to author your software to handle the entry information as normal key data.
这篇关于我怎样才能从我的条形码阅读器读取条形码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!