Part Number: DS90UB914A-Q1
Other Parts Discussed in Thread: USB2ANY
For Reading 8 bit Register i can use the following Command:
board.ReadI2C(devAddr, regIndex, regLength= 1)
The Slave has 16bit Register for example 0x3012 and the Device Adress 0x60, when i want to read it like this: board.ReadI2C(0x60, 0x3012, 1)
I get the answer: 0
Is the syntax right and i have an other problem for communication, or do i use the wrong syntax?
Thank you for help