Good afternoon to all of you,
until now I was using asyncstreams with just "Initialize" because I had already implemented my own communications protocol, but I would like to know if there is any advantage (and which) of using InitializePrefix instead of using just initialize. My impression until now reading different messages in the forum, is that you still have to reassemble yourself the file/message sent in different fire-ups of "Async_Newdata" and the only advantage is that you know the length of the message in buffer (removing the first 4 bytes - which leaves us with 96 bytes of message in every buffer()). Is there any advantage on using initializeprefix instead of just initialize and a second question is can we upscale the buffer to more bytes somehow?
Thanks in advance
until now I was using asyncstreams with just "Initialize" because I had already implemented my own communications protocol, but I would like to know if there is any advantage (and which) of using InitializePrefix instead of using just initialize. My impression until now reading different messages in the forum, is that you still have to reassemble yourself the file/message sent in different fire-ups of "Async_Newdata" and the only advantage is that you know the length of the message in buffer (removing the first 4 bytes - which leaves us with 96 bytes of message in every buffer()). Is there any advantage on using initializeprefix instead of just initialize and a second question is can we upscale the buffer to more bytes somehow?
Thanks in advance