I've been trying to research some ZXing.net examples for barcode scanning and all that I have come up with so far is examples that scan the barcode from an image. Is ZXing.net capable of interpreting the scan from any generic (non-image based) barcode scanner? Are there any examples out there that I just haven't found yet?
1 回答
1
ZXing 是一个图像处理库。它不是为处理硬件扫描仪而构建的。
如果您正在寻找使用硬件条形码扫描仪,您应该尝试获取它的驱动程序。
在 .NET 中使用条形码扫描仪方面,我在寻找具有可用OPOS(零售 POS 的 OLE)驱动程序并使用Microsoft 的 .NET 服务点的扫描仪方面取得了很大成功。
OPOS 驱动程序与硬件对话,Microsoft POS 允许您的应用程序与 OPOS 驱动程序对话。这不仅限于条形码扫描仪,还允许您与 .NET 中的磁条阅读器和其他销售点设备对话。
于 2018-02-09T23:40:57.193 回答