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.

I2C with EV2300

Other Parts Discussed in Thread: PCA9536

Hello,

I am trying to send I2C data frame with EV2300 to communicate with a PCA 9536

4520.PCA9536.pdf

The frame is like this

0x01 0x00 0x00 0x020 0x82 0x01 0xFE

I have the source code in VB of BQTESTER. I try some function:

               Bq80xRW1.ReadI2CBlockOnSMB
               Bq80xRW1.I2CWriteBlock
               Bq80xRW1.I2CReadBlock
               Bq80xRW1.I2CWriteBlock

but the frame is not the same, is more like

0xaa 0x1d 0x00 0x00 0x00 0x03 0x82 0x01 0x02 0x0c 0x55

I am wondering if I can send that with the EV2300 ?

Do I need to modify the Bq80xRW1 library ?

Regards