382 Appendix A Command Reference
Example 1 This command writes the first 8 bytes of EDID to the EPROM.
Note: Always confirm that you can successfully read an address (using the I2CR? query)
before writing to that address.
i2cw eprom a0 0 8 00FFFFFFFFFFFF00
Example 2 This command reads the EDID from a specified address.
i2cr? eprom a0 0 80
Example 3 This command writes DDC2Bi data.
i2cw ddcci 6E 51 81 B10F
Example 4 This commands reads the DDC2Bi data.
i2cr? ddcci 6F 5
Related commands EDID?, I2CR?