我想使用python库使用FT232H设备,最后我使用了devttys0的mpsse库。
https://github.com/devttys0/libmpsse
我按照说明成功安装。但我不断收到以下错误:
Traceback (most recent call last):
File "gpio.py", line 7, in <module>
io = MPSSE(GPIO)
File "/Users/tabishimran/code/devttys0-mpsse/src/mpsse.py", line 70, in __init__
raise Exception, self.ErrorString()
Exception: device not found
说明说从源代码安装libftdi。所以我下载了库并从源代码安装了它。但我仍然看到同样的错误。 系统信息工具能够检测连接到USB的设备。它输出:
Product ID: 0x6014
Vendor ID: 0x0403 (Future Technology Devices International Limited)
Version: 9.00
Speed: Up to 480 Mb/sec
Manufacturer: FTDI
Location ID: 0x14100000 / 2
Current Available (mA): 1000
Current Required (mA): 500
Extra Operating Current (mA): 0
但是我无法与设备通信。任何帮助将不胜感激!