logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

I2cget - Read I2C Registers | Online Free DevTools by Hexmos

Read I2C registers with I2cget. Inspect device communication and debug embedded systems efficiently. Free online tool, no registration required.

i2cget

Read from an register of an I2C device. See also: i2cdetect, i2cdump, i2cset. Note: All addresses should be specified in hexadecimal. More information: https://manned.org/i2cget.

  • Read from a register of an I2C device:

i2cget {{i2cbus}} {{device_address}} {{register_address}}

  • Read from a register of an I2C device without asking for confirmation:

i2cget -y {{i2cbus}} {{device_address}} {{register_address}}

  • Read from a register of an I2C device using a specific mode:

i2cget {{i2cbus}} {{device_address}} {{register_address}} {{b|w|c|s|i}}

See Also