I have 34 cync devices, when they send data about device states, the dewvice can only send 1024 bytes at a time. This causes data structs to end in the middle abruptly, leaving an unfinished structure. We need to save the unfinished struct and append the rest of the data to it in the next read from that specific device.
Working on implementing logic to reconstruct interrupted data.
I have 34 cync devices, when they send data about device states, the dewvice can only send 1024 bytes at a time. This causes data structs to end in the middle abruptly, leaving an unfinished structure. We need to save the unfinished struct and append the rest of the data to it in the next read from that specific device.
Working on implementing logic to reconstruct interrupted data.