Test I2C
This page can be used to access I2C bus. It is divided in two parts:
The part on the right allows scanning the I2C bus to find available
slave devices.
The part on the left allows sending a read or a write command to a
device on the I2C bus.
You should first check if you want a read or a write. Then you have to write
hex data to write to the device in the "Hex data to write" field (if you
checked the "Read" box, the FMod-TCP BOX 2 will use the read after write
I2C feature).
After writing the I2C address (7bits hexa) and the number of bytes to read
(if applicable), click on the "Send" button. The answer is displayed in hex in
the "Data received" field.