Incoming data forced to change (DWM1004C)

Hi
i’m using two dwm1004C modules.
When I receive data, there is a problem that the data is received with modified data.

Tx data : 0x41 0x88 0x00 0xCA 0xDE 0x57(W) 0x41(A) 0x56(V) 0x45(E) 0x21

If send 10 bytes of Tx data,

Rx recived : 0x41 0x88 0x00 0xCA 0xDE 0x57(W) 0x41(A) 0x56(V) 0xB1 0x8A

last 2 bytes are modified.
So I tried to change the number of bytes transferred while leaving the tx data
13 bytes : 0x41 0x88 0x00 0xCA 0xDE 0x57 0x41 0x56 0x16 0x51 0xB2 0xD8 0xAE

12bytes : 0x41 0x88 0x00 0xCA 0xDE 0x57 0x41 0x56 0x16 0x51 0xA9 0x8A

11bytes : 0x41 0x88 0x00 0xCA 0xDE 0x57 0x41 0x56 0x16 0x3F 0xD1

Do you know how to get the tx data from the receiver?