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