Hi,
I am acquiring data from a microcontroller by means of I2C. There are 30 total bytes that are grouped into bytes or integers. I get them by means of this function:
Dim c() As Byte = master.RequestFrom(SLAVE_ADDRESS, 30)
I see them with oscilloscope but I can not separate them and read them for my use.
How can I proceed?
Thanks in advance
I am acquiring data from a microcontroller by means of I2C. There are 30 total bytes that are grouped into bytes or integers. I get them by means of this function:
Dim c() As Byte = master.RequestFrom(SLAVE_ADDRESS, 30)
I see them with oscilloscope but I can not separate them and read them for my use.
How can I proceed?
Thanks in advance