用Alphasign Python编写Alpha电子标志



我试图编程一个alpha符号- 215r -使用alphasign python api [alphasign] (https://alphasign.readthedocs.org/en/latest/index.html)。我下载了python 2.7、pyusb、pyserial和libusb。我使用libusb获得了标识的vid和pid,并将其添加到devices.py文件中。然而,当我运行示例python代码[在这里](https://alphasign.readthedocs.org/en/latest/index.html)时,我仍然得到一个错误,说它无法找到vid和pid为8765:1234的设备(示例数字)。现在,当我打开文件(代码是从上面的链接复制和粘贴的)时,它崩溃了IDLE(完全关闭). ...当我从bash中运行这个文件时,它说core dump。请建议! !

我在Mac (mtn lion)上遇到了类似的问题:当我运行示例应用程序时,我得到了一个段错误11。sign.connect()调用导致alphasign库崩溃。

将其更改为sign.connect(reset=False),效果良好。

仅供参考:段故障发生在低级USB驱动程序libusb中,而不是在python代码中。

相关内容

  • 没有找到相关文章

最新更新