This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB914A-Q1: Read I2C-registers of a remote slave with Analog LauchPAD

Part Number: DS90UB914A-Q1

Hello,

reading and writing of I2C-registers of/to a remote slave is rather simple.

We use a Python script in AnalogLaunchPAD program.

The Problem is to read the data of a 16bit register similar to

board.ReadI2C(0x48,0x6014,regLength=2) or board.ReadI2C(0x48,0x6014).

Reading with  board.ReadI2C(0x48,0x6014,regLength=1) resp. board.ReadI2C(0x48,0x6014) delivers no error but this executes only 0x48 as chip ID and 0x14 as register address.

Is there a command for 16bit Register reading?

Regards

Torsten