【问题标题】:How to implement OCR reader using C# for ChatsWorth ACP 100 reader如何使用 C# 为 ChatsWorth ACP 100 阅读器实现 OCR 阅读器
【发布时间】:2020-02-21 18:08:50
【问题描述】:

我想使用价值ACP 100 读者的聊天来阅读记分卡。我试图用 C# 实现一个应用程序来通过串口访问阅读器。但仍然找不到合适的方法来做到这一点。你能指导我实现这个吗?

教程或源示例将不胜感激。

谢谢,

【问题讨论】:

    标签: c# image-processing ocr


    【解决方案1】:

    读取端口,如下所示: What is the correct way to read a serial port using .NET framework?

    抛出 XonXoff 握手,因为阅读器看起来像是在使用它。

    port.Handshake = Handshake.XOnXOff;
    

    看看它吐出什么样的数据,然后看看能不能解码。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-02-14
      • 1970-01-01
      • 1970-01-01
      • 2012-09-19
      • 1970-01-01
      • 1970-01-01
      • 2021-07-19
      相关资源
      最近更新 更多