Hi all,
maybe a dumb question, but here to listen any advice. I am using nus to receive data from a phone, packets are in chuncks of 256 bytes, which is the "most used" way to understand when last packet is received?
From what I saw it's responsablity of the application so using a byte counter and check that len is the same? Using a terminator?
Is there a way with protocol?
Thanks!