请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
器件型号:USB-TO-GPIO
我有一个器件通过 USB 连接到 GPIO 接口适配器。 我正在编写一个 C 程序、该程序使用 i2cWrite 和 i2cRead 与器件通信。 我可以成功写入器件、但只能读取器件响应的前60个字节。 如果我尝试使用 i2cRead 函数重新发出读取命令、我仍然只接收器件响应的前60个字节。 如何通过 I2C 继续读取器件的缓冲器?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
器件型号:USB-TO-GPIO
我有一个器件通过 USB 连接到 GPIO 接口适配器。 我正在编写一个 C 程序、该程序使用 i2cWrite 和 i2cRead 与器件通信。 我可以成功写入器件、但只能读取器件响应的前60个字节。 如果我尝试使用 i2cRead 函数重新发出读取命令、我仍然只接收器件响应的前60个字节。 如何通过 I2C 继续读取器件的缓冲器?