What I2C message is actually being transmitted when I execute a read statement?
I am assuming that r indicates read, 30 is the device I2C address and 23 is the register location.
The "transmit window" shows many more bytes being sent.
Can you elaborate so that I can send similar messages from my CPU firmware code?