Skip to main content

New answers tagged

2 votes

How to pre-read I2c message length/header - Python

Bottom line: use an existing Python I2C library, e.g. smbus2, and check your device's documentation on how exactly to read a chunk of data longer than the 32 bytes that a single I2C read operation ...
ivan_pozdeev's user avatar
  • 36.7k

Top 50 recent answers are included