I have an android application that is connected to a USB hub which has a FDTI chip which is connected to an I2C. I want to communicate with the I2C (read/write) and I have the address of the I2C.
I am using the d2xx library and have my FT_Device but the 'write' functions for an FT_Device do not include one for writing to a specific address. Does anyone know how i can write and read to a specific I2C address? (I am new to USB communication so sorry if this is a basic question)