Hi,
I'm perform Tx/Rx operation with two CC1200 modules.
The configuration is fixed packet length = 43 byte.
We are sending following data to Tx module:
1234567890123456789012345678901234567890123
But the RX module returns following:
1SI234567890123456789012345678901234567890123CS
Where CS, we assume is check sum for the message.
The question is what is the SI symbol means? in HEX code it will be 0x0F.
Thanks in advance.