
Re: Maximum message Length size in I2C sendI2CMsg()
As I supposed, there are a 16 bytes LEGO NXT limitation in the input/output i2c buffering, as is described in the HDK.

With this limitation the maximun I2C througput is about 232 writes per second or 26kbps(payload).
232writes per second*8bits per byte*14bytes(payload)=26kbps.