9/13/2019 6:11 PM | |
Joined: 2/24/2015 Last visit: 1/25/2023 Posts: 306 Rating:
|
Try changing the byte order. |
9/13/2019 6:29 PM | |
Joined: 9/27/2006 Last visit: 3/23/2025 Posts: 12344 Rating:
|
Hello Eswar; Konstantin is right, this look like a Little Endian/Big Endian problem. https://en.m.wikipedia.org/wiki/Endianness The solution is to manipulate (swap) the byte order of the data you are transmitting Hope this helps, |
Follow us on