Hi. I use the memcpy function to copy the contents of one array to another as follows: memcpy(app5Data.BufferTX,app3Data.BufferRX,sizeof(app3Data.BufferRX)); I have noticed that the first byte of the source, changes to zero. In the first picture you can s..
↧