Part Number: USB2ANY
Tool/software:
Dear Texas,
We are facing issues in sending bulk amount of i2c data nearly 256 bytes at a time.
Upto sending 50 bytes at a time is not giving any issues, when we try to send more of it throws error as errno : -30, Too much data.
Is there any solution to send more than 50 bytes (256 expected) at a time.
API name : USB2ANY_SDK_API int __stdcall u2aI2C_RawWrite(U2A_HANDLE handle, UInt16 I2C_Address, Byte nBytes, Byte Data[]);