@Nagendra-yedem I'm afraid the commands of Onion I2C Python Module are not able to interpret a 2 byte / 16 bit wide register address. In these command readBytes(devAddr, addr, size), writeByte(devAddr, addr, value), writeBytes(devAddr, addr, values) 'addr' can be only 1 byte.