Need help receiving ByteArray data
- by k80sg
Hi folks, I am trying to receive byte array data from a machine. It sends out 3 different types of data structure
each with different number of fields which consist of mostly int and a few floats, and byte sizes, the first being 320 bytes, 420 for the second type and 560 for the third. When the sending program is launched, it fires all 3 types of…