Hi @lpestanas
The standard I2C devices are generally limited by the 255-byte payload size per transaction due to the I2C protocol's use of an 8-bit register for data length.
To handle more than 255 bytes in one transaction, you can Use Multiple Transactions.
BR
Harry
Hi @lpestanas
The standard I2C devices are generally limited by the 255-byte payload size per transaction due to the I2C protocol's use of an 8-bit register for data length.
To handle more than 255 bytes in one transaction, you can Use Multiple Transactions.
BR
Harry