Device: Connect ME 9210, NET+OS 7.4
Tried using I2C_HOST_WRITE_THEN_READ, but as the call suggests, this writes, then reads. What I need, is a method to write, then write.
The chip I am trying to communicate with is a MCP23017, please see the attached image1.jpg to see the desired transmission, and the actual output (from I2C_HOST_WRITE_THEN_READ).
Thanks.