Tool/software:
Hi team,
Is it feasible that I read/write I2C with USB2ANY without the specific device GUI? Do we have something like I2C master to read/write I2C?
The TI device is a new device and the BU haven't finish the GUI design.
Regards,
Peter
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.
Tool/software:
Hi team,
Is it feasible that I read/write I2C with USB2ANY without the specific device GUI? Do we have something like I2C master to read/write I2C?
The TI device is a new device and the BU haven't finish the GUI design.
Regards,
Peter
The USB2ANY DLL exposes a number of APIs which can be utilized from any program that can link C++ DLLs, such as python.
Deep Dive on I2C transactions in USB2ANY:
[FAQ] USB2ANY: Multibyte I2C Transactions
Post showing the basics of USB2ANY setup and utilization from python:
LMX2594EVM: Serial control through python