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.

Using message protocol for AFE4403 evaluation board

Other Parts Discussed in Thread: AFE4403

Hi,

I am trying to make sense of the message protocol provided with the AFE4403 evaluation board. Within the protocol, it says:

'To capture 1024 packets, PC sends '0x01, 0x2A, 0x00, 0x00, 0x04, 0x00, 0x0D '

which is the payload, arranged in sequence, to the board. 

Programatically, what does it mean? How can I implement this as a Python script? 

There are some example scripts for read and write registers, but there aren't any API functions to transmit these values. How do I use the message protocol?

Thanks

Ed