i2cset/get on Device Address Over 0x77
by Hazardsneon from LinuxQuestions.org on (#53QEE)
I'm working with a SBC running Linux. I am trying to get and set a device with an address of 0x7C but the standard limit is 0x77. I am able to run the following and the device shows up:
Code:i2cdetect -y -a 0 0x03 0x7DHowever, the "-a" and [first last] parameters are not valid for i2cget or i2cset and limit me to addresses of 0x03 to 0x77.
Is there a way to increase that limit address or override the limit like I can with i2cdetect?
If it matters this is using i2cset version 3.1.1 on GenToo


Code:i2cdetect -y -a 0 0x03 0x7DHowever, the "-a" and [first last] parameters are not valid for i2cget or i2cset and limit me to addresses of 0x03 to 0x77.
Is there a way to increase that limit address or override the limit like I can with i2cdetect?
If it matters this is using i2cset version 3.1.1 on GenToo