I2C Bus Analyzer

Is it possible to use a Panda II board to monitor data on an I2C bus? The code examples that I’ve seen show how to write or read data to/from a specific register. I would like to capture the data that goes across the I2C bus in a Philip tv without disturbing the bus in anyway.

Possible make a slave drivers in RLP but not bus analyzer

I’m sure you can use the PinCapture class to capture the data on the clock and data pins. Then you have to recombine them and try to decode it… Might not be easy, but should be possible…