Hi,
I'm trying to use the Windows Remote Arduino code with I2C devices on a sensor shield. The issue I have is the I2C write function. Its parameters are address and string data. So address I take to be my slave address. The data should be a target register and the value to be written. If this is correct, what format is the data string in? ie there must be a separator between register and value??
I can correctly read Who-Am-I values from the devices, but without a value write function I can't configure the devices.
Any one got Windows Remote Arduino I2C working?
Cheers
Paul