同步 FIFO 的 FTDI 低级命令文档
Documentation for FTDI low level commands for Synchronous FIFO
我希望在 RaspberryPi 上 python 的定制板上使用 FT232H 的同步 FIFO 接口。我会直接使用 PyFTDI, but PyFTDI doesn't implement the Sync FIFO interface mode. The constant for the Sync FIFO mode is defined in PyFTDI but never used. I plan on accessing Sync FIFO by using PyUSB 和 PyFTDI 作为参考。然而,由于 PyFTDI 从未使用过同步 FIFO 模式,我不知道 USB 端点上的模式使用了哪些 FTDI 命令。我从 FTDI 找到的文档告诉我们如何使用专有库,而不是实际发送到芯片的低级命令结构。我做了一些搜索,但是FTDI提供了很多文档,这有点信息过载。
有谁知道包含发送到 FTDI USB 端点的低级命令代码和参数的文档在哪里?我假设 PyFTDI 的作者引用了除了电线嗅探之外的东西。
According to their knowledge base FTDI 在某些情况下根据 NDA 提供 API 文档。
In some circumstances, it may be desirable to develop a custom driver for an exotic operating system or an embedded system. In these circumstances, an API document may be obtained from FTDI under NDA to allow driver development for FTDI devices. To request a copy of the API document, please contact FTDI Support support1@ftdichip.com.
我希望在 RaspberryPi 上 python 的定制板上使用 FT232H 的同步 FIFO 接口。我会直接使用 PyFTDI, but PyFTDI doesn't implement the Sync FIFO interface mode. The constant for the Sync FIFO mode is defined in PyFTDI but never used. I plan on accessing Sync FIFO by using PyUSB 和 PyFTDI 作为参考。然而,由于 PyFTDI 从未使用过同步 FIFO 模式,我不知道 USB 端点上的模式使用了哪些 FTDI 命令。我从 FTDI 找到的文档告诉我们如何使用专有库,而不是实际发送到芯片的低级命令结构。我做了一些搜索,但是FTDI提供了很多文档,这有点信息过载。
有谁知道包含发送到 FTDI USB 端点的低级命令代码和参数的文档在哪里?我假设 PyFTDI 的作者引用了除了电线嗅探之外的东西。
According to their knowledge base FTDI 在某些情况下根据 NDA 提供 API 文档。
In some circumstances, it may be desirable to develop a custom driver for an exotic operating system or an embedded system. In these circumstances, an API document may be obtained from FTDI under NDA to allow driver development for FTDI devices. To request a copy of the API document, please contact FTDI Support support1@ftdichip.com.