I want to write/read a integer/ long integer on a I2C device, but all the routines I have supports only character(single byte) writing/ reading from I2C device. Can anyone help me?
Why don't you chop your integers up into bytes, transmit them, then stick them back together at the other end? Stefan